ataraxia, simply go to the plugin manager, find "Event Attendance - add enroll to create form" and edit it.
Now edit the PHP code
Code:
$disablesmiliesoption.='<div><label for="cb_rollcall"><input type="checkbox" name="useroll" value="1" id="cb_roll" tabindex="3" '.$useroll.' />'.$vbphrase['roll_allowenroll'].'</label></div>';
change to:
Code:
$disablesmiliesoption.='<div><label for="cb_rollcall"><input type="checkbox" checked name="useroll" value="1" id="cb_roll" tabindex="3" '.$useroll.' />'.$vbphrase['roll_allowenroll'].'</label></div>';
Now, things i would like to see on this mod:
- add the guest functionality, so poeple can enroll and add upto 5 guests
- make the data indexable/searchable, so that when you click on the user's profile, it will show the events this user has attened.
- after the event takes place, the next day, use a popup on the main screen to ask if the user did infact attend the event. If they choose yes, leave them on the list as a 'attendee' otherwise, remove their name from the list.