+ Reply to Thread
Results 1 to 4 of 4

Thread: Linebreaks in videos' descriptions

  1. #1
    soprano is offline vBTubePRO-User BF
    Join Date
    Jun 2008
    Posts
    106

    Default Linebreaks in videos' descriptions

    Why don't line breaks work in video descriptions?

  2. #2
    s7v7n's Avatar
    s7v7n is offline Administrator
    Join Date
    Jan 2008
    Posts
    7,665

    Default

    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.

  3. #3
    soprano is offline vBTubePRO-User BF
    Join Date
    Jun 2008
    Posts
    106

    Default

    Can you please be more specific? What exactly do I need to do to enable line breaks for descriptions ( in vbtube_showtube ).

  4. #4
    s7v7n's Avatar
    s7v7n is offline Administrator
    Join Date
    Jan 2008
    Posts
    7,665

    Default

    go to vbtube_show.php

    Search:
    PHP Code:
    $tubes['bookmark']= $tubes['title']; 
    Add below
    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.

+ Reply to Thread

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