Hi there I am using SMF on my new forum (http://inature.net/nature-community/nature-forums/index.php) and like the software, but would like to know how to go about editing them top menu to include links back to my main site (http://www.inature.net) but can not seem to the right thing to edit. Is anyone amiliar with SMF and how to go about getting additional links put into this menu bar? The menu bar I am referring to is the one that contains "Index | Search | Profile |" etc. Any help is greatly appreciated!
Thank you... I guess I should have clairified I was looking to see if anyone knew which peice of code to edit or what peice of code to look for to edit.
I might be able to help as I'm currently working on similar. Nice theme by the way You will need to edit your /nature-community/nature-forums/Theme/GreenForest/index.template.php The menu links are under this line: // Show the menu up top. Something like [home] [help] [profile] PHP: Here is the code for adding your website link: // Show the [website] button. echo '<li><a href="http://www.inature.net/" target="_self">Homepage</a></li>'; PHP: