Welcome to Geeklog, Anonymous Monday, March 09 2026 @ 01:53 am EDT
Question: Duplicate plugin menu entries
Answer: Starting with Geeklog 1.3.10, there are two ways to list the menu entries for plugins in Geeklog's menu bar:
- By using the
{plg_menu_entries}variable in the header.thtml template file of your theme. - By adding a
pluginsentry to the "Menu Elements" in the Configuration (or to the$_CONF['menu_entries']array in config.php for older Geeklog versions). In this case, the plugin menu entries will be added to the{menu_entries}variable in header.thtml.
As a consequence, if you have both a
{plg_menu_entries} variable in your theme's header.thtml and added the plugins entry in the Configuration, you will see duplicate menu entries for the plugins.Solution: Remove either the
{plg_menu_entries} variable or the plugins entry.Also see How do I change the menu?
Hits: 487
FAQ » Common problems » Duplicate plugin menu entries