Hmmm. I must have got something wrong during the install as it is not working on my forum. When I add an event and click on the "User Roll Call" option the info in your attached screen shot 1 does not appear. So I can't click on the "I will be attending this event".
For some reason the calendar is not calling the new template calendar_roll. I have checked in my Style Manager and the template is there.
Any thoughts?
Edit:
On further testing the problem seems to be with the DB remembering that Use Roll Call has been selected. I went into an event that I added and click on the option. Then edited the event and Use Roll Call was not selected. I ran both of the Queries:
Code:
alter table event add useroll tinyint not null;
alter table event add roll text not null;
Separately in the AdminCP and it altered 26 rows for each query. But the function is still not being remembered.