Quote:
Originally Posted by larrydude
hmm. I am running vb 3.64. I love this mod, but it makes the search function not work for guests.
With NoSpam! disabled, guests can search fine, with it inabled they get a "invalid answer" message.
Any ideas?
Thanks.
|
So the NoSpam! question is not actually appearing on the search page?
This is the one most vulnerable to template edits, so something going wrong with it is not too unlikely. If it's not appearing, you might want to make the automatic template edit manually:
FIND
Code:
<if condition="$imagereg">
REPLACE it with
Code:
<if condition="$imagereg OR $vbulletin->options['nospam_onoff']">
Then FIND
Code:
<td align="$stylevar[left]" valign="top" colspan="2">$imagereg</td>
REPLACE it with
Code:
<td align="$stylevar[left]" valign="top" colspan="2">$nospamfield
$imagereg</td>