
I have been going through geeklogs documentation and other sundry posts trying to figure out how to remove the "Polls" menu link in 1.4.0sr2 without turning off the polls completely - The docs say open the plugin's
Functions.inc file and to comment out the function named
plugin_getmenuitems_plugin-name
To many of you it may seem obvious that you substitute the name of the offending plugin for the words 'plugin-name' but, my bad obtuse ass did not get it right away and i looked all over hell for a function named 'plugin_getmenuitems_plugin-name'. As such, I thought I would type this little note to remind me next time (and possibly help you). To remove the 'Polls" menu element you must comment out the function...
plugin_getmenuitems_polls
in the Polls
Functions.inc - There I am done...