File: bp-forums/users/options.php |
Description |
---|---|
bbp_get_user_post_count() |
Return a users total post count |
bbp_update_user_last_posted() |
Update a users last posted time, for use with post throttling |
bbp_user_last_posted() |
Output the raw value of the last posted time. |
bbp_get_user_last_posted() |
Return the raw value of teh last posted time. |
bbp_get_default_user_options() |
Get the default user options and their values |
bbp_add_user_options() |
Add default user options |
bbp_delete_user_options() |
Delete default user options |
bbp_setup_user_option_filters() |
Add filters to each Forums option and allow them to be overloaded from inside the $bbp->options array. |
bbp_filter_get_user_option() |
Filter default options and allow them to be overloaded from inside the $bbp->user_options array. |
bbp_user_topic_count() |
Output a users topic count |