Changing Nav Menu

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Pinpas
Posts: 3
Joined: Wed 22. Mar 2006, 17:41

Changing Nav Menu

Post 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
TMerz
Posts: 47
Joined: Wed 3. Nov 2004, 13:56
Location: Herxheim/Deutschland

Post by TMerz »

Pappnase

Post 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
;)
Pinpas
Posts: 3
Joined: Wed 22. Mar 2006, 17:41

Post by Pinpas »

thanks you all, your help saved me a lot of time finding this.
:D
1996 328ti
Posts: 317
Joined: Mon 19. Apr 2004, 06:10
Location: Greenville, SC USA
Contact:

Post 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.
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post 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
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
1996 328ti
Posts: 317
Joined: Mon 19. Apr 2004, 06:10
Location: Greenville, SC USA
Contact:

Post 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?
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

"row_active_bgcolor" means the color for the whole activated row. All images are blind.

Gruß Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Post Reply