PDA

View Full Version : Specific usergroups to view signatures.


JMEWLS`
02-21-2009, 03:20 AM
How would I go about doing it?

Adding the <if> condition? What would it look like, and where would I put it.

Dismounted
02-21-2009, 03:39 AM
Plugin @ postbit_display_complete:
$show['signature'] = (is_member_of($this->registry->userinfo, X)) ? true : false;