Quote:
Originally Posted by Jaxx
|
How about just using a conditional statement in the $navbar template?
Find:
Code:
<!--<td class="vbmenu_control"><a href="$vboptions[forumhome].php?$session[sessionurl]">Home</a></td>-->
And replace it with this:
Code:
<td class="vbmenu_control"><if condition="THIS_SCRIPT == 'adv_index'"><a href="$vboptions[bburl]?$session[sessionurl]"> Forums <else /> <a href="$vboptions[homeurl]?$session[sessionurl]"> Home </if></a></td>
This way, on your portal you have a link to the forums, and then on the forum you have a link back home. I have this on my own site, if you need to see what I'm talking about.
http://www.unifiedx.com
Sean, what you have in mind, I think is using Custom Pages on the portal. Check this page out:
vBadvanced CMPS User's Manual for Adding Custom Pages. Good Luck