Quote:
Originally Posted by Jason McConnell
Got this install with nary a scratch
Only problem I'm having, and this is minor, is that the Arcades link works just fine in my forum... but not on my portal. The portal index is outside the forum directory in the root, so how would I go about re-writing the link and have it work both ways?
I'm pretty sure a conditional statement would work, but I'm a n00b. Any help would be appreciated 
|
I got this issue fixed... basically copied the format of the other links in my navbar that show on both the portal index and forumhome. Musta been lack of sleep cause I was trying to do this for a few hours last night and did it again this morning, and it worked. Go figure :ermm:
Anyway, I took the tag from the installation text:
Code:
<td class="vbmenu_control"><a href="arcade.php?$session[sessionurl]">Arcade</a></td>
And slapped $vboptions[bburl]/ in front of arcade.php
I would have searched the thread for this but like I said, I really needed sleep at the time