Quote:
Originally Posted by benpaul10
Ah I see you were refering to the posts earlier in this thread
https://vborg.vbsupport.ru/showpost....3&postcount=53
Thanks for pointing this out...
Unfortunately I am still a bit lost still
"There in may lay the problem - there is no "$imagereg" See template code below:
I added in a $nospamfield just above this, and it all came togther - thanks!"
I have found the template I need to alter can someone please clarify whet I need to add and where I need to put it in the template please?
Sorry to be so ignorant!
|
I think what you do is, go into the Edit template, Register templates, open the one called simply "register".
Then do a search for
regimagecheck and you will see:
Code:
<if condition="$show['regimagecheck']">
<fieldset class="fieldset">
I just added
$nospamfield above the line like this:
Code:
$nospamfield
<if condition="$show['regimagecheck']">
<fieldset class="fieldset">
Seems to work for me with 3.5.4
I updated both of my templates that way.