Simple Machines Community Forum

Customizing SMF => SMF Coding Discussion => Topic started by: Killer Possum on April 04, 2004, 07:15:37 PM

Title: Edit Menu Code
Post by: Killer Possum on April 04, 2004, 07:15:37 PM
Where does one edit the code for the menu? (home, help, search, etc...)
Title: Re: Edit Menu Code
Post by: Douglas on April 04, 2004, 07:28:24 PM
Themes/themedirectory/index.template.php

Look for [help]

The code is in that section.  :)
Title: Re: Edit Menu Code
Post by: Homie on April 04, 2004, 07:34:19 PM
I edited mine i think those are on about line 393 OK
Title: Re: Edit Menu Code
Post by: Daniel D. on April 04, 2004, 07:55:37 PM
You don't have to repeat every answer. ;)
Title: Re: Edit Menu Code
Post by: Killer Possum on April 04, 2004, 08:15:34 PM
Yes once is enough thanks :P

And that's where it is, thanks Douglas :)
Title: Re: Edit Menu Code
Post by: David on April 04, 2004, 09:33:00 PM
Quote from: Daniel D. on April 04, 2004, 07:55:37 PM
You don't have to repeat every answer. ;)
If it is on line 393 how is that a repeat of the answer?  Isn't it just giving more information.
Title: Re: Edit Menu Code
Post by: Killer Possum on April 05, 2004, 01:04:32 AM
The template itself only has 282 lines and the line I was looking for was actually on 239 ::)

or if editing the new default template it's on line 396

And when editing or creating your own template who knows where the line is :-\