PDA


View Full Version : The problem with the link to portal and the link to the forum main page..


Giowolf
05-19-2005, 02:42 PM
I have followed the instructions that I found here (http://www.vbadvanced.com/forum/showpost.php?p=44186&postcount=5).
I got the links working kinda fine.. At least the link from the portal to the forums.

See, my forum main page is located at:
http://www.valkyyria.net/forums/forum.php

When I try to make a link back to the portal from the forums: http://www.valkyyria.net/forums/index.php

it takes me back to http://www.valkyyria.net. This page doesn't really have anything to do with the forums and I'd like to refer just back to my portal-page, meaning the right directory, "/forums". Now it kinda skips one step too much back.

So, the link from the portal to the forums is working nice and dandy.. Any ideas on how I can refer correctly from the forums to my portal?

Brian
05-19-2005, 06:10 PM
I don't see why that wouldn't work. If it's not though just replace those links with the actual URL's (/forums/forum.php and /forums/)

Giowolf
05-20-2005, 03:29 AM
Ah, got it working after a lot of tweaking. Apparently my forum home was set right, that helped, but I did not get my link to forums working after that. :P But now it's working ok, this is the code I used:

<td class="vbmenu_control"><if condition="THIS_SCRIPT == 'adv_index'"><a href="$vboptions[forum]forum.php?$session[sessionurl]"> Forums <else /> <a href="$vboptions[homeurl]?$session[sessionurl]"> Home </if></a></td>