Quote:
Originally Posted by BirdOPrey5
I don't know why you're using eval()??
Just remove the eval... fix the quotes... Use this code:
PHP Code:
$template_hook['navbar_community_menu_end'] .= '<tr><td class="vbmenu_option"><a href="$vboptions[bburl]/ideas/ideas.php">Submit ideas</a></td></tr>';
On the hook: parse_templates
|
Thanks a lot BOP! Haha I just copied the code from the experience plugin and was using that as a guide to displaying another link in the community drop down. I have no idea was eval() is lol so I don't know either! I'm a fail copy cat.
Well thanks a lot tho for helping me with plugins. ^.^