osieorb18
Active member
I've had a few add-ons in which there's been checking for admin permissions to decide if a user can see/access something, by just checking if "is_admin" is true with an if statement, or something to that effect. Given that on some sites, mine included, there are sometimes staff who have admin permissions for the partial sake of Reactions, Trophies, etc, this is a remarkably inconvenient trend. Most of the time, it feels like a way to get around coding in an actual group permissions check. I have yet to delve into exactly what the code looks like for adjusting of group permissions, but is it a lot of work to include that by default? (My guess would be no based on the prevalence of apps that do this correctly, but I'm more than open to being proven wrong.) It would certainly make things a lot easier in several circumstances for site owners such as myself.