Quote:
Originally Posted by Jason92s
Andrew, another issue has cropped up. I removed the tab from the menu as you suggested, but now I can't make any changes to LDM. When I go to my ACP and click on Settings in the Links and Downloads section, I get a screen that shows up and says "Only administrators can access this page". I am both an Administrator and the Super Admin. However, as soon as I make the tab visible again, I'm then able to make changed through ACP. Here's a pic of the screen I'm getting:
|
Thanks for spotting this. To fix it, edit local_links_admin.php and find the line (about line 673)
Code:
// Main Administration Functions
and insert the following immediately before it:
Code:
ldm_map_perms_to_show(-1);
This fix will be included in the next release.