I'm trying to display a link inside the "community" drop down menu.
So I added a global_setup_complete plugin with the contents:
Code:
eval('$template_hook[\'navbar_community_menu_end\'] .= "<tr><td class="vbmenu_option"><a href="$vboptions[bburl]/ideas/ideas.php">Submit ideas</a></td></tr>"');
But it doesn't exactly work.
How can I properly display a link inside the community drop down button? Do I also need to "cache_templates" or something?
Thank you.