Looking for guidance on editing an SMF theme

Discussion in 'HTML & Website Design' started by drmike, Apr 2, 2008.

  1. #1
    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!
     
    drmike, Apr 2, 2008 IP
  2. websea

    websea Peon

    Messages:
    572
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You will have to edit code i think so.
     
    websea, Apr 2, 2008 IP
  3. drmike

    drmike Well-Known Member

    Messages:
    1,288
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    110
    #3
    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.
     
    drmike, Apr 3, 2008 IP
  4. Eskarina

    Eskarina Guest

    Messages:
    608
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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:
     
    Eskarina, Apr 7, 2008 IP