ocf_may_whisper (line 167)
Find if a certain member may be PTd be a certain member.
boolean
ocf_may_whisper
(MEMBER $target, [?MEMBER $member_id = NULL])
-
MEMBER
$target: Member to be PT'd
-
?MEMBER
$member_id: Member to PT. (NULL: current member)
ocf_show_member_box (line 32)
Get tempcode for a mouseover for a member. For use with OCF_POSTER_MEMBER.tpl.
tempcode
ocf_show_member_box
(mixed $_postdetails, [boolean $preview = false], [?array $hooks = NULL], [?array $hook_objects = NULL], [boolean $show_avatar = true], [?array $extra_fields = NULL])
-
mixed
$_postdetails: Either a member ID or an array containing: ip_address, poster_num_warnings, poster, poster_posts, poster_points, poster_join_date_string, primary_group_name.
-
boolean
$preview: Whether only to show 'preview' details
-
?array
$hooks: An array of hooks. (NULL: lookup)
-
?array
$hook_objects: An array of hook objects that allow us to collect additional mouse-over member information. (NULL: lookup)
-
boolean
$show_avatar: Whether to show the avatar
-
?array
$extra_fields: Map of extra fields to show (NULL: none)