Quote:
Originally Posted by antialiasis
captainiron19, check your style manager and see if you don't definitely have a template called nospam.
Also, were you definitely editing the template in the right style when you added $nospamfield manually before?
lostgirl815, if you have more than one question it will show one at random, not all of them, if you thought that.
|
I went into the style manager (I have 3 seperate styles in use) I clicked on edit templates for each one of them and there is a template under each one labeled "nospam" each one has the following code...
Code:
<fieldset class="fieldset">
<legend>$vbphrase[nospam_question]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="400">
<tr>
<td colspan="2">$nospamquestion</td>
</tr>
<tr>
<td>
<input type="hidden" name="nospamnumber" value="$nospamnumber" />
<input type="text" class="bginput" name="nospam" size="25" />
</td>
</tr>
</table>
</fieldset>
When I manually entered the $nospamfield I went in to each of my styles, clicked on edit templates, expanded "registration templates" and then I opened the register template. I dfound the text $imagereg and right above it I added $nospamfield then I clicked on save and reload.
A portion of that section that I edited manuall in each template looks like this:
Code:
</td>
</tr>
</if>
</table>
</fieldset>
$nospamfield
$imagereg
</div>