Quote:
Originally Posted by :Judge:
Anyone come up with checked by default?
|
Simple. I've done this on my forum.
AdminCP -> Plugin System -> Plugin Manager
Find "Event Attendance - add enroll to create form" and click [Edit]
Replace with:
Code:
if (($type!='recur') OR (($type=='recur') AND ($vbulletin->options['enroll_reoccur']))) {
$disablesmiliesoption.='<div><label for="cb_rollcall"><input type="checkbox" name="useroll" value="1" id="cb_roll" tabindex="3" '.$useroll.' checked />'.$vbphrase['roll_allowenroll'].'</label></div>';
}
This will default to checked.