Quote:
Originally Posted by AngelBlue
and put the following before it :
Code:
<if condition="in_array($bbuserinfo['usergroupid'], array(1,2,3,4,etc)">
<input type="text" name "pmrecips" value="ADMINNAME" DISABLED>
<input type="hidden" name="bccrecipients" value="">
<else />
and the following after it :
That limits members of those groups to sending PMs only to ADMINNAME.
|
How would you do it so they can send a PM to a certain usergroup (admins). Will this allow them to both send and receive from a certain usergroup (admin)?