2 urgent questions: Menu & Breadcrumb

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
eggidea
Posts: 23
Joined: Fri 11. Jun 2004, 09:26

2 urgent questions: Menu & Breadcrumb

Post by eggidea »

I would like to ask you all experts about 2 questions:

A) Menu

I would like to set the different color for main category and sub category, how?

I want the following: (but i want the expend menu instead of nested menu)

Main 1
subcat 1
Main 2
subcat 2

Can anyone suggest how to do it?

B) Breadcrumb

Can I have the url of current section?

Like this:

Main > Subcat 1 > Content


Can you tell me how to solve above 2 questions?

Thank you so much!!!!
Pappnase

Post by Pappnase »

hello

you can try to create your menue manually with this tag
[ID alias]string[/ID] and format the text between the tag via css.

To 2

i don't hink that this is possible. :cry:
eggidea
Posts: 23
Joined: Fri 11. Jun 2004, 09:26

Post by eggidea »

Hello, do u mind to give me example of [ID alias]string[/ID]?
i dont understand, and can it show the menu component automatically instead of manually?

thanks a lot
Pappnase

Post by Pappnase »

eggidea wrote:Hello, do u mind to give me example of [ID alias]string[/ID]?
i dont understand, and can it show the menu component automatically instead of manually?

thanks a lot
hello

that will mean that you create you structure in the backend. and create your own navigation in the template by useing the [ID alias]string[/ID] tag

example

[ID main1]string[/ID]
[ID subcat1]string[/ID]
[ID main2]string[/ID]
[ID subcat2]string[/ID]

string you replace with youre desired names for the structure
main and subcat are the alias you give the structure levels.
eggidea
Posts: 23
Joined: Fri 11. Jun 2004, 09:26

Post by eggidea »

Thank you, I will study it though i am not fully understand at this moment, thank you for ur solution!!!!
Pappnase

Post by Pappnase »

eggidea wrote:Thank you, I will study it though i am not fully understand at this moment, thank you for ur solution!!!!
hello

if you have an further Q ask we will help you!
naabu
Posts: 29
Joined: Thu 12. Aug 2004, 15:08

Post by naabu »

I have a question? I have searched and searched for it but have had no luck.

Can you edit the the look of:

{NAV_TABLE_SIMPLE}

e.g.

change the bg image of the buttons
change the css for it

i have looked around and cannot find where the images are held and which bits of the css to change.

thanx in advance
Pappnase

Post by Pappnase »

hello

(include/inc_conf/)conf.template_default.inc.php

beginning from line 4
naabu
Posts: 29
Joined: Thu 12. Aug 2004, 15:08

Post by naabu »

excellent thank you pap
Post Reply