9 calls to _shoutbox_user_access() in Shoutbox 5
- shoutbox_access_callback in ./
shoutbox.module - Function to handle shoutbox access callbacks that require a shout_id. Does some sanity checking on on the id and loads the shout before calling _shoutbox_user_access.
- shoutbox_add_form_submit in ./
shoutbox.module - Handles submission of a shout.
- 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_block_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.