You are here

Files in Signup 6.2

Primary tabs

File namesort descending Location Namespace Description
admin.inc theme/admin.inc Theme functions for signup administration.
admin.settings.inc includes/admin.settings.inc Code required for the signup settings page (admin/settings/signup).
admin.signup_administration.inc includes/admin.signup_administration.inc Code related to the Signup administration page (admin/content/signup).
broadcast.inc includes/broadcast.inc Code related to sending signup broadcast messages.
CHANGELOG.txt CHANGELOG.txt ------------------------ 6.x-2.x-dev ------------------------ The 6.x-2.x-dev series will hold a major rewrite of parts of the Signup module to provide a more flexible system for defining signup fields. = #29568 by joachim et al: Flexible number and…
cron.inc includes/cron.inc Code required during regular cron runs.
date.inc includes/date.inc Code to support using CCK date fields for time-based signup functionality.
email.inc theme/email.inc Theme functions for generating signup email messages.
event.6x-2.inc includes/event.6x-2.inc
INSTALL.txt INSTALL.txt It is assumed that you have Drupal up and running. Be sure to check the http://drupal.org web site if you need assistance. If you run into problems, you should always read the INSTALL.txt that comes with the Drupal package and read the online…
node.admin.inc theme/node.admin.inc Theme functions for the signup node administration page (node/N/signups).
node.inc theme/node.inc Theme functions when viewing a signup-enabled node.
node_admin.inc includes/node_admin.inc Code related to the signup administration tab on each node.
node_admin_summary.inc includes/node_admin_summary.inc Code related to the signup administration tab on each node.
node_form.inc includes/node_form.inc Signup-related code needed while editing a node.
node_output.inc includes/node_output.inc Code used to generate singup-related output when viewing nodes.
node_settings.inc includes/node_settings.inc Code related to the per-node signup settings form.
no_views.inc includes/no_views.inc Provides all the code for required UI elements for sites that do not have views.module enabled. If views is enabled, there are default views for all of these things (which are therefore customizable and more powerful) in signup/views/views.inc.
no_views.inc theme/no_views.inc Deprecated code if you don't have Views enabled.
README.txt README.txt The signup module allows users to sign up for nodes of any type. For each signup-enabled node, this module provides options for sending a notification email to a selected email address upon a new user signup (good for notifying event coordinators,…
README.txt views/README.txt This directory contains the files necessary to provide integration between the Signup module and the Views module. For more information about Views, see the project page: http://drupal.org/project/views.
README.txt theme/README.txt This directory contains separate include files for all of the theme functions provided by the Signup module. admin.inc Functions for the site-wide signup administration page (admin/content/signup). email.inc Functions related to sending…
README.txt panels/README.txt This directory contains the files necessary to provide integration between the signup module and the panels module. For more information about panels, see the project page: http://drupal.org/project/panels.
README.txt modules/signup_confirm_email/README.txt The Signup confirm e-mail module (signup_email_confirm) injects an e-mail address field on the signup form for authenticated users to verify the address stored in their profile. If the user changes this field while signing up (or editing an existing…
README.txt modules/signup_webform/README.txt The signup webform module provides a signup pane for each webform node. This allows users to quickly create a form to collect data specific to a signup event. INSTRUCTIONS ------------ 1. Create a signup-enabled node as normal. 2. Create a webform…
scheduler.inc includes/scheduler.inc Code necessary to determine which scheduler backend(s) to use.
signup.api.php signup.api.php This file documents the hooks invoked by the Signup module.
signup.css signup.css #signup-filter-status-form .form-submit { margin-bottom: 0; } #signup-edit-form .form-submit { margin-right: .5em; }
signup.info signup.info name = Signup description = "Allow users to sign up for content (especially events)." package = Signup core = 6.x
signup.install signup.install
signup.module signup.module The Signup module (http://drupal.org/project/signup) manages replies to nodes. In particular, it's good for event management. Signup supports sending reminder emails and automatically closing signups for nodes with a start time, via the Event…
signup.views.inc views/signup.views.inc Provides support for Views integration.
signup.views_default.inc views/signup.views_default.inc Provides default views on behalf of the signup module.
signup_available_signups.view.php views/default_views/signup_available_signups.view.php
signup_basic_form.info modules/signup_basic_form/signup_basic_form.info name = Signup basic form description = Provides a signup form pane with name and phone fields. package = Signup dependencies[] = signup core = 6.x
signup_basic_form.module modules/signup_basic_form/signup_basic_form.module signup_basic_form.module Provides a basic signup form pane to collect participant name and phone.
signup_cancel.inc includes/signup_cancel.inc Code for the page to cancel a signup from a secure link.
signup_confirm_email.inc modules/signup_confirm_email/signup_confirm_email.inc Code to confirm the e-mail during signups. Since this code is only needed when building or submitting the signup form (or editing an existing signup), it all lives in this include file and is only loaded when needed.
signup_confirm_email.info modules/signup_confirm_email/signup_confirm_email.info name = Signup confirm e-mail description = "Adds a field to the signup form to confirm the user's e-mail address." dependencies[] = signup package = Signup core = 6.x
signup_confirm_email.install modules/signup_confirm_email/signup_confirm_email.install
signup_confirm_email.module modules/signup_confirm_email/signup_confirm_email.module The Signup confirm e-mail module is an add-on for the Signup module to confirm a user's e-mail address when they sign up for content on the site. It adds an extra field on the signup form, prepopulated with the user's current e-mail address.…
signup_current_signups.view.php views/default_views/signup_current_signups.view.php
signup_edit_form.inc includes/signup_edit_form.inc Code for the form to edit existing signups.
signup_form.inc includes/signup_form.inc Code for the form when users sign up.
signup_form.inc theme/signup_form.inc Site-specific code related to the form when users signup for a node.
signup_form.inc panels/content_types/signup_form.inc
signup_handler_argument_signup_user_uid.inc views/handlers/signup_handler_argument_signup_user_uid.inc
signup_handler_field_signup_edit_link.inc views/handlers/signup_handler_field_signup_edit_link.inc
signup_handler_field_signup_node_link.inc views/handlers/signup_handler_field_signup_node_link.inc
signup_handler_field_signup_send_confirmation.inc views/handlers/signup_handler_field_signup_send_confirmation.inc

Pages

Other projects