|
Re: Template Set vs Theme [message #5567 is a reply to message #5562] |
Mon, 09 September 2002 17:33 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
A template set is essentially a seperate copy of the default set of templates. This copy contains the i18n/ and thm/ directories that contain the actual templatable data.
The src/ directory contains the source code responsible for the entire forum, the src/ directory is common for all templates.
The difference between between a theme & a template as is that a theme referes to any combination of a template set & a language. For example, default template set + french language. While the template set refers just to a particular set of templates representing a certain layout.
If you want to modify the layout it is recommended you make a new template set and then modify the files inside the that_template_set_name/thm/ that_template_set_name/i18n/
FUDforum Core Developer
|
|
|
Re: Template Set vs Theme [message #5569 is a reply to message #5567] |
Mon, 09 September 2002 18:58 |
holstein
Messages: 9 Registered: August 2002 Location: Montreal
Karma: 0
|
Junior Member |
|
|
Thanks, it's more clear now!
Quote: | If you want to modify the layout it is recommended you make a new template set and then modify the files inside the that_template_set_name/thm/ that_template_set_name/i18n/
|
And if I want to modify something in the logic of the code (say, I want to react to some event in the forum in my data set), am I right to think that I should modify the code in forum_data/src? Or is the code there used to make a copy in some files under template_set_name/thm ?
Thanks again!
|
|
|
Re: Template Set vs Theme [message #5570 is a reply to message #5569] |
Mon, 09 September 2002 19:00 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Regardless of the theme all the source code will ALWAYS be found inside forum_data/src/, so if you want to make changed pertaining to the source code that is where you should make them.
FUDforum Core Developer
|
|
|