Quote:
Originally Posted by VietPirates
Nice hack, ericgtr!
Suggestion: registered users see attachments with ads 
|
Thanks!
It's easy to add registered users (or any other group you like) just add the usergroup to this array in the postbit_attachment. So it would look like this:
Code:
<if condition="in_array($bbuserinfo['usergroupid'], array(1, 2, 3))">
I'll update the instructions with this