Why don't line breaks work in video descriptions?![]()
Why don't line breaks work in video descriptions?![]()
I disabled that. If you need then use the nl2 function.
Example:
$tubes[description] = nl2br($tubes[description);
Kind Regards
Murat K. aka - s7v7n
Please use only original and licensed copies of vBTubePRO. Only legal installations will guarantee you support and updates.
Can you please be more specific? What exactly do I need to do to enable line breaks for descriptions ( in vbtube_showtube ).
go to vbtube_show.php
Search:
Add belowPHP Code:$tubes['bookmark']= $tubes['title'];
PHP Code:$tubes[aboutme] = nl2br($tubes[aboutme]);
Kind Regards
Murat K. aka - s7v7n
Please use only original and licensed copies of vBTubePRO. Only legal installations will guarantee you support and updates.
Bookmarks