Go to the source code of this file.
Definition in file og_forums.admin.inc.
| og_forums_admin_settings | ( | ) |
Create the admin settings form.
Definition at line 15 of file og_forums.admin.inc.
References _og_forums_access_template_form(), and _og_forums_quota().
| og_forums_admin_settings_validate | ( | $ | form, | |
| &$ | form_state | |||
| ) |
Admin settings form validation callback.
Definition at line 240 of file og_forums.admin.inc.
References _og_forums_clean_forum_names().
| og_forums_settings_submit | ( | $ | form, | |
| &$ | form_state | |||
| ) |
Submit handler for group update.
Definition at line 281 of file og_forums.admin.inc.
References og_forums_get_forum_container(), and og_forums_retroactively_apply().
| _og_forums_access_template_form | ( | &$ | form, | |
| &$ | form_state, | |||
| $ | op | |||
| ) |
Helper function to create access template form elements.
Definition at line 357 of file og_forums.admin.inc.
References _og_forums_access_template_container_default(), _og_forums_access_template_forum_default(), and _og_forums_template_value().
Referenced by og_forums_admin_settings().
| _og_forums_template_value | ( | $ | op, | |
| $ | param | |||
| ) |
Helper function to build default values for access templates.
Definition at line 470 of file og_forums.admin.inc.
References _og_forums_access_template_container_default(), and _og_forums_access_template_forum_default().
Referenced by _og_forums_access_template_form().
| _og_forums_quota | ( | ) |
Helper function to build an option list for forum quota.
Definition at line 489 of file og_forums.admin.inc.
Referenced by og_forums_admin_settings().
1.5.5