+ Reply to Thread
Results 1 to 4 of 4

Thread: Thumbnail in comment?

  1. #1
    Kevinl is offline vBTubePRO-User BR
    Join Date
    Jul 2008
    Posts
    33

    Default Thumbnail in comment?

    The thumbnail in the comment is there anyway to make that a 1 clip attachment instead of the 3 strip thumbnail? How much would be involved for that?

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

    Default

    Open vbtube_add.php

    Find
    PHP Code:
    $pagetext .= '[img]'"$link1img" '[/img]';
    $pagetext .= '[img]'"$link1img2" '[/img]';
    $pagetext .= '[img]'"$link1img3" '[/img]'
    Delete
    PHP Code:
    $pagetext .= '[img]'"$link1img2" '[/img]';
    $pagetext .= '[img]'"$link1img3" '[/img]'
    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
    Kevinl is offline vBTubePRO-User BR
    Join Date
    Jul 2008
    Posts
    33

    Default

    OH haha sweet!

    Thank you!

  4. #4
    Kevinl is offline vBTubePRO-User BR
    Join Date
    Jul 2008
    Posts
    33

    Default

    OK tested this...

    Is there anyway to make it an actual attachment though?

+ 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