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 |
#142
|
||||
|
||||
Hi cellarius,
I wonder if you could help - I've just installed this and get the error in the attached image - all the code shows up at the top of the page. Thanks in advance, Renada |
#143
|
||||
|
||||
Quote:
Find and delete this at the very top and at the very bottom of the plugin: Code:
?><? |
#144
|
||||
|
||||
Quote:
Thank you so much, that fixed the problem One more thing, slightly off topic though. I want to add a block of text to the "Social Groups" main page - do you have any idea which template I need to edit? I've tried several and it doesn't appear to show up anywhere. Thanks again Renada |
#145
|
|||
|
|||
Very nice addon, thanks!
Where can I fix the width of these columns in order to align with the rest of the forum? Greetings |
#146
|
||||
|
||||
Adapt template forumhome_cel_social_groups to your needs - just like you did with forumhome
|
#147
|
|||
|
|||
Thank you very much
|
#148
|
|||
|
|||
is there a way someone can put this in a standalone php file so I can call it in my ajax tabs?
Does that mane cents? LOL |
#149
|
|||
|
|||
Hi. The title of groups appears in normal style but I would like to show it with bold text like the titles for forums on forumhome. Where can I modify that?
Thanks |
#150
|
||||
|
||||
Quote:
HTML Code:
<a href="group.php?$session[sessionurl]groupid=$cel_groups[groupid]" style="$cel_sgfh_css">$cel_groups[name]</a> Replace with: HTML Code:
<a href="group.php?$session[sessionurl]groupid=$cel_groups[groupid]"><strong>$cel_groups[name]</strong></a> |
#151
|
||||
|
||||
No need to edit the template. Just apply css to the grouptitle in the options for this mod in AdminCP.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|