Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 29

Thread: Change Upload Link Order?

  1. #11
    valdi is offline vBTubePRO-User BF
    Join Date
    Nov 2011
    Posts
    65

    Default

    Hey,
    will help to me somebody?
    I do not know how this to make.
    Click on Add-Upload, the first page that pops up is the "Add Audio" Page.

  2. #12
    s7v7n's Avatar
    s7v7n is offline Administrator
    Join Date
    Jan 2008
    Posts
    8,108

    Default

    Wich part you mean exactly.
    I need a screenshot.
    Kind Regards
    s7v7n

    Please use only original and licensed copies of vBTubePRO. Only legal installations will guarantee you support and updates.

  3. #13
    valdi is offline vBTubePRO-User BF
    Join Date
    Nov 2011
    Posts
    65

    Default

    Sorry, the language barrier.

    I want so that it be so:

    "I'm wondering if there is any way to change the link order of the Add-Upload section? Right now, if I click on Add-Upload, the first page that pops up is the "Add VideoLink" Page. I want to make the first page that comes up "Add Audio".

    I do not know what to change in template: vbtube_tab.php and vbtube_usermenu.
    As this to make?

  4. #14
    s7v7n's Avatar
    s7v7n is offline Administrator
    Join Date
    Jan 2008
    Posts
    8,108

    Default

    vbtube/includes/vbtube_tabs.php

    HTML Code:
    $tablinks .= '<li><a href="vbtube_add.php?'.$vbulletin->session->vars['sessionurl_q'].'do=add&amp;pt=0">'.$vbphrase[vbtube_addup].'</a></li>
    Replace with

    HTML Code:
    $tablinks .= '<li><a  href="vbtube_add.php?'.$vbulletin->session->vars['sessionurl_q'].'do=up&amp;a=1&amp;pt=0">'.$vbphrase[vbtube_addup].'</a></li>
    Kind Regards
    s7v7n

    Please use only original and licensed copies of vBTubePRO. Only legal installations will guarantee you support and updates.

  5. #15
    valdi is offline vBTubePRO-User BF
    Join Date
    Nov 2011
    Posts
    65

    Default

    I followed with advices,
    sorry, it does not work.

  6. #16
    s7v7n's Avatar
    s7v7n is offline Administrator
    Join Date
    Jan 2008
    Posts
    8,108

    Default

    Please pm me admincp and ftp login
    Kind Regards
    s7v7n

    Please use only original and licensed copies of vBTubePRO. Only legal installations will guarantee you support and updates.

  7. #17
    valdi is offline vBTubePRO-User BF
    Join Date
    Nov 2011
    Posts
    65

    Default

    PM send.
    Thanks

  8. #18
    s7v7n's Avatar
    s7v7n is offline Administrator
    Join Date
    Jan 2008
    Posts
    8,108

    Default

    I changed this in vbtube_umenu Template:

    HTML Code:
    <li{vb:raw vbt_var.act_addup}><a href="vbtube_add.php?do=up&a=1&pt=0">{vb:raw vbphrase.vbtube_addup}</a></li>
    Kind Regards
    s7v7n

    Please use only original and licensed copies of vBTubePRO. Only legal installations will guarantee you support and updates.

  9. #19
    valdi is offline vBTubePRO-User BF
    Join Date
    Nov 2011
    Posts
    65

    Default

    is OK
    Very to thank!

  10. #20
    Footman is offline vBTubePRO-User BF
    Join Date
    Oct 2010
    Posts
    74

    Default

    Ok I've tried doing these fixes to have the upload video as the show up first instead of the video link page but it doesn't seem to work with the latest version.

Page 2 of 3 FirstFirst 123 LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •