2010-09-07, 03:47 PM
Im looking for an SQL query to make the first radiobutton option selected as default (When changinge signature) in usersCPCurrently the 3rd option is default. (Image Below)
<label><input type="radio" class="radio" name="updateposts" value="enable" /> {$lang->enable_sig_posts}</label><br />
<label><input type="radio" class="radio" name="updateposts" value="disable" /> {$lang->disable_sig_posts}</label><br />
<label><input type="radio" class="radio" name="updateposts" value="0" checked="checked" /> {$lang->leave_sig_settings}</label></span>
<label><input type="radio" class="radio" name="updateposts" value="enable" checked="checked" /> {$lang->enable_sig_posts}</label><br />
<label><input type="radio" class="radio" name="updateposts" value="disable" /> {$lang->disable_sig_posts}</label><br />
<label><input type="radio" class="radio" name="updateposts" value="0" /> {$lang->leave_sig_settings}</label></span>
suercp_signature
usercp_signature
? (2010-09-07, 04:29 PM)Dylan M. Wrote: [ -> ]Matt, shouldn't
suercp_signature
Be
?usercp_signature
Sorry, just had to tease ya since this is the first typo I've caught you in