Social Groups for XenForo [Paid] [Deleted]

Another question:

Can we disable groups from being delisted from category, as in not allowing any completely private invite only ones? We want to disable "Make group private" only. As we want it to show on pages.

I'm assuming in cz_groups_edit remove
PHP:
<input type="checkbox" value="1" name="privacy[group]" {xen:checked $group.privacy.group} />
                    {xen:phrase xfa_groups_group_private}
                    <dfn>{xen:phrase xfa_groups_group_private_desc}</dfn>

Would that work?
 
Another question:

Can we disable groups from being delisted from category, as in not allowing any completely private invite only ones? We want to disable "Make group private" only. As we want it to show on pages.

I'm assuming in cz_groups_edit remove
PHP:
<input type="checkbox" value="1" name="privacy[group]" {xen:checked $group.privacy.group} />
                    {xen:phrase xfa_groups_group_private}
                    <dfn>{xen:phrase xfa_groups_group_private_desc}</dfn>

Would that work?

Yes, removing that would work. The option would not be available to users anymore.
 
There's a feature you don't have that we'd like to suggest.
  • Allow a thread to be stickied inside of a social group.
  • Allow posts to be reported.


Little bit busy with his Blog Addon. I'm waiting for some new features.
 
For others whom asked about the default icon size! Edit cz_groups_list.css

Code:
.defaultIcon {
    border: 0;
    width: 35px;
}

Change the width. Default is 32px there when the default for the system is 35px. Just modify the size to what size you set it in your options. ^_^
 
Okay. Our members will get by without it. Another question though:
  • How can I move the under nick posting in the user info pane to somewhere else in it?
 
sidebar.webp

At the very bottom of something like that. And without text, just showing icons.

Edit: The staff decided to not have them show as it'd clutter the info pane. NEvermind!
 
Rigel Kentaurus updated Social Groups for XenForo with a new update entry:

Added the ability to watch a group, and a thread

Updated demo with 1.5:
http://xfaddons.com/index.php?xfa-groups-home/


New features
  • Added the ability to "watch" a group. When a user watches a group, if someone creates a new thread, he/she receives an alert.
  • Added the ability to "watch" a thread. When a user watches a thread, he/she receives an alert whenever someone replies on that thread. Previously, everybody on the thread was receiving an alert without the ability to opt-out
Changes and...

Read the rest of this update entry...
 
It's a big update, Rigel Kentaurus!

I still have some requests:
  1. Attachments for Threads.
  2. Group controls should not be on Sidebar. It's should be a drop-down menu on group-page only (don't show it everywhere). I don't want to encourage my members leave the group. So I don't what to show these control everywhere. And If someone also don't want a sidebar they can turn it off completely.
  3. Watch/Un-Watch a group is a great feature. But Like also play a big role, Like a group will make an item on feeds, show my friends can see my activities, they may also join the Like group.
Thank you, Rigel Kentaurus!
 
It's a big update, Rigel Kentaurus!

I still have some requests:
  1. Attachments for Threads.
  2. Group controls should not be on Sidebar. It's should be a drop-down menu on group-page only (don't show it everywhere). I don't want to encourage my members leave the group. So I don't what to show these control everywhere. And If someone also don't want a sidebar they can turn it off completely.
  3. Watch/Un-Watch a group is a great feature. But Like also play a big role, Like a group will make an item on feeds, show my friends can see my activities, they may also join the Like group.
Thank you, Rigel Kentaurus!

Thanks Dinh. I have been doing a big facelift on groups, it was much needed.
It will also leave the foundation for me to add more features. I would feel bad adding more features without tidying up the code and style a little.

I still owe, as promised, attachments. I was working this weekend on attachments and integrating the reporting functionality, but I decided to wrap the version up, do a release, and I'll do a release of the rest in one or two weeks. My admins are also asking for a couple of interesting features, so you will see some nice additions to the groups addon very soon.

I could move the group controls to a little more hidden place. Like an engine that pops up. I agree that encouraging members to leave is not a good idea. That button actually used to be next to the group title. That turned out to be not a good idea.

I haven't considered liking a group. That shouldn't be that hard. I'll see where I can fit it into the list of suggestions :)
 
Thanks Dinh. I have been doing a big facelift on groups, it was much needed.
It will also leave the foundation for me to add more features. I would feel bad adding more features without tidying up the code and style a little.

I still owe, as promised, attachments. I was working this weekend on attachments and integrating the reporting functionality, but I decided to wrap the version up, do a release, and I'll do a release of the rest in one or two weeks. My admins are also asking for a couple of interesting features, so you will see some nice additions to the groups addon very soon.

I could move the group controls to a little more hidden place. Like an engine that pops up. I agree that encouraging members to leave is not a good idea. That button actually used to be next to the group title. That turned out to be not a good idea.

I haven't considered liking a group. That shouldn't be that hard. I'll see where I can fit it into the list of suggestions :)


Agree, Rigel!
I also have some additional requests but keep waiting for next version.
 
Cant download latest update. clicked the link on update page and get this

xFAdd-ons - Add Ons for XenForo Bulletin Board - Error

You do not have permission to view this page or perform this action.
 
Back
Top Bottom