Quote:
Originally Posted by phill2003
I had the same problem as you (if you look back in the thread I have posted a couple of times but got no joy) anyway I have fixed my issue and by the looks of things it may help you as you seem to be having the exact problem i was having...
To fix mine I inserted some code into the quickregister plugin.
in the quick register plugin at global start look for this
Code:
$show['guest'] = true;
and above that place this
Code:
if ($vbulletin->options['nospam_use_reg'] AND $vbulletin->options['quickregister_active']) {
$questions = explode("\n", $vbulletin->options['nospam_questions']);
$nospamnumber = array_rand($questions);
$qanda = explode(":",$questions["$nospamnumber"]);
$nospamquestion = $qanda[0];
}
This when applied to my quick register plugin got the question to appear as well as the box for the answer
I hope this fixs your issue as the nospam hack is IMO one of if not the best hack on vbulletin.org and I was disappointed that it would not work on my quick register which also is a must have for increased registrations.
It might be an idea to whack this in the readme for others in the same situation  if there are any.
|
:up:

:up:

:up:
I dont know.. if a million thanks will reply for this suggestionu gave me.. coz it simply worked!! THANKS mate.. Thanks lotttts.. phill2003
I am soo happy to see people here are soo kind enough to support others to guide them out of trouble..
and my thanks to antialiasis too for the great mod and support.. infact i got to say he tried his best to get me out of this delemma..
antialiasis, i think we should change the integraton details in txt file provided along.. ask users to use ver3 along with the integration method suggested by phill2003
Thank you both.. my joy of success find no limit dudes..
You guys simply rocks..
Matthew