Quote:
Originally Posted by TruthElixirX
k. I'll post the instructions.
|
Or..., just make the call to the Warning functions file conditional..
Change your global_start plugin to
PHP Code:
if (THIS_SCRIPT != "quiz") {
require_once(DIR . '/includes/functions_warning.php');
DEVDEBUG('AutomaticWarner' . $vbulletin->options['warn_automatic_warner']);}
*shakes head at ideas of code editing*