Results 1 to 3 of 3

Thread: Video Description Formatting

  1. #1

    Default Video Description Formatting

    Hi,

    Is there's any mod to make the video description field to be formatted, hope it is implemented or patched

    Regards,
    Mark

  2. #2

    Default

    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.
    Last edited by vshare2; 08-24-2011 at 05:06 AM.

  3. #3

    Default

    Thank you very much, will look for this,

    Regards,
    Mark

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •