• Welcome to PHPVIBE Forums. Please log in.
avatar_arnlweb

[ Video Sharing CMS v4 ] Video description not working fine

Started by arnlweb,

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

arnlwebTopic starter

Hi, I see a bug on the video description. When I insert a space it does not work, automatically take <p></p>
character on the video front page. All phpvide version have this issue.

Check the attachment for details.

I am trying to solve it myself but no luck, kindly help me to fix it.
Thank you.
Web Development Services
  •  

prat

same things with comments block also.. After submitting it is not displaying second line
  •  

Marius P.

Just change in video.php

<?php echo makeLn(_html($video->description));?>



to


<?php echo _html($video->description);?>
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Marius P.

Quote from: prat on
same things with comments block also.. After submitting it is not displaying second line

Be specific please, I don't understand the idea you are posting.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Similar topics (7)