Social Groups for XenForo 1.x [Deleted]

How can I let all my admin/moderator access all Groups Threads even it's private for them to still moderate it?

Thanks!
 
How can I let all my admin/moderator access all Groups Threads even it's private for them to still moderate it?

Thanks!
For admins, give them 'Admin Social Groups' permission.

Moderators can not access groups without being a member of the group. This is intentional and was requested that they not have access when the add-on was created.
 
Is it possible to add this:
'Admin Social Groups' permission
To moderators also?

With SlowQuery logger, /groups/name.11/members is very slow page.
Even with 10 members per page set.
Can it be improved?

Thanks!
 
Is it possible to add this:

To moderators also?

With SlowQuery logger, /groups/name.11/members is very slow page.
Even with 10 members per page set.
Can it be improved?

Thanks!
It's already on the wish list for the add-on.

Which query is being logged as a slow query?

The main query that finds members isn't a complicated query that should be taking any time...
member.webp

As a matter of fact, all queries for the social group system on that page take 0.000582 seconds on my server.
 
It's already on the wish list for the add-on.
Can you please add it as User Group Permissions instead?
Much easier to use.
So I can also enable on certain groups without having them to be a moderator.

I can fund this feature development if you want.

Thanks!
 
Can you please add it as User Group Permissions instead?
Much easier to use.
So I can also enable on certain groups without having them to be a moderator.

I can fund this feature development if you want.

Thanks!
Because of how the permissions work for the group system, I don't see that happening.

I don't accept funding for special requests. If something gets added, it is added for everyone. And at this point in time, the XF 1 add-ons are in 'maintenance mode' at least up until all of my add-ons are converted to XF 2. I am also considering putting the XF 1 versions in support only mode permanently.
 
  • Like
Reactions: rdn
CSS code should be:
CSS:
.grid {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
    float: left;
    width:{$xenOptions.snog_socialgroups_banner_width}px;
    height:{xen:calc '{$xenOptions.snog_socialgroups_banner_height} + 32'}px;
    display: inline;
}

You forgot px addition on width & height.
And double height value.
 
When i try to invite someone in a group i get this error:

An exception occurred: Argument 1 passed to Snog_SocialGroups_Helper_DataWriter::createConversation() must be of the type array, boolean given, called in /home/deb107960/domains/gouwepeer.nl/public_html/library/Snog/SocialGroups/ControllerPublic/Index.php on line 2862 in /home/deb107960/domains/gouwepeer.nl/public_html/library/Snog/SocialGroups/Helper/DataWriter.php on line 37
  1. Snog_SocialGroups_Helper_DataWriter::createConversation() in Snog/SocialGroups/ControllerPublic/Index.php at line 2862
  2. Snog_SocialGroups_ControllerPublic_Index->actionInvite() in XenForo/FrontController.php at line 351
  3. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  4. XenForo_FrontController->run() in /home/deb107960/domains/gouwepeer.nl/public_html/index.php at line 13
 
CSS code should be:
CSS:
.grid {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
    float: left;
    width:{$xenOptions.snog_socialgroups_banner_width}px;
    height:{xen:calc '{$xenOptions.snog_socialgroups_banner_height} + 32'}px;
    display: inline;
}

You forgot px addition on width & height.
And double height value.
Thank you!

Hotfixed. It's on the download server still as the current version.
 
  • Like
Reactions: rdn
Top Bottom