I noticed that when I tried to add a link as a user some of my categories weren't showing up in the drop down, basically all the 3rd (or more) level down categories. So I checked into it and now have a fix for anyone who cares (couldn't find it on the forums already, so hope this helps someone). This is in phpnuke version 7.5.
open web_links > index.php and go to line: 191
add this code behind the last )
Code:
.'/'.$ctitle2
so the line should look like this:
Code:
if ($parentid2!=0) $ctitle2=getparent($parentid2,$ctitle2).'/'.$ctitle2;
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum