? weight-readme.patch Index: README.txt =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/volunteer_timeslots/README.txt,v retrieving revision 1.6 diff -u -p -r1.6 README.txt --- README.txt 17 Feb 2007 02:13:50 -0000 1.6 +++ README.txt 30 Dec 2007 23:29:04 -0000 @@ -74,3 +74,16 @@ displayed in a table, and adds the class theme_timeslots_roster_form This function organized the volunteer roster and the texfields for notes that are visible to admins below the signup form. + +Trouble shooting: +-------- +Some users have experienced an error where only one time slot is shown or +created in the event form. The reason for this is that this modules +requeries some processing of the date fields by the event module to +occur before it can understand/manipulate them. + +If you experience this problem, check the {system} table and make sure +that this module's weight is set to be equal to or greater than that of +the event module. If you are not familiar with the necessary SQL, you +can try using the module weight module: +http://drupal.org/project/moduleweight