Hello all,
I would like to install a checkbox for the newsletter in the registry under vb4.1.7
this code:
Code:
<div class="blockrow">
<label>{vb:rawphrase receive_email}...</label>
<div class="rightcol">
<ul class="checkradio group">
<li>
<label for="cb_adminemail"><input type="checkbox" name="options[adminemail]" value="1" id="cb_adminemail" tabindex="1" {vb:raw checkedoff.adminemail} /> {vb:rawphrase receive_email_from_bulletin_board_staff}</label>
</li>
<vb:if condition="$show['email']">
<li>
<label for="cb_showemail"><input type="checkbox" name="options[showemail]" value="1" id="cb_showemail" tabindex="1" {vb:raw checkedoff.showemail} /> {vb:rawphrase receive_email_from_other_members}</label>
</li>
</vb:if>
<li>
<label for="receivebulletin"><input type="checkbox" name="receivebulletin" value="1" id="receivebulletin" tabindex="1" {vb:raw checkedoff.receivebulletin} /> {vb:rawphrase receive_email_from_commbull}</label>
</li>
<vb:if condition="$show['email']">
<li>
<label for="commbull"><input type="checkbox" name="commbull" value="1" id="commbull" tabindex="1" {vb:raw checkedoff.receivebulletin} /> />{vb:rawphrase receive_email_from_commbull}</label>
</li>
</vb:if>
</ul>
in the template "register" show the text and the checkbox for the newsletter but there are no funktion under the checkbox.
Please can anybody help me.
Another question
In setting section when I select for "Only include threads that have been started or replied to since this date?" as yes, I get in the newsletter threads older than the date I selected.
The threads are older and the last post in the thread also older.
I've already asked in the main thread, but unfortunately not received a response
Thanks Igel1