Quote:
Originally Posted by amykhar
Here is a fix that allows unregistered users to SEE the ticket system.
In vbsupport.php Find:
Code:
if ($vbulletin->options['vbsupport_unregistered_access'] > 0)
Replace with:
Code:
if ($vbulletin->options['vbsupport_unregistered_access']==0)
and guests can view. I'm working now on getting guests to be able to actually submit a ticket.
|
Hi as mentioned I am trying to sort this too
did you get any joy?
Really hoping to use this ticket system for unregistered
thank you