|
WC's Affiliate Footer Table Mod
I hear lots of people always asking 'How do you get a affiliate table in your footer?' and since some people don't no any html/php/ect they don't know so I've created a simple way for you to have a Affiliate Footer Table without you having to do anything apart from changing a few things in VB Options.
What does it do? What this mod does is adds a table in your footer where you can add links to affiliating sites. Screenshot: ![]() This is what it will look like from admin CP side: ![]() How to install:
How do I change the colors of the affiliate 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;} 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;}
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;}
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;}
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;}
Please mark as Installed before asking for support Download
Screenshots |
|||||||||
Similar Mods
| Forum Display Enhancements Mabersoft vBulletin Affiliate Table | vBulletin 3.8 Template Modifications |
| [release] Link table footer | vBulletin 2.x Template Modifications |