Simple Machines Community Forum

SMF Support => SMF 1.1.x Support => Topic started by: after the pair on November 07, 2005, 11:06:32 AM

Title: page title
Post by: after the pair on November 07, 2005, 11:06:32 AM
in what php file do I adjust the page title?

I thought it would have been the index.php page, guess I was wrong.
Title: Re: page title
Post by: JayBachatero on November 07, 2005, 11:33:56 AM
index.template.php for your theme.  look for $context['page_title']  but the title is dynamic if you change it, it will be static.  to change the title of the forum go to admin > server setings.
Title: Re: page title
Post by: after the pair on November 07, 2005, 11:38:35 AM
maybe because I'm using SMF 1.0.5, but I do not see any link in thhe admin panel that states "server settings" :-[
Title: Re: page title
Post by: JayBachatero on November 07, 2005, 11:43:24 AM
I appologize it says "Edit Server Settings".
Title: Re: page title
Post by: after the pair on November 07, 2005, 11:45:41 AM
I appreciate the help - I'm very new to this.

I went in the link, but I get this message:

These settings cannot be changed because Settings.php is read only.


nothing is highlighted, it's all dim.


Title: Re: page title
Post by: JayBachatero on November 07, 2005, 11:47:28 AM
CHMOD the file to 777.

How do I use chmod? (http://www.simplemachines.org/community/index.php?topic=23690.0)