Make sure you don’t have auto-toggle enabled for any of your categories.
Auto toggle isn’t enabled in any of them and they keep hiding 🙁
Anonymous
Hi,
i have the same error, in my links categories is no categorie with auto-toggle marked, in the overview i cannot see any link i have added 8-(
Are you using an old version of WordPress or perhaps links.php?
This sounds very similar to a problem found and fixed here http://tinyurl.com/foic well before version 0.71 was released.
If you are running the latest version, could you post a url which displays the problem and which I can examine ?
Thanks,
Mike
Anonymous
I am using a fresh install from 0.711 from the special lacation (http://zed1.com/wordpress-0.711/)
The links are shown up in the weblog, but in the linkmanager i see no link ….
Thanks
Edlef
Hi Edlef,
If you see no links in the link manager it could be because you are logged in with a user whose admin level is less than 5
Mike
Hi Jason,
An auto-toggle category for links means that only one link will be visible (turned on) in that category. When you turn on one link, the others are turned off.
I use it for my currently CD category, and other people have used it for a current mood category.
Mike
Anonymous
Hi Mike,
if i am logged in with userlevel 9, i see no links. If i am logged in with userlevel 10 (admin) i see the list of links. Maybe i have to change the config ?!
Thanks for the help!!
Greetings
Edlef
Hi Edlef,
This issue is related to the fact that the admin level check in the code make the links created by a higher level invisible rather than simply un-editable.
You can get round it at the moment by setting
$use_adminlevels = false;
in wp-links/links.config.php
I will look at this issue some more and produce as better solution.
Thanks
Mike