$ ./code-style.pl signup/signup.theme signup/signup.theme:25: '} else' -> '}\nelse' : } else { $ ./code-style.pl signup/signup.module signup/signup.module:58: 'AND (' -> 'AND(' : s.send_reminder = 1 AND (%d + ((s.reminder_days_before) * 86400)) > e.event_start", $curtime); signup/signup.module:74: no mixed case function or variable names, use lower case and _ : $trans = array("%event" => $event->title, "%time" => _event_date(variable_get('signup_date_string', 'D, M jS, g:i A'), signup/signup.module:111: '
' -> '
' : return t('

Signup allows users to sign up for nodes of any type. Includes options for sending a notification email to a selected email address upon a new user signup (good for notifying event coordinators, etc.) and a confirmation email to users who sign up--these options are per node. When used on event nodes (with event.module installed and regular cron runs), it can also send out reminder emails to all signups X days before the start of the event (per node setting) and auto-close event signups 1 hour before their start (general setting). Settings exist for resticting signups to selected roles and content types.


To use signup, you must enable a node type for signups in administer->settings->content types, and you must also grant the \'allow signups\' permission to any user role for which you wish to allow signups in administer->access control. Each signup node will now have a place for users to sign up, and administrators with the \'admin signups\' privilege will be able to view signups for each signup node and see an overview of signups for all nodes (the overview is located in administer/signup)


Default settings for notification email address, reminder emails and confirmation emails are located in administer->settings->signup. These will be the default values used for a signup node unless otherwise specified (to configure these options per node, visit \'edit\' for that node and make the adjustments in the \'Sign up settings\' section)


Signups can be manually closed for any node at administer->signup.


The user signup form is fully themable--form fields may be added or deleted. For more details see the instructions in signup.theme, where a sample user form is included

'); signup/signup.module:168: '} else' -> '}\nelse' : } else { signup/signup.module:176: '=>' -> ' => ' : $node = node_load(array('nid'=>arg(1))); signup/signup.module:211: '( ' -> '(' : return array(t('Signup information') => array( array('value' => $output, 'class' => 'user'))); signup/signup.module:231: '} else' -> '}\nelse' : } elseif ($form['type']['#value'] .'_node_form' == $form_id) { signup/signup.module:323: 'VALUES (' -> 'VALUES(' : send_reminder, reminder_days_before, reminder_email) VALUES (%d, '%s', %d, '%s', %d, %d, '%s')", signup/signup.module:330: 'VALUES (' -> 'VALUES(' : send_reminder, reminder_days_before, reminder_email) VALUES (%d, '%s', %d, '%s', %d, %d, '%s')", signup/signup.module:349: 'VALUES (' -> 'VALUES(' : send_reminder, reminder_days_before, reminder_email) VALUES (%d, '%s', %d, '%s', %d, %d, '%s')", signup/signup.module:355: 'VALUES (' -> 'VALUES(' : send_reminder, reminder_days_before, reminder_email) VALUES (%d, '%s', %d, '%s', %d, %d, '%s')", signup/signup.module:401: '} else' -> '}\nelse' : } else { signup/signup.module:416: '} else' -> '}\nelse' : } else { signup/signup.module:423: '} else' -> '}\nelse' : } else { signup/signup.module:430: '(' -> ' (' : if($needs_signup_form) { signup/signup.module:439: '} else' -> '}\nelse' : } else { signup/signup.module:444: '(' -> ' (' : if(is_array($form_data)) { signup/signup.module:587: no mixed case function or variable names, use lower case and _ : $row[] = $signup_event->event_start ?_event_date(variable_get('signup_date_string', 'D, M jS, g:i A'), $signup_event->event_start, $offset) : ''; signup/signup.module:592: '
' -> '
' : $op_links .= '
'; signup/signup.module:597: '" .' -> '".' : $op_links .= l(t('Open Event'), "opensignup/$signup_event->nid/" . arg(2)); signup/signup.module:603: '" .' -> '".' : $op_links .= l(t('Close Event'), "closesignup/$signup_event->nid/" . arg(2)); signup/signup.module:625: '} else' -> '}\nelse' : } else { signup/signup.module:657: '=' -> ' = ' : signup_close_signup($nid, $cron='no'); signup/signup.module:668: '=>' -> ' => ' : $node = node_load(array('nid'=>$nid)); signup/signup.module:682: '=' -> ' = ' : signup_open_signup($nid, $cron='no'); signup/signup.module:695: '
' -> '
' : $form['title'] = array('#type' => 'markup', '#value' => '

' . t('Def ault signup information') . '


' . t('New signup nodes will start with these settings')); signup/signup.module:721: '} else' -> '}\nelse' : } else { signup/signup.module:780: 'VALUES (' -> 'VALUES(' : send_reminder, reminder_days_before, reminder_email) VALUES (%d, '%s', %d, '%s', %d, %d, '%s')", signup/signup.module:812: no mixed case function or variable names, use lower case and _ : $starttime = $node->event_start ? _event_date(variable_get('signup_date_string', 'D, M jS, g:i A'), signup/signup.module:819: '" .' -> '".' : $signup_data = t('SIGNUP INFORMATION') . "\n\r\n\r" . implode("\n\r", $signup_data_array); signup/signup.module:840: '=>' -> ' => ' : "\n\r" . t('Date/Time: !time', array('!time'=>$starttime)) . ":\n\r\n\r\n\r" . t('username:') . $user->name . signup/signup.module:841: '" .' -> '".' : "\n\r" . t('email:') . $user_mail . "\n\r\n\r" . $signup_data; signup/signup.module:845: '} else' -> '}\nelse' : } else { signup/signup.module:888: '
' -> '
' : $output .= '
'; signup/signup.module:916: '} else' -> '}\nelse' : } else { signup/signup.module:922: '
' -> '
' : $rows[] = array($username .'
'. signup/signup.module:923: no mixed case function or variable names, use lower case and _ : gmdate(variable_get('signup_date_string', 'M jS, g:i A'), $signed_up_user->signup_time + $offset), signup/signup.module:924: '
' -> '
' : implode('
', $table_data), drupal_get_form('signup_user_cancel_form_'. $id, $id, $node->nid, $signed_up_user->uid, $signed_up_user->anon_mail)); signup/signup.module:995: '} else' -> '}\nelse' : } elseif (db_num_rows(db_query("SELECT mail FROM {users} WHERE mail = '%s'", $anon_mail))) { signup/signup.module:999: '} else' -> '}\nelse' : } elseif (db_num_rows(db_query("SELECT anon_mail FROM {signup_log} WHERE anon_mail = '%s' AND nid = %d", $anon_mail, $nid))) { signup/signup.module:1006: '} else' -> '}\nelse' : } else { signup/signup.module:1010: '} else' -> '}\nelse' : } else { signup/signup.module:1026: '(' -> ' (' : if(!$node) { signup/signup.module:1042: 'array (' -> 'array(' : $options = array ();