Quote:
Originally Posted by Sym0n
Not sure if you are going to class my post here as support for other mods, personally I'd say it's template but that's your call.
If not then can you please update the template to comply with the new 3.7.x hooks, in particular $template_hook[navbar_buttons_left] and $template_hook[navbar_buttons_right]?
Ta
Sy
|
Ok now ı give you a working easy way for donation system.
Just open header template and find;
Code:
<div class="nvlink" align="center">
Below add these codes;
Code:
<a id="navbar_dsl" href="$show[nojs_link]#navbar_dsl">Donation</a><script type="text/javascript"> vbmenu_register("navbar_dsl"); </script>
Now dropdown menu will appear Tested and working fine.
Quote:
Originally Posted by anderow
I understand totally.
but its the template thats causing these types of dropdown menus not to work!... (AWstats dropdown as the post by Sy says, and also the dropdown mod I have tried to get working)
As you are the creator of this skin I was just hoping you might know why it does not allow dropdown menus to work...!
|
This isnt template mistake. Because all templates have diffrent look and codes. In clean blue all navbar menus are in header so that modification menu not appear unless you modified manually necessary codes.
I looked for and find necessary codes for donation system myself. The provider didnt give the dropdown menu id's so ı found them from the product xml file
I meaned in my previously message that ı cant give all modification supports for clean blue. Because of modification codes. If you give the menu codes etc ı can tell you where you can add. I hope you understand me.