Thread: Another Problem
View Single Post
  #4  
Old 08-31-2011, 10:07 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 613,935
Hall of Famer is on a distinguished road
Default

Well I tested the script on my demo site, it seems that the feature of removing navlinks has been unavailable since the release of Mys v1.2.3. It is apparently a glitch resulted from the manipulation of mysql_fetch_array, but can be fixed easily.

To resolve this glitch, find this line from admin.php:

PHP Code:
if($lid 6
Replace with:
PHP Code:
if($row['id'] < 6
Lemme know if this works for you...
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote