JSN Social Network ---- 1/2 month
Usergroup Plugin ---- 1/2 week
For now if you want a usergroups plugin you can write a plugin based on our skeleton plugin:
see docs:
http://www.easy-profile.com/docs/44-triggers.html
see this post with code example:
http://www.easy-profile.com/support/access-privileges.html#reply-871
But requires a minimum knowledge of php
Joomla have two useful static function in your API:
- JUserHelper::addUserToGroup(id of user)
- JUserHelper::removeUserFromGroup(id of user)