I have an emergency! I did what you said and my entire site is blank now.
www.tacticalopsunit.com
* I disabled it and we're back up but I can't have it enabled even after trying to re-install it*
This is what I changed to code to read in the xml file:
//if ($vbulletin->options['legacypostbit']) {
$vbulletin->templatecache['postbit_legacy'] = str_replace("<!-- / icon and title -->", $vbulletin-
And then the second one:
eval('$nominate_topic_button = " ' . fetch_template('nominate_topic_button') . '";');
//eval('$template_hook[postbit_controls] .= " ' . fetch_template('nominate_topic_button') . '";');
}