Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 2005
    Location
    Australia
    Posts
    1,086
    Tokens
    111

    Latest Awards:

    Default VB Subscription Link

    Never really used a VB before, so I need some help. How do I add the Subscription (V.I.P) up the top of the forum?

    Thanks.


  2. #2
    Join Date
    Jul 2006
    Location
    Athens
    Posts
    842
    Tokens
    0

    Default

    Click Here

    Hope that helps.

    also payments.php is the link


  3. #3
    Join Date
    Dec 2006
    Posts
    216
    Tokens
    0

    Default

    Easier Comment.

    Go into Style + Templetes > Edit Templete > Navagation and Breadcrumb > Navbar.

    Find In There
    Code:
    <td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
    Add Under

    Code:
    <td class="vbmenu_control"><a href="payments.php">Buy VIP</a></td>

    Jabba


    Need A Free Vbulletin Skin? Either Make One Yourself Or Find My Old Outdated Threads.

  4. #4
    Join Date
    Nov 2005
    Location
    Australia
    Posts
    1,086
    Tokens
    111

    Latest Awards:

    Default

    Quote Originally Posted by Jabba View Post
    Easier Comment.

    Go into Style + Templetes > Edit Templete > Navagation and Breadcrumb > Navbar.

    Find In There
    Code:
    <td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
    Add Under

    Code:
    <td class="vbmenu_control"><a href="payments.php">Buy VIP</a></td>
    Jabba
    Thanks mate + rep.


Posting Permissions

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