Social Groups (XenForo 2.x.x)

Social Groups (XenForo 2.x.x) [Paid] 3.6.1

No permission to buy ($50.00)
Four questions, @truonglv :
  1. Did you have the time to look in that issue https://nobita.me/threads/incompatibility-issue.1923/ , I´ve posted in your forums last week as requested?
  2. Is this a normal behaviour, that I only can create a single forum in a group? If I did, the "Add forum" link disappears and every attempt to create (with the link used to create the first ) a forum, runs into an error.
  3. Is it as designed, that the group forums of open groups appear on the forums list? Have I missed something in the settings?
  4. Open groups: when a member has joined the open group, the "Join forum" button still remains. Can I get rid of that, as I get questions about that on a regular basis?
 
Last edited:
That's a much better solution for djbaxter. But I do not anticipate using the Social Groups for XF2 addon. I will wait until there is another Groups solution.
 
I found some errors in my errorlog.

Code:
#0 [internal function]: XF\Template\Templater->handleTemplateError(512, 'Cannot call met...', '/home/www/katze...', 927, Array)
#1 src/XF/Template/Templater.php(927): trigger_error('Cannot call met...', 512)
#2 internal_data/code_cache/templates/l8/s4/public/tl_groups_media_album_create.php(83): XF\Template\Templater->method(NULL, 'canUploadMedia', Array)
#3 src/XF/Template/Templater.php(1250): XF\Template\Templater->{closure}(Object(ThemeHouse\UIX\XF\Template\Templater), Array)
#4 src/XF/Template/Template.php(24): XF\Template\Templater->renderTemplate('tl_groups_media...', Array)
#5 src/XF/Mvc/Renderer/Html.php(48): XF\Template\Template->render()
#6 src/XF/Mvc/Dispatcher.php(332): XF\Mvc\Renderer\Html->renderView('XF:Error\\Regist...', 'public:tl_group...', Array)
#7 src/XF/Mvc/Dispatcher.php(303): XF\Mvc\Dispatcher->renderView(Object(XF\Mvc\Renderer\Html), Object(XF\Mvc\Reply\View))
#8 src/XF/Mvc/Dispatcher.php(44): XF\Mvc\Dispatcher->render(Object(XF\Mvc\Reply\View), 'html')
#9 src/XF/App.php(1931): XF\Mvc\Dispatcher->run()
#10 src/XF.php(329): XF\App->run()
#11 index.php(13): XF::runApp('XF\\Pub\\App')
#12 {main}

Code:
array(4) {
  ["url"] => string(32) "/media/albums/create?group_id=89"
  ["referrer"] => bool(false)
  ["_GET"] => array(2) {
    ["/media/albums/create"] => string(0) ""
    ["group_id"] => string(2) "89"
  }
  ["_POST"] => array(0) {
  }
}

It´s a bug or a problem of configuration?
 
@truonglv ,
run into a - personal - bigger issue tonight:

Code:
XF\Db\Exception: MySQL statement prepare error [1054]: Unknown column 'andy_best_answered' in 'field list' in src/XF/Db/AbstractStatement.php at line 212

    XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 196
    XF\Db\Mysqli\Statement->getException() in src/XF/Db/Mysqli/Statement.php at line 39
    XF\Db\Mysqli\Statement->prepare() in src/XF/Db/Mysqli/Statement.php at line 54
    XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 160
    XF\Db\AbstractAdapter->insert() in src/XF/Mvc/Entity/Entity.php at line 1403
    XF\Mvc\Entity\Entity->_saveToSource() in src/XF/Mvc/Entity/Entity.php at line 1135
    XF\Mvc\Entity\Entity->save() in src/XF/Service/Thread/Creator.php at line 285
    XF\Service\Thread\Creator->_save() in src/addons/Snog/Actions/XF/Service/Thread/Creator.php at line 9
    Snog\Actions\XF\Service\Thread\Creator->_save() in src/XF/Service/ValidateAndSavableTrait.php at line 40
    XF\Service\Thread\Creator->save() in src/XF/Pub/Controller/Forum.php at line 734
    XF\Pub\Controller\Forum->actionPostThread() in src/addons/Andy/DisallowPosting/XF/Pub/Controller/Forum.php at line 12
    Andy\DisallowPosting\XF\Pub\Controller\Forum->actionPostThread() in src/addons/EWR/Atendo/Pub/Controller/Forum.php at line 32
    EWR\Atendo\Pub\Controller\Forum->actionPostThread() in src/addons/xenMade/STFRT/XF/Pub/Controller/Forum.php at line 33
    xenMade\STFRT\XF\Pub\Controller\Forum->actionPostThread() in src/XF/Mvc/Dispatcher.php at line 249
    XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    XF\App->run() in src/XF.php at line 329
    XF::runApp() in index.php at line 13
Since most forums are making use of @AndyB ´s fabulous addon-'suite', I´m afraid this could become a major showstopper for your social groups. Indeed, I´ld rather quit using social groups as quitting on the use of Andys addons, unfortunal. Any chance, you could make your addon compatible, Truong?
 
@truonglv ,
run into a - personal - bigger issue tonight:

Code:
XF\Db\Exception: MySQL statement prepare error [1054]: Unknown column 'andy_best_answered' in 'field list' in src/XF/Db/AbstractStatement.php at line 212

    XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 196
    XF\Db\Mysqli\Statement->getException() in src/XF/Db/Mysqli/Statement.php at line 39
    XF\Db\Mysqli\Statement->prepare() in src/XF/Db/Mysqli/Statement.php at line 54
    XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
    XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 160
    XF\Db\AbstractAdapter->insert() in src/XF/Mvc/Entity/Entity.php at line 1403
    XF\Mvc\Entity\Entity->_saveToSource() in src/XF/Mvc/Entity/Entity.php at line 1135
    XF\Mvc\Entity\Entity->save() in src/XF/Service/Thread/Creator.php at line 285
    XF\Service\Thread\Creator->_save() in src/addons/Snog/Actions/XF/Service/Thread/Creator.php at line 9
    Snog\Actions\XF\Service\Thread\Creator->_save() in src/XF/Service/ValidateAndSavableTrait.php at line 40
    XF\Service\Thread\Creator->save() in src/XF/Pub/Controller/Forum.php at line 734
    XF\Pub\Controller\Forum->actionPostThread() in src/addons/Andy/DisallowPosting/XF/Pub/Controller/Forum.php at line 12
    Andy\DisallowPosting\XF\Pub\Controller\Forum->actionPostThread() in src/addons/EWR/Atendo/Pub/Controller/Forum.php at line 32
    EWR\Atendo\Pub\Controller\Forum->actionPostThread() in src/addons/xenMade/STFRT/XF/Pub/Controller/Forum.php at line 33
    xenMade\STFRT\XF\Pub\Controller\Forum->actionPostThread() in src/XF/Mvc/Dispatcher.php at line 249
    XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
    XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
    XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
    XF\App->run() in src/XF.php at line 329
    XF::runApp() in index.php at line 13
Since most forums are making use of @AndyB ´s fabulous addon-'suite', I´m afraid this could become a major showstopper for your social groups. Indeed, I´ld rather quit using social groups as quitting on the use of Andys addons, unfortunal. Any chance, you could make your addon compatible, Truong?
You are reported to wrong thread section. As see the stack trace there are no errors releated to this resource. Are you try to contact with Andy?
 
You are reported to wrong thread section. As see the stack trace there are no errors releated to this resource. Are you try to contact with Andy?
To be honest I was unsure, wether it should be mentioned to you or Andy. Since I run into it only while trying to answer in a SG forum, I put it in here. But never mind. I haven´t spoken to Andy by now - but he already has adjusted his addon to solve this as I found out by checking my PMs. This guy is so unbelievable.. If you read this, Andy: Kudos. Still unmatched(y)
 
I found some errors in my errorlog.

Code:
#0 [internal function]: XF\Template\Templater->handleTemplateError(512, 'Cannot call met...', '/home/www/katze...', 927, Array)
#1 src/XF/Template/Templater.php(927): trigger_error('Cannot call met...', 512)
#2 internal_data/code_cache/templates/l8/s4/public/tl_groups_media_album_create.php(83): XF\Template\Templater->method(NULL, 'canUploadMedia', Array)
#3 src/XF/Template/Templater.php(1250): XF\Template\Templater->{closure}(Object(ThemeHouse\UIX\XF\Template\Templater), Array)
#4 src/XF/Template/Template.php(24): XF\Template\Templater->renderTemplate('tl_groups_media...', Array)
#5 src/XF/Mvc/Renderer/Html.php(48): XF\Template\Template->render()
#6 src/XF/Mvc/Dispatcher.php(332): XF\Mvc\Renderer\Html->renderView('XF:Error\\Regist...', 'public:tl_group...', Array)
#7 src/XF/Mvc/Dispatcher.php(303): XF\Mvc\Dispatcher->renderView(Object(XF\Mvc\Renderer\Html), Object(XF\Mvc\Reply\View))
#8 src/XF/Mvc/Dispatcher.php(44): XF\Mvc\Dispatcher->render(Object(XF\Mvc\Reply\View), 'html')
#9 src/XF/App.php(1931): XF\Mvc\Dispatcher->run()
#10 src/XF.php(329): XF\App->run()
#11 index.php(13): XF::runApp('XF\\Pub\\App')
#12 {main}

Code:
array(4) {
  ["url"] => string(32) "/media/albums/create?group_id=89"
  ["referrer"] => bool(false)
  ["_GET"] => array(2) {
    ["/media/albums/create"] => string(0) ""
    ["group_id"] => string(2) "89"
  }
  ["_POST"] => array(0) {
  }
}

It´s a bug or a problem of configuration?
Sorry for missed your message. I will check the template and response to you.
 
Is it possible to set permissions that users are able to edit/delete their own messages in groups.

And is it possible that only the groupowner can moderate the threads and posts?
 
@truonglv ,

may be you´ld be so kind, to provide us with a solution to a problem.

What we want:
Avoiding, that group forums are displayed on the forums lists. This only leads to maximal confusion as groups and forums should be 2 strictly seperated sections of a site.

Therefore we:
Created a new category, added that to the settings where group forums should reside in - and made sure, the category will not be displayed to users.

What Social groups does instead:
While viewing the forums directly in the group, the social groups breadcrumbs show in the format "[groups] - [parent node of group forums]/#groupforums-ID.12345 - [groups category]". When a user now clicks on [parent node of group forums]/#groupforums-ID.12345 , he´ll be redirected to the forums list (where the display of this node is deactivated).

The breadcrumbs should only show "[groups] - [groups category]" and I was looking for the template, to delete the "[parent node of group forums]/#groupforums-ID.12345" from the breadcrumb, but I couldn´t find it. Could you do me the favour and tell me, where this is located?

On the other hand our issue with the visible group forums on forums list may be something, that other owners might feel as disturbing, too. May be something to implement in your SG as a default or as an optional setting.

Thanks in advance.
 
I get error message when I try to unzip the latest file. I cannot extract thefiles.
 

Attachments

  • errror.webp
    errror.webp
    15.2 KB · Views: 11
Top Bottom