PDA

View Full Version : Forum home links not pointing to portal home page


cbiweb
07-31-2007, 01:46 AM
In vB's breadcrumb links, and in the forum jump menu (and probably other places I haven't found yet), when I click 'Forum Home', it takes me to vB's forumhome display instead of vBa's portal home page where I want it to go.

The cmps_index.php file is outside the forums directory, and has been renamed to index.php. The server path is correct.
In the vB settings, the script name for the forum home page has been changed to 'main', and I did manually change the php file to match.

Everything else works fine for navigating between the portal and the forums, so if anyone can point me in the right direction for resolving the problem as described, I'd be grateful.

Brian
07-31-2007, 08:59 AM
That's the way it's supposed to work. Your main vBulletin file is still your forum home.

Our Sponsors
 

cbiweb
07-31-2007, 09:25 AM
Thanks, Brian. I figured as much. But I also figured out a way to accomplish what I want, even though it's probably not the most elegant way. :) I simply copied the cmps index.php file into the forum directory as well, so now the members are taken to the portal home page no matter what. It seems to have had no ill effect on anything... so far.