vBulletin Link Exchange mod

FWhite

Paragon
Joined
Nov 7, 2008
Messages
1,562
Reaction score
0
FP$
6
Anyone know of a free vB link exchange mod? I want to exchange links with people, but don't know if a forum dedicated to it would work out good.
 
I would suggest simply placing a line of HTML in your index code to put the affiliate images/links at the bottom of the page.

Somewhat like the four at the bottom of this page.
 
MNDF said:
I would suggest simply placing a line of HTML in your index code to put the affiliate images/links at the bottom of the page.

Somewhat like the four at the bottom of this page.

Sounds good enough for a simple exchange. Thanks!
 
Yeah easy to do. What version of vBulletin are you running.

If running anything above 3.7 you will get "ad_location" templates.

I find the best place to put the links:
Open Admin CP >> Styles & Templates >> Style Manager >> Select the "Edit Templates" option for the correct style you want the links on. >> Ad Locations >> "ad_footer_start" >>

Code:
<div align="center"><br />
<br />| <a href="#" target="_blank">Link 1</a> | <a href="#" target="_blank">Link 2</a> | <a href="#" target="_blank">Link 3</a> |
<br /></div>

You can see demo (under the robot stats) :
http://batms.com/forlog/gxboxlive.php

| amfufu.com | Vlexo.com | PCCom.info etc...

And if you want to add another line for little button banners (like at the bottom of these forums) it would look best like this (with the text links):

Code:
<div align="center"><br /><br />Text Links:
<br />| <a href="#" target="_blank">Link 1</a> | <a href="#" target="_blank">Link 2</a> | <a href="#" target="_blank">Link 3</a> |
<br /><br />Button Links:<br /><a href="#" target="_blank" alt="#"><img src="#"></a> <a href="#" target="_blank" alt="#"><img src="#"></a> <a href="#" target="_blank" alt="#"><img src="#"></a> <br /><br /></div>
 
Thanks Subz 😀

I have used vBulletin for a while. If I see anything crop up here or if you have any questions just open a thread with vBulletin somewhere in the title and I'll see if I can help 😀
 
Back
Top Bottom