Hi,
first of all: thank you for a great product!
I've been using Kunena together with JomSocial and I think I found a bug in the Kunena Groups Plug-in for JomSocial (2.0.2) that I downloaded from your site.
The problem is that on a virgin server with only Joomla 2.5.2, JomSocial 2.6 and Kunena 2.0.2 everything works ok, but when I add the Kunena Groups plugin the JomSocial 'Join Group' button/function breaks.
I traced the problem back to the file kunenagroups.php. Starting from line 94 in that file, there are four functions that override JomSocial functions (onGroupJoin, onGroupJoinApproved, onGroupLeave and onAfterEventsUserBlocked). Those four functions all make a call to KunenaFactory::getAccessControl().
However, I think that in Kunena 2.0 and onwards this function is deprecated and replaced by onKunenaGetAccessControl.
Unfortunately, when I replace the call in kunenagroups.php with the new version, it doesn't work. I haven't been able to find anything else, so I turn to you for help
Can you confirm that the call should be onKunenaGetAccessControl, and could you give me any pointers on how to proceed?
Thank you,
Mark.