Posts Tagged ‘Simple Machines Forum’

Simple Machines Forum – Remove Menu Item of an Uninstalled Package

December 14, 2007

I have installed a package called “GoogleTagged (v1.2)” for my SMF forum. However I later decide to uninstall it. The problem is that when I actually uninstall the package the menu item associated with it remains on the forum menu bar and in the admin menu box.

So, I have to manually remove the menu item from the forum menu bar. SMF menu items are programmed in a file called “index.template.php” in its active theme folder. For example, if the active theme is the SMF default theme, the corresponding file path is “<forum home>\themes\default\index.template.php”. In this file the “function template_menu()” contains the menu items of the forum menu bar. I have to just delete the entry related to “GoogleTagged” package ( the echo command after the comment // The [GoogleTagged] Button ).

I am yet to figure out how to remove the menu item from the admin/config area.