Quote:
Originally Posted by abramelin
How can i make a link that shows the forum link when the user on portal page and show the portal link when the user on the forum page ?
|
This should work:
HTML Code:
<if condition="THIS_SCRIPT == 'portal'">
<a href="$vboptions[bburl]/$vboptions[forumhome].php$session[sessionurl_q]">Forum</a>
<else />
<a href="$vboptions[homeurl]">Portal</a>
</if>
I haven't tested it though. I have a tab system on my site that always shows a link to the home page and one to the forums.