tricky color problem (menu) / Kniffliges Farbproblem (Menü)

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
strandel
Posts: 50
Joined: Sun 2. May 2004, 22:45

tricky color problem (menu) / Kniffliges Farbproblem (Menü)

Post by strandel »

ENGLISH
********
I have a menu created {NAV_TABLE_COLUMN:1}.

Example:
-A (green)
-B (green)
-C (initially green - after clicking everything should be blue)
-D (green)

Normaly the menu is all in a green colour shade (A, B, C, D).
Now when I click on C, I want the menu to change into blue (A, B, C, D = all blue).
Later on when I click on A, B or D, everthing should change back to the green style.

I played around with conf.template_default.inc.php with no success to have 2 colour styles. I also tried to use the new feature "sublevel layout". Whatever I do, nothing is changing. Anybody?
Regards Hans

GERMAN
********
Ich habe ein Menü mit {NAV_TABLE_COLUMN:1} erstellt.

Beispiel:
-A (grün)
-B (grün)
-C (anfangs grün - nach Klick auf diesen Menübereich sollte alles blau sein)
-D (grün)

Normalerweise sollte das Menü im Grünton sein (A, B, C, D).
Wenn ich auf den Menübereich C klicke, möchte ich, dass alle Menüpunkte nach blau wechseln (A, B, C, D = alles blau).
Später, wenn ich auf A, B oder D klicke, sollte wieder alles im Grünton erscheinen.

Ich habe in der Datei conf.template_default.inc.php Aenderungen vorgenommen, aber es war nicht möglich 2 verschiedene Farbtöne zu erstellen. Ich habe es auch mit dem neuen Feature "sublevel layout" versucht, konnte aber keine Veränderung feststellen. Was auch immer ich versuche, ich schaffe es nicht, 2 Farbbereiche zu erstellen.
Kann jemand helfen?

Gruss Hans
colech
Posts: 178
Joined: Thu 25. Mar 2004, 01:01
Location: Washington, USA
Contact:

Post by colech »

I have done custom nav_table_column things before, but never anything like this. It would definately require adding conditional PHP statements that do one of the following:
  • 1. Include different css classes for the conditional menus
    2. Use conditional wrapping such as the graphical text MOD... {GT:xxx}menu item{/GT} versus {GT:yyy}menu item{/GT}
while !sleeping {
work_on(phpwcms);
}
// Check out our web development company!
// "Your business has character... don't hide it!"
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

Hi

with phpWCMS it is not possible to assign different Colors to different Structures (Buttons) - if you upgrade to 1.2.3 you're able to set different Colors etc. to the different Structure-Levels
* there is a way to make different Nav_table Layouts depending form StructureLevel in conf.template_default.inc.php
http://www.phpwcms.de/forum/viewtopic.php?p=41187#41187
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
Post Reply