WC's Affiliate Table Mod

Sherwood

New Member
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:
[mod]RS link removed please upload as an attachment, next time your post will simply be deleted.[/mod]

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 boreder find:
Code:
;table-layout:fixed;background-color:#[b][color=Red]e9a209[/color][/b];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:#[b][color=Red]e9a209[/color][/b];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:#[b][color=Red]1e1e1e[/color][/b];}
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:#[b][color=Red]F2F5F9[/color][/b];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:#[b][color=Red]da9c17[/color][/b];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.,

If you see any bugs, problems with this please let me know.

Preview:
Code:
http://www.warezconnect.net
look at the box at the bottom with affiliates in,
admincp preview:
3022wz9.png
 

Sherwood

New Member
ok,

Preview:
Code:
http://www.warezconnect.net
look at the box at the bottom with affiliates in,
admincp preview:
3022wz9.png


also added preview to the first post
 
Top