This mod create and affiliate table for you which can be edited from AdminCP > vBulletin Options. So it is great if you don't want to be going around templates editing things for the links, however theres one thing you may have to edit in the template but only once..

Download:
Code: 
http://rapidshare.com/files/247807048/product-wc_affiliatemanager.xml
How to install:
  1. Go to Product manager and import wc_affiliatemanager.xml
  2. Go to vBulletin Options > WC Affiliate Manager
  3. Add the forum names and links you wish to show in the table. Note: You may use html code in the forum name box if you wish and it will show up. (e.g. <strong></strong> will show the forum name in your table as bold)
  4. Go to your footer template and then add $wc_affiliate to your footer, I personally add it beneath:
    Code: 
    <br />
    <div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>
    <br />
  5. All finished, it should now be at the footer of your forum


Changing the color of your table:
Go to Styles & Templates > Style Manager > Edit Templates > wc_affiliate

To change the color of the border find:
Code: 
;table-layout:fixed;background-color:#e9a209;width:550px;}
and change the color code that I've highlighted red.

To change the color of the text when the mouse is not over the cell find:
Code: 
table#ll tbody td a{color:#e9a209;background-color:#1e1e1e;}
and change the color code that I've highlighted red.

To change the color of the cell background when the mouse is not over the cell find:
Code: 
table#ll tbody td a{color:#e9a209;background-color:#1e1e1e;}
and change the color code that I've highlighted red.

To change the color of the text when the mouse is over the cell find:
Code: 
td a:hover{color:#F2F5F9;background-color:#da9c17;font-weight:bold;font-size:10pt;}
and change the color code that I've highlighted red.

To change color of the cell background when the is over the cell find:
Code: 
td a:hover{color:#F2F5F9;background-color:#da9c17;font-weight:bold;font-size:10pt;}
and change the color code that I've highlighted red.

And that is all that needs to be done.,
Preview:
Code: 
http://www.warezconnect.net
look at the box at the bottom with affiliates in,
admincp preview:
If you see any bugs, problems with this please let me know.
sherwood Reviewed by sherwood on . Affiliate Table Mod for vBulletin This mod create and affiliate table for you which can be edited from AdminCP > vBulletin Options. So it is great if you don't want to be going around templates editing things for the links, however theres one thing you may have to edit in the template but only once.. Download: http://rapidshare.com/files/247807048/product-wc_affiliatemanager.xml How to install: Go to Product manager and import wc_affiliatemanager.xml Go to vBulletin Options > WC Affiliate Manager Add the forum Rating: 5