Umm... don't expect me to actually conde anything at the moment...
But the way I'm seeing...
Make a new template... call it postbit_points
It consists of one line...
The line you use to display (and link) points normally in postbit.
Replace the part in postbit with $points
In the showthread part of functions.php
Stick this in...
eval("\$points = \"".gettemplate("postbit_points")."\";");
Stick that Eval inside an IF clause that checks $post[usergroupid]
That way people who belong to certain groups won't display Points at all.
Or if you want to hide EVERYONES points from certain usergroups, use $bbuserinfo[usergroupid] instead.
As for getinfo... I really don't know atm...
|