Quote:
Originally Posted by antialiasis
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>
|
I can't find the template for these changes.