Quote:
Originally Posted by offlead
*smacks self in head* Thanks Andrew. That was indeed the trouble, and I think I just need more sleep or more coffee. I musta looked at that 30 times without actually SEEING it.
We tested out a non-admin member adding both a link and a category. The link test ran perfectly, no issues that I could see. Adding a category however had one glitch that I could see. In a level 2 subcat, there was an existing level 3 subcat when the member added another. While the new subcat was held in moderation, NO subcats showed up when viewing that level 2 page. The existing links in that section showed up fine, just not the existing subcat.
|
Sorry, line 610 in local_links.php reads
PHP Code:
if ($thiscat['catmoderate'] and $bbuserinfo['userid'] != $thiscat['catuserid']) break;
The "break" should read "continue".
Will fix in the morning.