View Full Version : Show Thread Enhancements - Social Groups in Postbit [Updated]
Badshah93
07-23-2011, 10:00 PM
.::Social Groups in Postbit::.
What is it?
=====================================
It shows the Social Groups joined by user in postbit.
Installation Instructions
=====================================
1. In the Product Manager in AdminCP, import the product XML file.
Upgrade Instructions
=====================================
1. In the Product Manager in AdminCP, import the product XML file. (overwrite)
You can edit the postbit_socialgroups template to change anything which u want.
Uninstalling:
=====================================
1. You can disable the mod from admincp in product manager or uninstall it.
Mod History:
v1.0 : 24 Jul 2011 : First Release.
v2.0 : 25 Jul 2011 : included social group icon feature in the mod.
v2.1 : 13 Sep 2011 : PM Bug Fixed.
Juggernaut
07-24-2011, 05:08 AM
Love it, been asking for this for a few months now. :D
mitch84
07-24-2011, 05:19 AM
nice idea, thank you
MoMan
07-24-2011, 11:09 AM
Looks like this adds one query per post- consider moving the query to showthread_query instead.
danswano
07-24-2011, 12:11 PM
Yeah, too many queries in each thread for such a tiny mod.
Badshah93
07-24-2011, 04:20 PM
Looks like this adds one query per post- consider moving the query to showthread_query instead.
doing through showthread_query will fail if user has multiple social groups.
jluerken
07-24-2011, 08:46 PM
Does it work for 4.0.8?
AttalaEA
07-25-2011, 06:37 AM
Sherif,
Is this showing the social group logo or image as well?
nacaruncr
07-25-2011, 08:29 AM
Sherif,
Is this showing the social group logo or image as well?
It's a good idea :D +1
Badshah93
07-25-2011, 11:01 AM
It's a good idea :D +1
added in new version..
danswano
07-25-2011, 11:19 AM
The icons are in place but they are not visible/loaded.
https://vborg.vbsupport.ru/external/2011/07/39.jpg
i've highlighted one of them with mouse select.
VB 4.1.3
AttalaEA
07-25-2011, 11:24 AM
added in new version..
Thank you Sherif for your fast response. :)
Loversama
07-26-2011, 01:24 PM
I have been waiting for this for months also, and I thought to my self when I saw it yesterday "Only if it showed the group icons also" and there it is!
Edit: works fine on 4.1.3 also.
Would like to be able to edit more options, like size of icon, and position in postbit ect, as am noob with templates :D
Badshah93
07-26-2011, 03:53 PM
I have been waiting for this for months also, and I thought to my self when I saw it yesterday "Only if it showed the group icons also" and there it is!
Edit: works fine on 4.1.3 also.
Would like to be able to edit more options, like size of icon, and position in postbit ect, as am noob with templates :D
you can edit "postbit_socialgroups" template in edit templates to change size of icon. changing position is little complicated if u have not work with plugins before.
SeeLand
07-27-2011, 12:34 PM
You can make a product like this for the "Public Usergroups" ?
trackpads
08-12-2011, 12:31 AM
Very nice, thanks!
trackpads
08-12-2011, 01:08 AM
1 Problem though, one pages were guest users have posted (some old usenet archives we keep, this plugin generates this error:
Database error in vBulletin 4.1.5:
Invalid SQL:
select userid, socialgroupmember.groupid, socialgroup.name from vb_socialgroupmember as socialgroupmember INNER JOIN vb_socialgroup as socialgroup ON socialgroupmember.groupid = socialgroup.groupid where userid =;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Error Number : 1064
Request Date : Thursday, August 11th 2011 @ 09:03:34 PM
Error Date : Thursday, August 11th 2011 @ 09:03:34 PM
Script : http://www.trackpads.com/forum/army/303410-re-%5Bmv%5D-missing-post.html
Referrer :
IP Address : 67.195.115.117
Username : Unregistered
Classname : vB_Database
MySQL Version :
Thanks again,
-Jason
Badshah93
08-12-2011, 03:23 AM
1 Problem though, one pages were guest users have posted (some old usenet archives we keep, this plugin generates this error:
Database error in vBulletin 4.1.5:
Invalid SQL:
select userid, socialgroupmember.groupid, socialgroup.name from vb_socialgroupmember as socialgroupmember INNER JOIN vb_socialgroup as socialgroup ON socialgroupmember.groupid = socialgroup.groupid where userid =;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Error Number : 1064
Request Date : Thursday, August 11th 2011 @ 09:03:34 PM
Error Date : Thursday, August 11th 2011 @ 09:03:34 PM
Script : http://www.trackpads.com/forum/army/303410-re-%5Bmv%5D-missing-post.html
Referrer :
IP Address : 67.195.115.117
Username : Unregistered
Classname : vB_Database
MySQL Version :
Thanks again,
-Jason
Try this XML.
XLCR GODFATHER
08-20-2011, 05:55 PM
Found a glitch in the private message bit. For some reason it shows the social groups for bbuser when viewing private messages. So when looking at a message sent from another user my social groups are listed for the user the message is from. Is this isolated to my board?
XLCR GODFATHER
09-13-2011, 12:40 AM
Found a glitch in the private message bit. For some reason it shows the social groups for bbuser when viewing private messages. So when looking at a message sent from another user my social groups are listed for the user the message is from. Is this isolated to my board?
Bump for support.
Badshah93
09-13-2011, 07:44 AM
Bump for support.
sorry for late reply as was busy with some personal work..
Issue is fixed in 2.1 version. u can download new xml from main post.
XLCR GODFATHER
09-13-2011, 04:49 PM
sorry for late reply as was busy with some personal work..
Issue is fixed in 2.1 version. u can download new xml from main post.
Perfection! No worries, works perfect now. Thanks again.
DarkEclip
11-15-2011, 03:26 PM
I try version 2.0 and 2.1 and i get this error can you help me with that? Thank you :)
Database error in vBulletin 4.1.7:
Invalid SQL:
select socialgroupmember.userid, socialgroupmember.groupid, socialgroup.name from socialgroupmember as socialgroupmember
INNER JOIN socialgroup as socialgroup ON socialgroupmember.groupid = socialgroup.groupid where socialgroupmember.userid =;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 2
Error Number : 1064
Request Date : Tuesday, November 15th 2011 @ 10:47:02 AM
Error Date : Tuesday, November 15th 2011 @ 10:47:03 AM
Script : http://www.empireqc.ca/forum/showthread.php?t=68
Referrer : http://www.empireqc.ca/forum/forumdisplay.php?f=2
IP Address : 96.21.156.47
Username : Rhaizo
Classname : vB_Database
MySQL Version :
scisterna
01-02-2012, 03:11 AM
Don't works on 4.1.9 :(
Happiness
01-10-2012, 02:21 PM
I am wondering if there is a way to LIMIT how many of their groups are shown on their postbit... I mean if they have 20 groups they are apart of I wouldnt want all of them to show up... so say just a RANDOM 10 groups and maybe a link to their others? If this is possible of course...
Mr_Running
03-10-2012, 08:07 PM
All was good for me until 4.1.11
Stopped working = Does not display.
Chadi
06-04-2012, 11:58 PM
How do I get the proper white background as the rest of the postbit fields?
Essam
06-10-2012, 01:32 PM
great i was looking for this one
can you add option to select certain socialgroupid ? instead of all social groups
or is there a way to edit the plugin and add socialgrounpids ?
vBMerkezi
07-23-2012, 11:33 AM
3.8.7 ?
rovielran
10-01-2014, 05:48 PM
any vb 5 work around?
tbworld
10-01-2014, 07:24 PM
vBulletin 5 (vb5), uses channels for groups. They are more expandable like forums. This modification also uses the vb4 plugin system, in vb5 it would have to be written to use the API.
Quick description of Channels
http://www.vbulletin.com/forum/forum/vbulletin-5-connect/vbulletin-5-connect-questions-problems-troubleshooting/vbulletin-5-support-issues-questions/417106-frequently-asked-questions
Sorry, wish I had better news on this. :)
ozzy47
10-01-2014, 07:25 PM
any vb 5 work around?
No, not that I have seen, this will only work on vB4.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.