Quote:I mean, I can't edit group information even if I it's creator. When I try to change group name, group info, etc and save those changes - nothing happens. I can't provide link because it's local test server.
Odd, I'll look into it right away.
edit: Found an error. I had it go to the wrong page. Go to the group_edit template.
Replace the top line of the form with this:
<form action="{$settings['bburl']}/showgroup.php?gid={$gid}" method="post">
Quote:Another limitation - only certain user groups (such as only those who have more than 30 posts on forum) can create social groups. And no more than 1-2 or groups for user (Limitation for amount of groups per user).
I had considered having a usergroup permission on if it can create social groups. I'll get that included in the next release. It won't be a lot I have to change.
Quote:And no more than 1-2 or groups for user (Limitation for amount of groups per user).
Would you prefer this on a usergroup basis or same for everyone?
Quote:I don't really understand what you mean, but I think moderators must have ability to edit group settings.
Basically where it would normally show the forum rules in the lower left hand corner it would say what mod powers you have in that group. I will enable moderators to edit group settings in the next release.
Quote:Another idea - group announcements (1. announcement or latest news on group page (I think one text field would be enough).
If I am understanding you correctly, you want to have certain threads be announcements that show up on groups.php. Is that correct?
Quote:The leader may appoint one or two alternates, who will manage a group - that is, Several leaders of the groups.
It already supports multiple leaders.