Version: 3.8.006, by cellarius
Developer Last Online: Apr 2022
Category: Social Group and Album Enhancements -
Version: 3.8.4
Rating:
Released: 11-17-2009
Last Update: 12-23-2009
Installs: 75
Uses Plugins
Translations
No support by the author.
What does this mod do?
This mod adds social groups to the notifications dropdown. Your members will get notified if there are groups containing unread messages; they need to be members of that group or have to be subscribed to that group. The counter will show how many groups with unread messages there are.
Installation:
Just import the product file in AdminCP->Product Manager. Done.
Make sure you understand and comply with the read marking requirements (see note down this post).
Settings:
Show notification for new messages in groups the user is a member of, subscribed to, or both
Select usergroups who can use the mod (i.e. who will get notificatons)
Select whether to link to usercp.php or group.php
Make sure you understand and comply with the read marking requirements (see note down this post).
Note: This mod will only work with database and automatic forum read marking!
This mod will not work with cookies or simple database read marking. This will not be changed and is due to the limitations of the read marking system.
If the ressources for this trouble you, you don't want to run this modification anyway. Any workarounds would be more ressource intensive than using this option in the first place.
To set this, go to AdminCP->Settings->Options->General Settings->Thread/Forum Read Marking Type and set this to the third option: Database (automatic forum marking)
Note on ressources:
Note that this modification adds a maximum of two queries to every pageload. Both are not too heavy, going to slave servers only if existent, and there are several mechanisms in place to prevent unnecessary querying.
Version history
3.8.006: added option to link notification to custom URL
3.8.005: queries completely reworked, should be more stable now and fixes some read marking issues
3.8.002: bugfix, use slave servers
3.8.001: initial release
#### Don't forget to click install! #### No support if you don't!
You want to show the latest groups discussions or messages on forumhome? There are other mods for this, IIRC, and no, this is not possible with this mod. It only delivers a single number (the number of unread groups).
Not exactly. I only want the number of unread groups (like your mod does), but not placed at the notifications menu, but at forumhome (and preferably at group.php)
Ah, ok. This is easy: The code in the main plugin (should then be changed to a hook so it is only executed on a page were you want to show the number) saves the result in a variable: $vbulletin->userinfo['cel_groupnotification']. This should be available in templates as $bbuserinfo[cel_groupnotification].
nope, just will not work at all. 3.8.4 - added the usergroups, tried other templates. tried everything and no go. will tag this mod. thx
I had this mod tested by other coders on their sites, and the modification does work. I also do not understand what you mean by "tried other templates". This mod has no templates, and no template changes have to be done.