Log in

View Full Version : Link exchange


onlyfree
09-06-2010, 03:53 PM
Hello,

we want to integrate some Links especially only
under some subpages. So only each link on one subpage.

is there already a mod that can do this?

thanks

Daniel

BirdOPrey5
09-06-2010, 05:31 PM
I don't know of any mod... you could just put the links in a template conditional-

<if condition="THIS_SCRIPT=='showthread'">
<a href="http://yourlinkcom/link/here.html">Your Link</a>
</if>
That link will only show up on showthread.

onlyfree
09-07-2010, 10:39 AM
I don't know of any mod... you could just put the links in a template conditional-

<if condition="THIS_SCRIPT=='showthread'">
<a href="http://yourlinkcom/link/here.html">Your Link</a>
</if>
That link will only show up on showthread.

thanks, but the link would shown on ANY thread.
so the links should be shown ONLY on ONE thread / ONE Page.

have anybody a solution?

regards
Daniel