I'm getting most of the same errors everybody else is, however my show stopper is the redirect after somebody has submitted their RSVP. The redirect points back to the same thread but with
&redirect=1 at the end of the URL, why is this?
I notice the XML file contains the following code, however does anybody foresee an issue if I just remove the
&redirect=1 code from below and reload the XML?
Quote:
// Prevents User Response Removal on redirect
if (!preg_match('/redirect/',$vbulletin->url)) {
$vbulletin->url .= "&redirect=1";
|