PDA

View Full Version : Site Nav Module on Forum Index


Mavin
10-28-2005, 03:05 PM
I am starting to grasp how this all works really...( not too hard )

I was wondering how to show my SITE NAVIGATION module within CMPS to show up while looking at my Forms index page. I have my CMPS located in my rootand my forums index page in root/forum.

I tried creating a new page and inputing the PATH to my file
IE: /home/user/public_html/forum/index.php

Of course..the Navigation Module get the Link FORUMS in it...

When I click on it it takes me to of course cmps_index.php?page=forums

But it also gives me a 404 error saying that the page cannot be found.

IS what I am doing even possible..Or do I have to follow that "Add Left Navigation" tutorial to complete this?

Mavin
10-28-2005, 03:55 PM
Ok..well I was able to get the Navigation Module to access the forum index...

I added the snippet of code just below my <?php line to display the modules that I selected for the page. If I access forums/index.php the modules show up exactly the way i want them to.. But if I am at my HomePage and I click on the FORUMS link from my Navigation Module...It shows the forum but NO nav mod. If I remove the center module "Custom Content" and leave the nav_module selected...It shows the nav_mod..but not the forums.

I hope that makes sense.