Linking to an SMF forum from the front page

I’ve been truly amazed at how simple this system is to setup and use, and I’ve finally hit a road block. I’ve added a page through the admin center that is supposed to go to a SMF forum set-up from the front page, and I’ve tried using a php redirect to link it, but it doesn’t work. When you click on the link, it still shows the sidebar and just says Forums in the title. What am I not doing right? If it helps, the directory structure looks like this

http://mid-americanva.comyr.com/index.php

The forums are at

http://mid-americanva.comyr.com/smf/index.php

If it helps, I do have access to view and edit my .htaccess file.

If I am understanding correctly you are trying to just link to your SMF registration page. Copy your core_navigation.tpl and paste it in your Skins folder. Then edit the file and add a link to the navigation bar to your SMF registration page.

That worked great!! Now how do I remove the other link on the front page? I didn’t see it in nav template file.

Just go into the admin panel and disable the page. And your done.

Cheers

Dan C

Also worked. Thanks everyone!