Closed (fixed)
Project:
Organic Groups
Version:
5.x-6.1
Component:
og.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2008 at 01:48 UTC
Updated:
6 Feb 2009 at 10:33 UTC
Is there a small php snippet to return true/false for whether a user is a group admin (not just the owner, which is easy)?
Thanks
Comments
Comment #1
pbarnett commentedComment #2
oschirok commentedI prefer using the build in function
og_is_node_admin($node)
Comment #3
moshe weitzman commentedComment #4
scedwar commentedI ended up with this:
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #6
am22 commentedIn OG 6 the function is called
og_is_group_admin($group);