Log in

View Full Version : Plugin help


aeturner89
08-08-2010, 02:10 AM
I would like to create a plugin using the $template_hook[navbar_community_menu_start] hook to add a link to the start of the community tab. The link being /forums/forumdisplay.php?f=4

Can someone give me some instructions on how to set this up?

Lynne
08-08-2010, 02:35 AM
You could probably use the global start template and just put in:
$template_hook['navbar_community_menu_start'] = 'your link written correctly here';

Speysider
08-08-2010, 07:41 AM
Or, you could just edit the templates and add a link at the beginning of the tab code.