comment_og_access |
./comment_og.module |
Determine if comments may be posted by the active user to the given
group. |
2 |
|
comment_og_admin_edit_msg |
./comment_og.module |
Helper function that builds the "Edited by" message when a group
administrator edits a message |
3 |
1 |
comment_og_comment_delete |
./comment_og.module |
Returns true if the option is enabled and the acting user is a group admin |
|
1 |
comment_og_comment_edit |
./comment_og.module |
Returns comment form if the option is enabled and the acting user is a group admin
Otherwise, revert to the default behavior |
|
1 |
comment_og_form |
./comment_og.module |
Modified version of comment_form() used for editing by group administrators |
|
1 |
comment_og_form_add_preview |
./comment_og.module |
|
|
1 |
comment_og_form_alter |
./comment_og.module |
|
|
|
comment_og_form_box |
./comment_og.module |
Modified version of comment_form_box() used for editing by group administrators |
1 |
|
comment_og_form_submit |
./comment_og.module |
Modified version of comment_form_submit() used for editing by group administrators |
|
|
comment_og_install |
./comment_og.install |
Implement hook_install(). |
|
|
comment_og_link |
./comment_og.module |
|
|
|
comment_og_link_alter |
./comment_og.module |
Implementation of hook_link_alter().
Removes comment link for non-members |
|
|
comment_og_menu |
./comment_og.module |
Implementation of hook_menu(). |
|
|
comment_og_menu_alter |
./comment_og.module |
Implementation of hook_menu_alter(). |
|
|
comment_og_nodeapi |
./comment_og.module |
Implement hook_nodeapi() to save configuration changes on group
node forms. |
|
|
comment_og_schema |
./comment_og.install |
Implementation of hook_schema(). |
|
|
comment_og_settings |
./comment_og.module |
Implementation of hook_settings(). |
|
1 |
comment_og_theme |
./comment_og.module |
Implementation of hook_theme(). |
|
|
comment_og_update_6100 |
./comment_og.install |
Implement hook_update_N(). |
|
|
theme_comment_og_edit_msg |
./comment_og.module |
Theme function that adds HTML to the "Edited by" message |
|
|
_comment_og_allow_nonmember_access |
./comment_og.module |
Determine if a group's comments are only restricted to members. |
2 |
|