Quote:
Originally Posted by AndrewD
Whichever vba module is using functions_gallery.php is declaring a function called empty_category, and so is LDM. PHP does not allow this. So one of us will have to change the name of the code  I will do so in the next upload. In the meantime, you can fix this by editing lines 1812 and 1815 of local_links_admin.php and lines 2935, 2997 and 3257 in includes/local_links_include.php
Just change empty_category to (e.g.) ldm_empty_category
|
Thanks Andrew, that seems to do the trick. Although I also had to add "ldm_" in front of delete_category a couple of time too. (Didn't add it to the can_delete_category in local_links_admin.php .. should I?)
One thing, I started to get the title "Latest Links" showing twice at the top of the module. In the manual it says to have "Use Module Shell Template" as "Yes" but if you have this as "No" this behavior goes away.