how do you modify {NAV_TABLE_COLUMN}???

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
parkley
Posts: 19
Joined: Fri 9. Feb 2007, 02:57

how do you modify {NAV_TABLE_COLUMN}???

Post by parkley »

Hey guys i did a search on this replacement tag and didn't find or know what to search for...

How does one modify this tag... i see different UL list topics to modify menu's but {NAV_TABLE_COLUMN} does pretty much what i want...where does one go to make changes to the color & bullets to fit the layout..

thx guys in advance
User avatar
Klappstuhl28
Posts: 833
Joined: Fri 4. Mar 2005, 01:58
Location: Hamburg
Contact:

Post by Klappstuhl28 »

Hi parkly,

instead of {NAV_TABLE_COLUMN} you easily use {NAV_LIST_UL:F,ID,1,act_path,active} which will be
"styled" by css.

If you are familar with css this is a very good describtion
what to do:
http://www.phpwcms.de/forum/viewtopic.php?t=14273

The great benefit of knut´s NAV_List is that it´s so much
easier to adapt the navigation to your needs. By CSS.
For changing the appearance of the nav_table_column
you have to tinker around somewhere in the code
(to let it sound dramatically).

kind regards

lars
Lars

Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -
parkley
Posts: 19
Joined: Fri 9. Feb 2007, 02:57

Post by parkley »

thx sir...

this works great... i just need to study it some more to totally understand what's going on...
Post Reply