Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   Another Problem (http://www.mysidiaadoptables.com/forum/showthread.php?t=2365)

Abronsyth 08-31-2011 11:50 AM

Another Problem
 
Okay, I don't like cluttering the board, but this is driving me insane(r)!

No matter how much or what way I try to do, I can not edit or delete anything in the Site Navigation Links area...I've tried editing URLs, Titles, but neither changes a thing, even though it says "Link changed successfully," and the "X" doesn't even show up, to delete a link, even if it's a link that I added in the first place.

The only thing I can do is add links! Anyone know what to do?

Hall of Famer 08-31-2011 12:02 PM

umm Id strongly recommend you to use Phpmyadmin to add/remove links, especially those default links that cannot be removed from ACP. Go to prefix.links, and you will find all navlinks. What you have to do is to delete that link from database.

Teshia 08-31-2011 09:18 PM

There is kinda a tricksie way to delete the staple links with the Admin Panel. I made a tutorial about it a while back on MyAdopts here: http://www.myadopts.com/forum/showthread.php?tid=3634
I
I'm not sure how MySidia handles the deleting, so it may not work, but go ahead and give it a try. Though, seeing as you cannot even delete the links you make, perhaps this is a more recent bug from the new release?

Hall of Famer 08-31-2011 10:07 PM

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...

Abronsyth 09-01-2011 09:43 AM

Okay! All fixed up now!

Thanks,
Iris


All times are GMT -5. The time now is 09:28 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.