SuperSean wrote: UPDATE
issue i was having is still present in v2.0.2 but here is a hack for anyone who needs it:
Find /plugins/kunena/community/community/access.php and change the following line
Code:
$query = "SELECT g.memberid AS user_id, c.id AS category_id, ".KunenaForum::ADMINISTRATOR." AS role
to
Code:
$query = "SELECT g.memberid AS user_id, c.id AS category_id, ".KunenaForum::MODERATOR." AS role
Im using the newest version of the plugin along with the newest version of jomsocial and kunena, and it seems the problem is fixed now, when a normal user creates a new group they are only set to "Moderator" title and no longer administrator. and even tho it shows them as a moderator they do only have moderator ability in the forums they are the group admin of. So everything seems to be working fine as far as that one goes.
[strike]However i still have the problem with it adding <p></p> tags around the group board description in kunena.[/strike]