[Nobita] Social Groups (Teams/Guilds/Clubs)

[Nobita] Social Groups (Teams/Guilds/Clubs) [Paid] 2.8.6

No permission to buy ($69.00)
The resource I linked to is a vbulletin 4 importer. It imports Usergroup data from vbulletin 4 CMS installations, into Xenforo installations as subforums, and threads.

Can this mod convert that imported content into a usable format and put it into the user group formatting that this mod does natively?
 
Hi @Nobita.Kun
if i set ad Featured more than two groups, the third group is not shown, also in Default Theme, but exists
View attachment 70161
I solved: now i see all groups featured, but i think you must set limit for groups featured ( i think 2 or 4 )
For now i'm using this workaround: i changed height value from 119px to 230px in Team_featured_list template in .featuredTeamList CSS class
It's possibile also not change height value but modify overflow value and set auto

Example 1

Code:
.featuredTeamList
{
    overflow: hidden;
    margin-bottom: 10px;
    height: 230px;
}

Example 2

.featuredTeamList
{
overflow: auto;
margin-bottom: 10px;
height: 119px;
}

I'm using Example 1 now :)
 
Hi Nobita,

I am getting this error when I try to delete a team. It will still delete but I get this error first:
Mysqli prepare error: Table 'themvus_xenforodb.xf_team_read_date' doesn't exist

  1. Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
  2. Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
  3. Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
  4. Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 661
  5. Zend_Db_Adapter_Abstract->delete() in Nobita/Teams/DataWriter/Team.php at line 895
  6. Nobita_Teams_DataWriter_Team->_postDelete() in XenForo/DataWriter.php at line 1779
  7. XenForo_DataWriter->delete() in Nobita/Teams/Model/InlineMod/Team.php at line 69
  8. Nobita_Teams_Model_InlineMod_Team->deleteTeams() in Nobita/Teams/ControllerPublic/InlineMod/Team.php at line 30
  9. Nobita_Teams_ControllerPublic_InlineMod_Team->actionDelete() in XenForo/FrontController.php at line 347
  10. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  11. XenForo_FrontController->run() in /home/themvus/public_html/index.php at line 13
Any ideas?
 
Hi Nobita,

I am getting this error when I try to delete a team. It will still delete but I get this error first:
Mysqli prepare error: Table 'themvus_xenforodb.xf_team_read_date' doesn't exist

  1. Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
  2. Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
  3. Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
  4. Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 661
  5. Zend_Db_Adapter_Abstract->delete() in Nobita/Teams/DataWriter/Team.php at line 895
  6. Nobita_Teams_DataWriter_Team->_postDelete() in XenForo/DataWriter.php at line 1779
  7. XenForo_DataWriter->delete() in Nobita/Teams/Model/InlineMod/Team.php at line 69
  8. Nobita_Teams_Model_InlineMod_Team->deleteTeams() in Nobita/Teams/ControllerPublic/InlineMod/Team.php at line 30
  9. Nobita_Teams_ControllerPublic_InlineMod_Team->actionDelete() in XenForo/FrontController.php at line 347
  10. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  11. XenForo_FrontController->run() in /home/themvus/public_html/index.php at line 13
Any ideas?
:oops: In testing I've add this database but with some reasons I've remove that :)
Please watching on my site. I will give an update soon ;)
 
:oops: In testing I've add this database but with some reasons I've remove that :)
Please watching on my site. I will give an update soon ;)

Okay! I was also temporarily locked out of your site for giving the wrong password a few times. :< If you could PM me the updates files when you're done on Xenforo, I'd appreciate it. Thanks Nobita!!
 
Okay! I was also temporarily locked out of your site for giving the wrong password a few times. :< If you could PM me the updates files when you're done on Xenforo, I'd appreciate it. Thanks Nobita!!
Please give me your transaction paypal ID :)
 
Hi @Nobita.Kun
when i comment post in Group i have this error! :(
Illegal offset type
  1. XenForo_Application::handlePhpError() in bdTagMe/XenForo/Model/Alert.php at line 9
  2. bdTagMe_XenForo_Model_Alert->alertUser() in XenForo/Model/Alert.php at line 426
  3. XenForo_Model_Alert::alert() in Nobita/Teams/DataWriter/Comment.php at line 206
  4. Nobita_Teams_DataWriter_Comment->_sendAlertToUsersWatchedOnPost() in Nobita/Teams/DataWriter/Comment.phpat line 170
  5. Nobita_Teams_DataWriter_Comment->_postSave() in XenForo/DataWriter.php at line 1409
  6. XenForo_DataWriter->save() in Nobita/Teams/ControllerPublic/Post.php at line 398
  7. Nobita_Teams_ControllerPublic_Post->actionComment() in XenForo/FrontController.php at line 347
  8. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  9. XenForo_FrontController->run() in /home/emtvqmnh/public_html/index.php at line 13

It's conflict issue with [bd] Tag Me addon by @xfrocks ?
Now i've disabled [bd] Tag Me addon and i have not error.
Please help :)
 
Still weighing the possibility of public/private walls for 1.0? :)

E.g.,

Team A
> Public Wall: Sticky recruitment post that anyone can read, anyone can ask questions, etc.
> Private Wall: Only members of the group can see
> Private Wall: Only moderators of the group can see
 
Still weighing the possibility of public/private walls for 1.0? :)

E.g.,

Team A
> Public Wall: Sticky recruitment post that anyone can read, anyone can ask questions, etc.
> Private Wall: Only members of the group can see
> Private Wall: Only moderators of the group can see
Not yet! I'm still need improvement for Team view before add this feature :)
 
The resource I linked to is a vbulletin 4 importer. It imports Usergroup data from vbulletin 4 CMS installations, into Xenforo installations as subforums, and threads.

Can this mod convert that imported content into a usable format and put it into the user group formatting that this mod does natively?
Please start an PM with me. I need discussion with you for that ;)
 
Still weighing the possibility of public/private walls for 1.0? :)

E.g.,

Team A
> Public Wall: Sticky recruitment post that anyone can read, anyone can ask questions, etc.
> Private Wall: Only members of the group can see
> Private Wall: Only moderators of the group can see
Done on 1.1.1 ;)
 
Top Bottom