Search found 3 matches

by david
Tue 6. Apr 2004, 22:20
Forum: phpwcms Feature Requests
Topic: dev. extensions/libraries
Replies: 5
Views: 2405

dev. extensions/libraries

I'm sorry if this has been mentioned before, or the functionality may even exist, but I am going to request it anyway.

what i would LOVE to see is some sort of universal area where we could dump functions that override the defaults, without touching the original. not really plugins, but more like ...
by david
Tue 6. Apr 2004, 18:23
Forum: hacks & enhancements
Topic: CSS/List based version of NAV_TABLE_COLUMN
Replies: 61
Views: 56184

Nested Lists

If you change the function build_levels_list to the following you will get nested lists like requested. This is how i originally had it. It's just wrapping child lists up in the <ul> tag. (look for the "// Added this:" in the code below)

Hope this helps.

David ...
by david
Tue 6. Apr 2004, 01:45
Forum: hacks & enhancements
Topic: CSS/List based version of NAV_TABLE_COLUMN
Replies: 61
Views: 56184

CSS/List based version of NAV_TABLE_COLUMN

Hello. I just started using phpwcms and am trying to make it completely CSS based (XHTML-Strict). I implemented my own <ul> version of the NAV_COLUMN_TABLE by simply editing the functions a bit and renaming them. NAV_LIST_CURRENT and NAV_LIST_TOP just didn't do it for me. :) I hope that someone can ...