Verschiedene Farben für Foren

Alles zu Styles, Templates, Icons und Smilies für phpBB 2.0, sowie allgemeine Designfragen zur Integration von phpBB in bestehende Websites.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Benutzeravatar
Markus67
Ehrenadmin
Beiträge: 28346
Registriert: 12.01.2004 16:02
Wohnort: Neuss
Kontaktdaten:

Beitrag von Markus67 »

Hi ....

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

Markus
Tomcat2005
Mitglied
Beiträge: 6
Registriert: 14.06.2005 22:26

Beitrag 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??
Benutzeravatar
Markus67
Ehrenadmin
Beiträge: 28346
Registriert: 12.01.2004 16:02
Wohnort: Neuss
Kontaktdaten:

Beitrag 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
Antworten

Zurück zu „phpBB 2.0: Styles, Templates und Grafiken“