I've had to disable this modification unfortunately. I'm unsure why, but it seems to be causing 50+ extra queries on all pages. The specific plugin causing this to happen to me is:
Plugin: Add Share Options to Templates
Hook: process_templates_complete
After removing the following from the plugin, the 50+ extra queries disappear:
Code:
require_once(DIR . '/includes/adminfunctions_template.php');
Any ideas? It could possibly be my setup, but I'm not too sure about that.
Thanks!
Edit: I should note, this only started after updating to vBulletin 4.1.11. Previously my Forum was running 4.1.7 with no issues, or extra queries.