Jaxel Well-known member Sep 3, 2011 #1 Is there a function to determine if a $user is a moderator of a $forum?
xfrocks Well-known member Oct 1, 2011 #2 Jaxel said: Is there a function to determine if a $user is a moderator of a $forum? Click to expand... I don't think there is one method for that. I ended up using XenForo_Model_Forum::canStickUnstickThreadInForum Moderator should be able to stick threads, right? At least I hope so
Jaxel said: Is there a function to determine if a $user is a moderator of a $forum? Click to expand... I don't think there is one method for that. I ended up using XenForo_Model_Forum::canStickUnstickThreadInForum Moderator should be able to stick threads, right? At least I hope so
J James Well-known member Oct 2, 2011 #3 Have you tried XenForo_Model_Moderator->getGeneralModeratorByUserId? I'm not sure what it returns.