I wonder if anybody could list me the most important tpl's, if I want to change the main layout (without member and special stuff etc.). My goal is to make a more CSS-based layout with less tables, and position most existent elements new. also, I will hide a lot.
I have found (descending priority):
-well, the css, for sure
-wrapper.tpl
-main.tpl
-displaylinks.tpl
Is this everything I need at first? In which are the 'breadcrumbs'? What happens if i change layout, and then change the settings in admin for table-columns etc? where in the templates will this info be translated?
Comments on Which are the most important templates ?
Experienced
Usergroup: Customer
Joined: Jan 06, 2007
Total Topics: 33
Total Comments: 84
I wonder if anybody could list me the most important tpl's, if I want to change the main layout (without member and special stuff etc.). My goal is to make a more CSS-based layout with less tables, and position most existent elements new. also, I will hide a lot.
I have found (descending priority):
-well, the css, for sure
-wrapper.tpl
-main.tpl
-displaylinks.tpl
Is this everything I need at first? In which are the 'breadcrumbs'?
What happens if i change layout, and then change the settings in admin for table-columns etc? where in the templates will this info be translated?
Thanks for help!
Starship-Trooper
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
There are no breadcrumbs at the moment, as far as I recall.
The settings aren't stored in the templates, they're in the database.
Experienced
Usergroup: Customer
Joined: Jan 06, 2007
Total Topics: 33
Total Comments: 84
ok, with breadcrumbs i meant this:
Directory > Category 2 > Category 2 2
but i have found it (and also most of the other stuff). In lots of the tpl's, the breadcrums look like this:
<div class="nav"><a href="{DIRURL}">{LANG_NAVORIGIN}</a> {NAVIGATION} </div><br>
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Yes, they're not centralized at the moment.