Seite 2 von 2

Verfasst: 14.06.2005 23:22
von Markus67
Hi ....

okidoki ... bei Fragen ... einfach melden :wink:

Markus

Verfasst: 15.06.2005 21:54
von Tomcat2005
so, habe den Mod eingerichtet.

Im Admin Bereich habe ich unter Styles/Themes einen neuen Link
"sub-Templates"

Nach dem ich den Hauptstyle aus gewählt habe Kommt eine Tabelle mit der Struktur meines Forum.

Wie kann ich den nun die Farben entsprechend anpassen??

Verfasst: 15.06.2005 21:59
von Markus67
Hi ...
## How-to set a sub-template :
##
## A sub-template is basicly a standard templates, but most of the files can be removed,
## as the sub-template process use the main template files by default (if not found in
## the sub-templates dir, the same-name main template file will be used).
##
## A sub-template dir is always set in a main template dir (ie: templates/subSilver/subGreen
## for the sub-template subGreen)
##
## In each main template directory you are using, you have to create an empty file named
## sub_templates.cfg being writable (CHMOD 666).
## In this file will be stored the sub-template configuration (links to forums and cats,
## the css file name (.css), and the images file name (.cfg) ).
##
## You can set many images set for the same sub-template, only by having different images
## config file in the same sub-template. A sub-template can be also only a reduce images
## set (ie only a logo ).
##
## The mod only requires to use in the overall_header.tpl's the external css sheet,
## rather than the ugly style redifining. So you'll have to :
##
## * inhibate all the redifined "<style></style>"
## (deleting all the lines within those tags will be perfect,
## and will decrease the bandwidth usage of your board),
##
## * activate in overall_header.tpl the line :
## <link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css">
##
## When your sub-templates will be ready, just go to the admin control panel,
## choose "Sub-template", create a new sub-template ref, then link it to the forums
## or categories you want it to appear.
Markus