2
Open the file include/videoloadinfo.php and find this line:
$description = $xtubemyts -> displayTarea( $video_arr['description'], 1, 1, 1, 1, 1 );
And replace it with this one:
$description = $xtubemyts -> displayTarea( $video_arr['description'], 1, 1, 1, 1, 0 );
Explanation:
displayTarea( $text, $html = 0, $smiley = 1, $xcode = 1, $image = 1, $br = 1)
So when you apply the 2nd line from above you have:
- HTML enabled,
- Smiley enabled,
- XOOPS code enabled,
- images enabled and
- linebreaks disabled.