Mod to Links Mod

A mod witch will add a new links page to your froum.
fully ACP insterface, from where you may add/delete and update link categorys/sub categorys and links.

Moderator: Moderators

Forum rules
The content in this forum is dated Dec. 21 2005 and can be used as Archive only. This Forum is LOCKED and READ ONLY !

Mod to Links Mod

Postby Darkhonor on Sat 10. Jul, 2004 01:16

Just because I'm slightly picky about hyperlinks on my web pages, I made a slight modification to your MOD and wanted to share. If you like it, you can add it into the main stream. The change allows for when you click on a link, it will open the link in a new window rather than in the same window as your forum. I like to offer links out, but not neccessarily encourage people to leave. :) Check it out at my site for a demo:

http://www.darkhonor.com/forum/links.php

The code to make the change happens in \templates\[theme]\links_body.tpl around line 37:

Change:
Code: Select all
   <span class="gensmall"><a href="{row.cat.sub.link.LINK_URL}">{row.cat.sub.link.LINK_NAME}</a></span>


To Read:
Code: Select all
   <span class="gensmall"><a href="{row.cat.sub.link.LINK_URL}" target="_blank">{row.cat.sub.link.LINK_NAME}</a></span>


Hope you like it. Thanks for the mod though. It's more along the lines of what I was after for my links collection. Keep up the great work!

Alex

--
"If you're not happy, then the lawyers are doing their job." 8)
Visit My Website: Darkhonor's Domain
Darkhonor
Poster
Poster
 
Posts: 1
Joined: Sat 10. Jul, 2004 01:08

Return to Links [2.0.6/EM]

Who is online

Users browsing this forum: No registered users and 1 guest

cron