Go to the source code of this file.
Functions | |
| parse_convention ($page_data) | |
| profilemodule_convention () | |
| modulesetup_convention () | |
| globalID_convention ($splitID) | |
Variables | |
| $modules_names [] = "Convention" | |
| $modules_versions [] = "0.1" | |
| $modules_descriptions [] = "A convention manager" | |
| $modules_setup [] = "modulesetup_convention" | |
| $modules [] = "parse_convention" | |
| $page_help ["\convention(txt1)"] = "Render the convention registration and login form for the convention with ID txt1. If txt1 is omitted, the registration form will work on the current convention." | |
| $page_help ["\conventionevents()"] = "Show the events for the convention - simply causes a redirect to the correct convention page" | |
| $conventionSettings = new ConventionSettings() | |
| $conventionSettings | currentConvention = new Convention( $conventionSettings->currentConvention ) |
| $replacements ["##CONVENTION_AVAILABLE##"] = $conventionSettings->currentConvention->currentAvailable | |
| $modules_globalID [] = "globalID_convention" | |
| globalID_convention | ( | $ | splitID | ) |
| modulesetup_convention | ( | ) |
Definition at line 79 of file convention.php.
References $conventionSettings, $default_language, $dox_options, $menu_folder, $meta_headers, $module_folder, $page_folder, $pagectl, $panel, $permissionlevels_array, $recent_file, $setup_folder, currentConvention, currentUser(), description, globalIDtoURL(), i18n(), parse_page_data(), render(), renderInformationBox(), rotate_recent(), save(), siteURL(), thisPageURL(), title, and update_getpage_id().

| parse_convention | ( | $ | page_data | ) |
Definition at line 40 of file convention.php.
References $conventionSettings, $meta_headers, $module_folder, $replacements, globalIDtoURL(), render(), siteURL(), and spotModuleCommand().

| profilemodule_convention | ( | ) |
Users can register, and after initial registration, they can sign up for the ongoing convention and see their progress, and edit their details...
Definition at line 75 of file convention.php.
| $conventionSettings = new ConventionSettings() |
Definition at line 35 of file convention.php.
Referenced by Convention::Convention(), globalID_convention(), Convention::handleRegistration(), modulesetup_convention(), parse_convention(), Convention::render(), Member::renderEditor(), Hotel::renderEditor(), and Convention::renderEditor().
| $modules[] = "parse_convention" |
Definition at line 17 of file convention.php.
| $modules_descriptions[] = "A convention manager" |
Definition at line 12 of file convention.php.
| $modules_globalID[] = "globalID_convention" |
Definition at line 343 of file convention.php.
| $modules_names[] = "Convention" |
Convention Manager module for Travelsized CMS
Dan Jensen <admin@leinir.dk> 0.1 20th Feb, 2007
Definition at line 10 of file convention.php.
| $modules_setup[] = "modulesetup_convention" |
Definition at line 14 of file convention.php.
| $modules_versions[] = "0.1" |
Definition at line 11 of file convention.php.
| $page_help["\conventionevents()"] = "Show the events for the convention - simply causes a redirect to the correct convention page" |
Definition at line 20 of file convention.php.
| $page_help["\convention(txt1)"] = "Render the convention registration and login form for the convention with ID txt1. If txt1 is omitted, the registration form will work on the current convention." |
Definition at line 19 of file convention.php.
| $replacements["##CONVENTION_AVAILABLE##"] = $conventionSettings->currentConvention->currentAvailable |
| $conventionSettings currentConvention = new Convention( $conventionSettings->currentConvention ) |
Definition at line 36 of file convention.php.
Referenced by modulesetup_convention(), and ConventionSettings::save().
1.5.5