For video description formatting,
open vShare/include/class.xss.php file and find
	Code:
	$config->set('AutoFormat', 'Linkify', true);
 replace with
	Code:
	$config->set('AutoFormat', 'Linkify', true);
$config->set('AutoFormat', 'AutoParagraph', true);
 then, open vShare/video_edit.php file and find
	Code:
	$video_info = mysql_fetch_assoc($result);
 replace with
	Code:
	$video_info = mysql_fetch_assoc($result);
$video_info['video_description'] = str_replace(array('<p>', '</p>'), '', $video_info['video_description']);
 If you can't get it fixed, open a support ticket at,
BuyScripts Helpdesk
with your vShare admin and FTP login details.
Thanks,
Buyscripts Team.
				
			
Bookmarks