Quote:
Originally Posted by obmob
I bumped into another little issue. When I click the Links/Downloads link in the navbar another one appears selected.
If you are in the CMS, the blogs or the forums, only one Links/Downloads link is shown.
Attached screenshot. 
|
I thought I'd fixed this. Did you re-install the product xml?
If you did, pls go to vb/admincp/products and plugins/plugin manager. Edit the Links and Downloads Manager - Add LDM to main vBulletin menu plugin attached to the process_templates_complete hook. After the line:
if (LDM_NAVBAR_LOCATION) {
add
echo THIS_SCRIPT;
echo "<br />";
echo LDM_LINKS_SCRIPT;
echo "<br />";
and save.
Run your main ldm script and let me know what gets displayed at the top of the screen. Then undo the edit to the plugin.