Social Groups (XenForo 2.x.x)

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

No permission to buy ($50.00)
Getting a server error when trying to add a forum to a group:

Code:
[LIST]
[*]XF\Db\Exception: MySQL query error [1048]: Column 'cv6_icon' cannot be null
[*]src/XF/Db/AbstractStatement.php:230
[*]Generated by: zoldos
[*]Mar 16, 2022 at 6:20 PM
[/LIST]
[HEADING=2]Stack trace[/HEADING]
INSERT  INTO `xf_node` (`node_type_id`, `title`, `description`, `parent_node_id`, `display_order`, `node_id`, `node_name`, `style_id`, `effective_style_id`, `display_in_list`, `breadcrumb_data`, `navigation_id`, `effective_navigation_id`, `cv6_icon`, `cv6_icon_type`, `cv6_image_path`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
------------

#0 src/XF/Db/Mysqli/Statement.php(198): XF\Db\AbstractStatement->getException('MySQL query err...', 1048, '23000')
#1 src/XF/Db/Mysqli/Statement.php(79): XF\Db\Mysqli\Statement->getException('MySQL query err...', 1048, '23000')
#2 src/XF/Db/AbstractAdapter.php(96): XF\Db\Mysqli\Statement->execute()
#3 src/XF/Db/AbstractAdapter.php(220): XF\Db\AbstractAdapter->query('INSERT  INTO `x...', Array)
#4 src/XF/Mvc/Entity/Entity.php(1514): XF\Db\AbstractAdapter->insert('xf_node', Array, false)
#5 src/XF/Mvc/Entity/Entity.php(1246): XF\Mvc\Entity\Entity->_saveToSource()
#6 src/XF/Mvc/FormAction.php(71): XF\Mvc\Entity\Entity->save(true, false)
#7 src/XF/Mvc/FormAction.php(189): XF\Mvc\FormAction->XF\Mvc\{closure}(Object(XF\Mvc\FormAction))
#8 src/addons/Truonglv/Groups/Pub/Controller/Forum.php(67): XF\Mvc\FormAction->run()
#9 src/XF/Mvc/Dispatcher.php(352): Truonglv\Groups\Pub\Controller\Forum->actionAdd(Object(XF\Mvc\ParameterBag))
#10 src/XF/Mvc/Dispatcher.php(259): XF\Mvc\Dispatcher->dispatchClass('Truonglv\\Groups...', 'Add', Object(XF\Mvc\RouteMatch), Object(Truonglv\Groups\Pub\Controller\Forum), NULL)
#11 src/XF/Mvc/Dispatcher.php(115): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(Truonglv\Groups\Pub\Controller\Forum), NULL)
#12 src/XF/Mvc/Dispatcher.php(57): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#13 src/XF/App.php(2351): XF\Mvc\Dispatcher->run()
#14 src/XF.php(517): XF\App->run()
#15 index.php(20): XF::runApp('XF\\Pub\\App')
#16 {main}
[HEADING=2]Request state[/HEADING]
array(4) {
  ["url"] => string(28) "/group-forums/add?group_id=1"
  ["referrer"] => string(55) "https://zoldos.net/groups/kitties-pooches.1/discussions"
  ["_GET"] => array(1) {
    ["group_id"] => string(1) "1"
  }
  ["_POST"] => array(10) {
    ["_xfToken"] => string(8) "********"
    ["node"] => array(3) {
      ["title"] => string(7) "Kitties"
      ["description"] => string(15) "All about cats!"
      ["parent_node_id"] => string(1) "0"
    }
    ["min_tags"] => string(1) "0"
    ["allowed_watch_notifications"] => string(3) "all"
    ["default_sort_order"] => string(14) "last_post_date"
    ["default_sort_direction"] => string(4) "desc"
    ["list_date_limit_days"] => string(1) "0"
    ["_xfRequestUri"] => string(37) "/groups/kitties-pooches.1/discussions"
    ["_xfWithData"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}

And also not able to get group covers to save when repositioning!
The column is not handled by this add-on.
 
Resources currently require attached files, is it possible to disable attachments for Resources?

I want to use Resources as just text documents.

Just wanted to bump this suggestion for @truonglv, we very heavily use your Groups feature on my forum and it'd be really cool to allow Resources to just be text documents and the ability to disable attachments.

The members use them as a secondary "lore" section to each Group to add more information and written repositories.
 
truonglv updated [tl] Social Groups with a new update entry:

3.2.7

Notable changes:
  • Fixed display missing events
  • Support upload files into comments
  • Support rich editor for comments
  • Fixed dropdown actions is empty
  • Added new option to make new member automatically watch group forums
  • Allow hidden specific group navigations in category
  • Allow set default group navigation tab in category

Read the rest of this update entry...
 
I am having trouble testing out this add-on, Keeps giving me a server error on the developer's website. Says I am not allowed to add new tags which stops me from creating a new group.
I am trying to gain an understanding of the functionality of the add-on.
Such as a site member creating a group, and uploading a banner and avatar to the group.
Web capture_6-6-2022_134718_nobita.me.webp

Also, I see the ability for Html in the description.
I'm assuming this is only for the site admin on the backend right while creating categories.


Screen Shot 2018-04-26 at 7.32.57 PM.webp
 
I can not seem to get my member's group banner to display in the forum posts.

Could be something I am doing wrong, but I do not know.
I have my settings as Enabled.
Web capture_8-6-2022_11550_nobita.me.webpWeb capture_8-6-2022_11561_nobita.me.webp
 
Did you enabled this option Show people's group badges with their messages in your preferences account?
I don't have admin access to your site lol. I was testing out the add-on on your site.
But from your question, I got your answer.
It's a permission admins need to set.
ok, thank you!
 
Back
Top Bottom