Quote:
Originally Posted by down.low
I have the registered users set up as follows:

|
__________________|__________________
I have mods/admins group set up as follows:
The problem I'm having:
Registered users can not see/ or clean an egged avatar.
If a mod eggs a mod, both mods can see it- not registered users.
If a mod eggs a user- a different mod can see the egging- not registered users.
I love the mod but I only want VIP's to use it, and Registered users "only view" the eggings until they become VIP,.....
Was this intentionally made this way, or was it just a mishap? Any way to make it so the reg users "can" view, "can" cleanothers, & "not" egg, ?? Setting it up like this makes registered users not see anything at all.....
|
Apologies if this has already been answered, I have a similar setup with usergroups and wanted the same feature....here's how I worked around it:
Replace the plug-in code as instructed here:
https://vborg.vbsupport.ru/showpost....&postcount=263
Set your usergroups that you wish to see the eggs to have permission to both throw eggs and view egged avatars.
In your postbit/postbit legacy template, wrap a conditional statement around the $eggavatar_button. Mine is as follows:
Quote:
<if condition="is_member_of($bbuserinfo, 5, 6, 25)">
$eggavatar_button
</if>
|
So, although other usergroups can theoretically throw eggs, unless their usergroup is listed in the conditional above, the button to do so doesn't appear in their postbit.
This is a quick fix, and the author may incorporate this into their next update of what I believe is mod of the year, never mind the month .
Hope this helps anyone with the same problem.