Worked perfect, thanks!!!
Quote:
Originally Posted by Kirk Y
Ah, forgot you weren't a Coder.
Create a plugin at hook location "member_complete" with the following:
Code:
$status = fetch_online_status($userinfo, false);
1 = Online; 0 = Offline; 2 = Invisible
|
Is it possible for me to do a similar thing for user rep power?
Something like:
Code:
$reppower = fetch_reppower($userinfo, $perms);
?
(that doesn't seem to work but I'm sure the solution is similar)