Search found 5 matches

by frjones
Mon 17. May 2004, 20:18
Forum: phpwcms Bug Reports
Topic: {NAV_LIST_TOP} -- bug or misunderstanding on my part?
Replies: 18
Views: 8615

i think you mixed up those two lines: changed $css_list .= (!$breadcrumb[$key]) ? "" : " id=\"".$class."_active_link\""; to $css_list .= (!$struct_path[$key]) ? "" : " id=\"".$class."_active_link\""; i think it should be...
by frjones
Thu 13. May 2004, 20:50
Forum: hacks & enhancements
Topic: including file managed images
Replies: 11
Views: 5822

if the right are 666 (owner,group,all)! then it should work. it only should be read and writeable by the user running apache. perhaps you could check if the files in your file_path (i think default is phpwcms_filestorage) have the owner of your apache is running with, depends on your linux distribut...
by frjones
Thu 13. May 2004, 14:01
Forum: hacks & enhancements
Topic: including file managed images
Replies: 11
Views: 5822

didnt had that problem when install the hack.

but you could check the permissions of the file 'phpwcms_filestorage/1/1_19.jpg' seems something is wrong with that.
by frjones
Wed 12. May 2004, 11:02
Forum: hacks & enhancements
Topic: including file managed images
Replies: 11
Views: 5822

that hack is great.
works without a problem.

thanks
by frjones
Wed 12. May 2004, 10:48
Forum: phpwcms Support English
Topic: {NAV_ROW:ID:0} which $GLOBALS?
Replies: 1
Views: 725

{NAV_ROW:ID:0} which $GLOBALS?

hi, want to get the {NAV_ROW:ID:0} work like the following. - Cat1 -- Subcat1 when i click subcat 1 the menu disappears, like said in the forum i have to use a php script to get ID. but which vars to use, tried different $GLOBALS[] vars but dont find anything usefull. perhaps someone could give me a...