PDA

View Full Version : Forum integrated, pageid-link gives blank custom module


Klein
09-08-2007, 01:48 PM
Ok I am back again to vbadvanced CMPS. I tried vbPortal, but since that doesn't allow right columns alongside the forumpage, I did a fresh install of CMPS.

I followed the tutorial to integrate the forum page. Currently I am only interested in the site-navigation module. So now I have the following situation.

When I go to my forums index.page directly (through localhost/CMPS/forums/index.php) I get my forums with the side-modules like I want it.

It contains the site-navigation module with 5 links;

1. Homepage
links to /localhost/cmps/cmps_index.php?pageid=home. This is working fine.

2. Forum
links to /localhost/cmps/cmps_index.php?pageid=forum. This results in a page containing only the site navigation and no forum

3. Forum
Defaulted in the vbA CMPS in the section Additional Pages. This directly links to /localhost/cmps/forums/index.php. Which gives me the forum page like I want it.

The last two links are the USERCP and FAQ link, but they are irrelevant here.

My problem is that I have two forum links. So I am wondering.

1. What do I need to do to get menu-item 2. working?

2. If this is not possible, what should I do to only display menu-item 3 as my forum link? (Deleting the forum-integration page is not an option, since that would leave me without the nice side-modules on my forumpage)

Thanks in advance,
Klein

Brian
09-08-2007, 03:23 PM
That link is not going to show anything more than the modules that are active. It can be hidden by editing the settings for your Site Navigation module though.

Our Sponsors
 

Klein
09-08-2007, 03:44 PM
Ah thanks, that worked.

Excluded the forum link (menu item 2. that is) in Site Navigation Module, and that did the trick.