Paul: So the eval(); lines are fine? Also the $db->hide_errors(); is there because its not my mod, I am just updating it. I plan to remove those. So how are links built now? And the error I get is this:
Quote:
Unable to add cookies, header already sent.
File: includes/class_core.php
Line: 4501
|
With this syntax error:
Quote:
Expecting ) on includes/class_bootstrap.php (283) at line 7
|
I shorted it, below is whats at line 7.
Line 7 of the plugin which is parse_templates hook:
PHP Code:
$vbulletin->input->clean_gpc('c', COOKIE_PREFIX . 'cfrrs', TYPE_STR);
James: Thanks for that info, but I thought there was other lines that needed to be changed such as $vbulletin->url. Am I wrong in that assumption?