Page 1 of 1

Changing Nav Menu

Posted: Wed 22. Mar 2006, 17:58
by Pinpas
Hi.

Recently I started to work with PHPWCMS, and I started working on a website, so I decided to use vertical NavMenu, but I would like modify it according to my website color scheme.
I was wondering where can I modify it.

I'm putting here a image of what I'm talking about
Image


Thank you

Carlos

Posted: Wed 22. Mar 2006, 19:57
by TMerz

Posted: Thu 23. Mar 2006, 04:40
by Pappnase
hello
docusite wrote: This tag and the resulting table code it creates are typically called within either the 'left' or 'right' sections of page templates (admin). The final appearance of the menu can be customized in great measure by editing this file: config/phpwcms/conf.template_default.inc.php
;)

Posted: Thu 23. Mar 2006, 12:33
by Pinpas
thanks you all, your help saved me a lot of time finding this.
:D

Posted: Wed 29. Mar 2006, 05:45
by 1996 328ti
I am creating a new site.
I am struggling with the nav_menu
http://www.happytogether.com/index.php

The left side gets cut off. Look at the above link and you will see.

Posted: Wed 29. Mar 2006, 07:32
by flip-flop
Hi 1996 328ti,

this is the output for the first active state:
<tr style="cursor: pointer;" onclick="location.href='index.php?id=1,0,0,1,0,0';return false;" bgcolor="#ffffff">

I think your conf.template_default.inc.php shows the line
$template_default["nav_table_struct"]["row_active_bgcolor"] = "#FFFFFF";
Is it right?

Better you would use
$template_default["nav_table_struct"]["row_active_bgcolor"] = "";

Gruß Knut

Posted: Wed 29. Mar 2006, 13:38
by 1996 328ti
flip-flop wrote:Better you would use
$template_default["nav_table_struct"]["row_active_bgcolor"] = "";
Thank you. That works.
I just don't understand why. Oh wait, it's that the color was over the left side image when selected?

Posted: Wed 29. Mar 2006, 14:23
by flip-flop
"row_active_bgcolor" means the color for the whole activated row. All images are blind.

Gruß Knut