Quote:
Originally Posted by subnet_rx
My group leaders cannot change whether the group has private posts, is a hidden group, or to moderate new members. They can send out invites, but cannot approve them once the user joins. Is this the way it is supposed to be or have I forgot some option?
|
I have solved my issue with group moderation also. You must mark that their usergroup can moderate groups. And with the approve/delete issue, this is due to moderategroup.php containing $_GET references when it should be $_POST or $_REQUEST. Do a find/replace on $_GET, replace with $_REQUEST and it will fix the issue.