PDA


View Full Version : Basic Links Module


FightRice
06-05-2005, 06:34 PM
1.Create a new module using template, call it whatever you'd like.

2.Enter this into the "templates content" box or just create a template then add the template name

3.Enjoy i think, This works on my forums, don't have any other one to test it out on, but it should work for everyone.


<!-- Created by Dave at FightRice.com -->
<tr>
<td class="thead" align="center"><span class="smallfont">Check Out Our Sponsors</span></td>
</tr>

<tr>
<td class="alt1">
<div align="center"><a href="http://www.PLACELINKHERE.com" target="_blank">NAME HERE</a></div>
<div align="center"><a href="http://www.PLACE LINK HERE.com"><img src="http://www.PATHTOIAMGE.com/files/car.gif" height="35" width="75"></a></div>
</td>
</tr>
<tr>
<td class="alt2">
<div align="center"><a href="http://www.PLACELINKHERE.com" target="_blank">NAMEHERE</a></div>
<div align="center"><a href="http://www.PLACELINKHERE.com"><img src="http://www.PATHTOIMAGE.com/forums/images/logo/nebr_logo_5.jpg" height="35" width="75"></a></div>
</tr>
</td>
<tr>
<td class="alt1">
<div align="center"><a href="/YOURLINKEXCHANGE.php">Get your <br /> Link Added Here</a> </div>
</td>
</tr>
<!-- End of Links FightRice.com -->


I know anyone can create this, but this is for us who can't :eek:

*Revision1 - Links now open in a new target window thanks to tomshawk for the suggestion

tomshawk
06-05-2005, 09:25 PM
Just for arguments sake, because I dont like forcing people to leave my site, just to check out the links. You may want to change this

<a href="http://www.PLACELINKHERE.com">NAME HERE</a>

to this

<a href=http://www.PLACELINKHERE.com target="_blank">NAME HERE</a>

FightRice
06-05-2005, 09:47 PM
Awesome. Thanks for the advice

mholtum
06-05-2005, 10:04 PM
Just for arguments sake, because I dont like forcing people to leave my site, just to check out the links. You may want to change this

<a href="http://www.PLACELINKHERE.com">NAME HERE</a>

to this

<a href=http://www.PLACELINKHERE.com target="_blank">NAME HERE</a>
I would second that.. You want them to stay at your domain.

FightRice
06-05-2005, 10:12 PM
It has been implemented. Thanks

internext
06-06-2005, 03:52 PM
Thanks very much FightRice and it works ;)

FightRice
06-07-2005, 01:01 AM
Awesome. Glad to hear

Lizard King
06-07-2005, 08:15 AM
This is just basic html . Not a special module or something.

mholtum
06-07-2005, 10:02 AM
This is just basic html . Not a special module or something.
Hence, the thread title.. ;)

LEAD_WEIGHT
06-07-2005, 03:19 PM
mholtum why do not u place your version of affilation links module in CMP 2.x. I think yours looks good enough be a addon.

mholtum
06-07-2005, 03:32 PM
mholtum why do not u place your version of affilation links module in CMP 2.x. I think yours looks good enough be a addon.


http://www.vbadvanced.com/forum/showthread.php?t=7593&highlight=scrolling This is the one I am using.

LEAD_WEIGHT
06-07-2005, 03:34 PM
Fightrice could u ask mholtum if u can convert his to CMP 2.x upload ;) & change my version of mholtum scrolling links.

http://www.vbadvanced.com/forum/showpost.php?p=48851&postcount=15

mholtum
06-07-2005, 03:38 PM
weird.

Mine was working before the upgrade and never stopped..

mholtum
06-07-2005, 03:40 PM
try this. It is a text file. Edit the paths in notepad, then copy it into your template.

LEAD_WEIGHT
06-07-2005, 03:56 PM
*EDIT* Ok, I think this is alright
;)

mholtum
06-07-2005, 04:06 PM
I am lost. Not sure why that would happen.

FightRice
06-08-2005, 03:00 PM
THREAD HIJACKERS!!!!! :lol:

LEAD_WEIGHT
06-08-2005, 03:36 PM
THREAD HIJACKERS!!!!! :lol:

Doh! your right I will change all my post here except this one :)

FightRice
06-09-2005, 05:47 AM
haha its alright, as long as it benefits someone its all good

Ghost Shadow
08-28-2005, 02:51 PM
To add or change links you need to redo the entire proccess; or, can you do it through the Control Panel?

Ghost Shadow
08-28-2005, 03:20 PM
Got it....

CP
Site Mng
Edit Temps
adv_portal_Links

Works now!!

Wired Mike
11-15-2005, 05:43 AM
Thanks for this one

burley
03-06-2006, 04:52 PM
has anyone tried in in version 2.10?
I can't get it to work, so any advice would be greatly appreciated!

HeadRat
03-16-2006, 01:10 PM
Can someone redirect me to or explain to me, how to make this a module in the new CMPS/VB3.5.4 The module I had before doesn't work and makes everything move to the left column.
Using this

<tr>
<td class="tcat"><span class="smallfont"><strong>$vba_options[portal_blockbullet]Useful Links</strong></span></td>
</tr>
<tr><td>
<a href="https://secureapp2.hqda.pentagon.mil/perdiem/perdiemrates.html">Current Per Diem Rates</a><br>

<a href="http://www.irs.ustreas.gov/plain/search/index.html">IRS Search</a><br>

<a href="http://www.xe.com/ucc/">Currency Converter</a><br>

<a href="http://www.drkoop.com/">Health Issues</a><br>

<a href="http://www.weather.com/">Weather</a><br>

<a href="http://www.mapquest.com/">Maps</a><br>

<a href="http://www.drudgereport.com/">The Drudge Report</a><br>

<a href="http://www.foxnews.com/">Fox News</a><br>

</tr>
</td>
</table>
what's wrong?

itsmeroro
06-06-2008, 09:22 PM
I really like this -- super simple and easy to manuver. Thanks a bunch!