8 calls to _shoutbox_user_access() in Shoutbox 6
- shoutbox_add_form_submit in ./
shoutbox.module - Handles submission of a shout. Handles both ajax submission and regular form submission.
- shoutbox_delete_form_submit in ./
shoutbox.module - Handle the delete form submission.
- shoutbox_edit_form in ./
shoutbox.module - Form for editing shouts.
- shoutbox_edit_form_submit in ./
shoutbox.module - Handle the edit form submission.
- _shoutbox_block_view in ./
shoutbox.module - Returns the themed HTML to be displayed in the block.
- _shoutbox_display_posts in ./
shoutbox.module - Output existing shoutbox posts as html. Used by shoutbox_get_view.
- _shoutbox_get_links in ./
shoutbox.module - Returns an array containing the possible actions for the current user based on permissions and shout. The actions are edit, delete, moderate.
- _shoutbox_moderate_shout in ./
shoutbox.module - Update the moderate bit in the database.