+ Reply to Thread
Results 1 to 2 of 2

Thread: How to edit layout of the created thread?

  1. #1
    Caesar is offline Member
    Join Date
    May 2008
    Posts
    79

    Default How to edit layout of the created thread?

    Is it possible to edit the format of the thread vbtube creates to store comments? I just want to rearrange the formatting of the post a little.

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

    Default

    vbtube_add.php

    Search and edit this part:
    PHP Code:
            if($site == '1' AND !$upload_thumb)
            {
                 
                
    $aboutme html_entity_decode($aboutme);
                
    $pagetext .= '[img]'"$link1img" '[/img]';
                
    $pagetext .= '[img]'"$link1img2" '[/img]';
                
    $pagetext .= '[img]'"$link1img3" '[/img]';
                
    $pagetext .= '[LIST][*][b]' "$aboutme" '[/b][/LIST]';
                
    $pagetext .= '[LIST][*]' "$vidlang" '[/LIST]';
                
    $pagetext .= '[LIST][*][URL="' "$mylink" '"]'.$vbphrase[vbtube_watch_now].'[/URL][/LIST]' ;
            }
            else
            {
                 
                
    $pagetext .= '[img]'"$link1img" '[/img]';
                
    $pagetext .= '[LIST][*][b]' "$aboutme" '[/b][/LIST]';
                
    $pagetext .= '[LIST][*]' "$vidlang" '[/LIST]';
                
    $pagetext .= '[LIST][*][URL="' "$mylink" '"]'.$vbphrase[vbtube_watch_now].'[/URL][/LIST]' ;
            } 
    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