Affiliate Table Mod for vBulletin

Status
Not open for further replies.

sherwood

Active Member
805
2008
0
0
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:#[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.,
Preview:
Code:
http://www.warezconnect.net
look at the box at the bottom with affiliates in,
admincp preview:
3022wz9.png

If you see any bugs, problems with this please let me know.
 
11 comments
why dont you make the colours, alt1 and alt 2? so then it matches any style..
nice work :P going to just put a few more "Webmasters" that dont know html into the scene :D
 
affilate mod html source code for non VB forums:

Code:
<style type="text/css">table#ll{margin:0 auto;border:0px solid #072A66;table-layout:fixed;background-color:#e9a209;width:550px;}table#ll tbody

td{padding:0;width:20%;overflow:hidden;_text-overflow:ellipsis;}.bold td{padding:0;margin:0;font-weight:bold;font-size:10pt;}table#ll tbody td

a,table#ll tbody td a:hover{white-space:nowrap;_height:1%;display:block;padding:3px 3px 7px;text-align:center;text-decoration:none;font-size:10pt;font-color:#da9c17;margin-bottom:-1px;}table#ll tbody td a{color:#e9a209;background-color:#1e1e1e;}table#ll tbody

td a:hover{color:#F2F5F9;background-color:#da9c17;font-weight:bold;font-size:10pt;}noscript{display:none;}</style><table id="ll" cellspacing="1"><tbody>

<tr>
<td><a target="_blank" href="http://www.mechodownload.com/forum/"><small><strong>MechoDownload</strong></small></a></td>

<td><a target="_blank" href="http://warezpirates.org/"><small><strong>WarezPirates</strong></small></a></td>

<td><a target="_blank" href="http://www.wareztown.org/"><small><strong>WarezTown</strong></small></a></td>

<td><a target="_blank" href="http://www.warezlobby.org"><small><strong>WarezLobby</strong></small></a></td>

<td><a target="_blank" href="http://www.wrzboard.org/"><small><strong>WrzBoard</strong></small></a></td>

</tr>

<tr>

<td><a target="_blank" href="http://ww-warez.com/"><small>WW-Warez</small></a></td>

<td><a target="_blank" href="http://www.warez-ape.com/"><small>Warez-Ape</small></a></td>

<td><a target="_blank" href="http://www.warez4life.org/"><small>Warez4Life</small></a></td>

<td><a target="_blank" href=" YOUR CONTACT PAGE LINK FOR LINK EXCHANGE"><small>Your Link Here?</small></a></td>

<td><a target="_blank" href=" YOUR CONTACT PAGE LINK FOR LINK EXCHANGE "><small>Your Link Here?</small></a></td>
</tr>
</tbody></table>
Find YOUR CONTACT PAGE LINK FOR LINK EXCHANGE
and replace it with you own contact link.


edit:

edit your colors as guided above in the thread by sherwood
 
go fuck a goat u stupid fuckin jew and yea the last time i picked up the shit was laced with windex acutally

either way no shit i bumped this thread... the mod needs to be updated and the only way that it will ever get updated is if they now it dont work with vb4 in the first place
 
Status
Not open for further replies.
Back
Top