Adam,
I'm trying to get the navbar link sorted, so not to bother you as I know you're extremely busy at the minute, but I'm getting no where lol.
The author of the Clean Blue template (HaYLaZ) has had a
go at making the link for me and a couple of others using her script and your addon but it's not working, at least for me no one else has posted yet.
The coding she has given to place in the header template file is as below:
Code:
<a id="navbar_dsl" href="$show[nojs_link]#navbar_dsl">Donation</a><script type="text/javascript"> vbmenu_register("navbar_dsl"); </script>
It's placing the Donate link on the navbar and showing the js dropdown arrow next to it, but the link itself does nothing.
I've tried, as directed in your instructions, a custom hook as below:
Code:
<a id="{1}" href="${3}">{4}</a><script type="text/javascript"> vbmenu_register("{1}"); </script>
And added this to the header file where I want the link to appear, as the left and right button hooks aren't built into the template and when I added them it went horribly wrong lol:
Code:
{$AWCL['dropmenu']['header']}
But nothing appears.
Please tell me where I'm going wrong...before I go insane lol. For now I'm even happy to live with the weird black diamond with a white ? character instead of a ? symbol if I can just get this back on the navbar PMSL.