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 |
#122
|
||||
|
||||
As you can see, some of them made it into the new release, some did not. The decision to put the groups into an extra block was made to have some distinction - they are not the same as any other forum, after all. Who wishs to treat them like you do can follow your example - that's what templates are for
|
#123
|
||||
|
||||
Well I'm most pleased that the .png change made it into the mod - template edits, I can deal with, but remembering code changes would be a hassle
Nice going on the read marking change =D Updating now EDIT: Nevermind, the .png setting is global when it should be per-skin, like I put in my templates. I still need to edit the code to produce the wanted effect Best way to do this would be to define the result of the AdminCP option in the template, rather than the code, so that a forum could set their default (if the majority of skins uses gifs, they use gif extension in the option, and vice versa), but still allow us to customise the extension per-skin. Hopefully that made sense XD |
#124
|
||||
|
||||
Hi, try this one.
I started to change this right after your first edit, but I guess I just had the same idea I hope this will work for you. I updated the product .zip accordingly. |
#125
|
|||
|
|||
When I click on the option
groups user is a member of The forum page does not come up. but it works if I select groups user is subscribed to |
#126
|
||||
|
||||
I cannot reproduce this - I myself use it with the "member of"-option only, without problems both on my test and my life-board.
|
#127
|
||||
|
||||
Working like a charm now, thanks mate
|
#128
|
||||
|
||||
|
#129
|
||||
|
||||
Please use the Update-Mail Function. You have 120 Installs but only a few Downloads every Update.
|
#130
|
||||
|
||||
BUG after Updating shown at Top of Forumhome/Header:
Warnung: Invalid argument supplied for foreach() in [path]/index.php(67) : eval()'d code (Zeile 458) |
#131
|
||||
|
||||
Uh - I don't get that error... on neither of my boards. Since there's no line 458 in the plugin, I do not know exactly which of the two foreach statements in the plugin might be responsible. Since this only happens after upgrade, probably the newly added Can't see what might be causing it at the moment.
Please try the following: in the plugin add Code:
$array_discussionread = array(); Code:
while ($array = $db->fetch_array($result_discussionread)) Are you using PHP 4 or PHP 5? If the above does not fix it, please try to replace Code:
foreach ($array_discussionread[$cel_groups['groupid']] as $discussions) Code:
foreach ((array) $array_discussionread[$cel_groups['groupid']] as $discussions) |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|