PDA

View Full Version : uncheck



alanvo
Wed 16th Jan '02, 2:08pm
how can i create a template that would leave the default at the bottom where it says, "Email Notification: emails sent to you whenever someone replies. Only registered users are eligible. " uncheck. Can somebody help me please, thank you.

alanvo
Thu 17th Jan '02, 12:32am
well, can anybody help me please....I am a valid customer =)

drumsy
Thu 17th Jan '02, 9:48am
Open the registeradult and registercoppa templates and locate the following code: (adjusted code will be in bold)


<td bgcolor="{secondaltcolor}"><normalfont><b>Use 'Email Notification' by default</b></normalfont><br>
<smallfont>Using this option emails you whenever someone replies to a thread that you have participated in.</smallfont></td>
<td bgcolor="{secondaltcolor}"><normalfont>
<input type="radio" name="emailnotification" value="yes" checked> yes
<input type="radio" name="emailnotification" value="no" > no
</normalfont></td>


Replace with:


<td bgcolor="{secondaltcolor}"><normalfont><b>Use 'Email Notification' by default</b></normalfont><br>
<smallfont>Using this option emails you whenever someone replies to a thread that you have participated in.</smallfont></td>
<td bgcolor="{secondaltcolor}"><normalfont>
<input type="radio" name="emailnotification" value="yes" > yes
<input type="radio" name="emailnotification" value="no" checked> no
</normalfont></td>

alanvo
Thu 17th Jan '02, 1:31pm
thank you so much...

gwdguy
Sun 10th Mar '02, 9:35am
Hell if anyone can help that would be great.

I made the changes in the code like this said but the automatic reply is still checked. I change it in both pages and updated it.

I there something else I need to do to make the check box automatically Not checked.

Thanks