(2015-03-23, 01:51:38)davetest Wrote: I've only just found this links manager and like it a lot. It installs ok and works fine but the drag-n-drop link order sort doesn't drag and drop, so no sorting is possible. Has anyone else got this working?I found that links_manager.js was not getting added to header.
PHP Code:
line 55 or links_manager.php was commented out:
//queue_script(LM_PLUGIN_ID, GSBACK);
edit to:
queue_script(LM_PLUGIN_ID, GSBACK);
To get the image browser to work (for icons) I had to correct the path in line 69 of links_manager/js/links_manager.js
PHP Code:
From:
return window.open('/admin/filebrowser.php ...etc
To:
return window.open('../admin/filebrowser.php ...etc
I'm now really happy as I much prefer this plugin has over i18n Links Manager. Maybe one day that plugin will be updated to have function of this one from mrdragonraaar, especially being under it's own tab rather than in the plugins submenu. But for now I'll stick with this version