The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
User's Social Groups on Forum Home (like forumlist, fully templated) Details »» | |||||||||||||||||||||||||||||||||||
User's Social Groups on Forum Home (like forumlist, fully templated)
Developer Last Online: Apr 2022
What does it do?
Things to set in AdminCP/Options:
Looks
Install/upgrade
Template edit Will be automatically inserted below your forums list if you are using TMS, which I highly recommend to do. If not: Find: HTML Code:
<!-- /main -->
HTML Code:
$cel_social_groups Technical stuff 1 product file that adds + 3 templates (following the forumbit-scheme) + 3 plugins + adds 2 queries to forumhome (only if groups are shown, of course). + a bunch of phrases (prefix: cel_sgfh_). + 4 png-buttons, taken from the silk icon set. Limitations
v 1.4 + some bugfixes + option to turn teaser message off + option to show several buttons: to start a new discussion - see the group's members list - see the group' photos (only shown if there are any attached pictures) - unsubscribe (only if subscribed groups are shown) (Thanks to glorify) 1.4.1: Template/Style error in Google Chrome fixed v 1.3 + now fully templated. New templates: forumhome_cel_social_groups_groupsbit and forumhome_cel_social_groups_lastmsgby. 1.3.1: Link to user profile error fixed v 1.2 + added option to sort groups by date of last message + added missing phrase v 1.1 + improved database query + limitations somewhat lessened + added settings page to AdminCP + choose whether to show groups the user is a member of or subscribed to + limit number of groups shown, then link to appropriate page + restrict use by usergroup + some minor bugfixes Planned features (no promises made!) none atm [s]option to use a set of different statusicons for the groups [/s] [s]option to use the social group's icon instead of the statusicon[/s] [s]and to go with that, for additional/substitunional unread marking, possibility to add css markup to the social group's title[/s] Translations
Screenshots:
### Don't forget to click install! ### (No support if you don't) Download Now
Screenshots
Show Your Support
|
Comments |
#172
|
|||
|
|||
Quote:
I'm talking about the timing of it stopping working and even when it did work fully it still showed the big group icons not the 80x80 ones. |
#173
|
||||
|
||||
I also had the problem with group thumbnails showing fullsize, so I decided to use custom statusicons per groupid with this little edit of your forumhome_start plugin:
Code:
if ($vbulletin->options['cel_sgfh_iconfile']) { $oldicon = "group" . $cel_groups[groupid] . "_old"; $newicon = "group" . $cel_groups[groupid] . "_new"; } Of course, this is only particularly useful if only admins can create social groups. It's not much good if you allow members to create their own, and/or if you have LOADS of them. |
#174
|
||||
|
||||
I repeat, now the third time: As long as nobody at least wants to give me the img source url to one of the group icons, there's really nothing I can do, since it works fine for me.
The code in the plugin calls for the groupthumb, and this code has not changed for a long time now: Code:
$statusimg = "image.php?groupid= " . $cel_groups[groupid] . "&dateline=" . $cel_groups[dateline] . "&type=groupthumb"; |
#175
|
|||
|
|||
you've got a space after 'image.php?groupid'?
HTML Code:
image.php?groupid=%204&dateline=1246647737&type=groupthumb.gif |
#176
|
||||
|
||||
Somehow the code got corrupted during copy&paste. Inserted the (now hopefully) correct code from line 324 of the plugin in my previous post.
//Oh, indeed there is a space too much. Fixing this however does not solve the problem. Can someone confirm who has this problems that your groups icons are stored in the filesystem, not the database? |
#177
|
|||
|
|||
mine are filespace - I can re-admin you over on the site if you like
Also was going to manually edit the teaser with some of the group icons - might be a thought for a later version to mimic the new groups bit in groups.php - I'll probably put them in a row. Just a thought. |
#178
|
||||
|
||||
OK, please try the attached plugin. I added a check whether the icons are stored in the database or in the file system and act accordingly. Import the attached product file to test.
Mind you: I was able to see that there were no icons displayed at all if the icons were stored in the filesystem; this has now been fixed. I still can't reproduce the issue where not thumbs, but the original sizend groups icons are shown. If pulled from the file system this should be impossible: the icons are taken directly from the respective "thumbs" folder in your filesystem. So if the images are too big, they're safed like that in there and there's probably nothing I can do. If this happens with images in the database: if there is the "type=groupthumbs"-parameter present, that should trigger image.php to show the thumb sized icons. This follows exactly the call from the groups.php. |
#179
|
|||
|
|||
lol
That didn't go well. I've had to uninstall the product. Let me just reinstall the original. |
#180
|
||||
|
||||
What happened?
|
#181
|
|||
|
|||
I got that content encoding message that I got before.
?><? What's this at the start of the plugin php? It's not in your new version? |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|