Theme: Difference between revisions From Online Manual

Jump to: navigation, search
No edit summary
No edit summary
Line 3: Line 3:
Themes are managed in the [[Themes and Layout]] section of the administration center -- theme settings and options can be change, new themes can be installed or created as copies of existing themes, and even editted from here.SMF comes with a limit of 256 installed themes, and Themes and Layout administration is designed to deal with fewer than 100 installed themes.
Themes are managed in the [[Themes and Layout]] section of the administration center -- theme settings and options can be change, new themes can be installed or created as copies of existing themes, and even editted from here.SMF comes with a limit of 256 installed themes, and Themes and Layout administration is designed to deal with fewer than 100 installed themes.


Each theme consists of a collection of templates written in php, plus translatable text strings (in language files), accompanied by images, CSS stylesheets, and other files. Together, these create the HTML, the colors, pictures, and other styling, and the interactive actions users find on the completed page. The SMF software finishes creating all the page content before it call's the theme's template files to start writing any HTML.  This separation of content from layout makes it possible to completely rearrange the way content is presented on a page without needing to make any changes to how the software creates the content.  The [[Category:Developing_Themes|Developing Themes]] category of this manual has more information on creating SMF themes.
Each theme consists of a collection of templates written in php, plus translatable text strings (in language files), accompanied by images, CSS stylesheets, and other files. Together, these create the HTML, the colors, pictures, and other styling, and the interactive actions users find on the completed page. The SMF software finishes creating all the page content before it call's the theme's template files to start writing any HTML.  This separation of content from layout makes it possible to completely rearrange the way content is presented on a page without needing to make any changes to how the software creates the content.  The [[:Category:Developing_Themes|Developing Themes]] category of this manual has more information on creating SMF themes.


<noinclude>
<noinclude>

Revision as of 11:57, 17 June 2013

An SMF theme is what defines the look and feel of your forum -- what is sometimes referred to as "skin". Every new installation of SMF comes with the default theme. The administrator is free to install other themes, and to choose which of the installed themes to enable.

Themes are managed in the Themes and Layout section of the administration center -- theme settings and options can be change, new themes can be installed or created as copies of existing themes, and even editted from here.SMF comes with a limit of 256 installed themes, and Themes and Layout administration is designed to deal with fewer than 100 installed themes.

Each theme consists of a collection of templates written in php, plus translatable text strings (in language files), accompanied by images, CSS stylesheets, and other files. Together, these create the HTML, the colors, pictures, and other styling, and the interactive actions users find on the completed page. The SMF software finishes creating all the page content before it call's the theme's template files to start writing any HTML. This separation of content from layout makes it possible to completely rearrange the way content is presented on a page without needing to make any changes to how the software creates the content. The Developing Themes category of this manual has more information on creating SMF themes.



Advertisement: