The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Unread Posts and Reputation Comments (welcome box) Details »» | |||||||||||||||||||||||||||
Unread Posts and Reputation Comments (welcome box)
Developer Last Online: Nov 2023
This modification is no longer available or supported. Note: The unread posts portion of this hack only works if you use the database thread marking system. This will display the actual number of posts that are still considered unread by you (and will show up in a 'getnew' search). Versions 1.22+ also display the number of new reputation comments since you last checked your usercp. There is the option to count the unread posts since your last visit, or all posts considered unread. This setting reflects the divider in the 'getnew' search display. There is also the option to disable the unread posts display or the new reputation comments display. All settings are located in vBulletin Options > Display Unread Posts and Reputation. To install this hack unzip the xml file and import it using the ACP Product Manager. History: v1.11 : First Release for vb 3.6 - various changes. v1.12 : Updated for Version Checking. v1.13 : Phrases Updated. v1.14 : Dependancies updated, URL's updated. v1.15 : Minor phrasing changes. v1.16 : Changes to the way displayed messages are built. v1.17 : SQL Changes to use slave. v1.18 : Fixed broken Index creation (on install). v1.19 : Modified slightly to exclude moderated or soft deleted posts (unless moderator). v1.20 : Duplicate line of code removed. v1.21 : ATCS and disable options added. v1.22 : New reputation comments added. ATCS removed as now unnecessary. v1.23 : Bug fixes. Added links prefix setting. v1.24 : Fix reputation comments not being marked as read. v1.25 : Permission check updated to include 'canviewthreads'. Show Your Support
|
Comments |
#282
|
|||
|
|||
Quote:
http://www.vbulletin.com/forum/showthread.php?t=231241 |
#283
|
|||
|
|||
Paul M, thank you for this plugin. One of my members brought up an issue that an incon that shows "Forum Contains New Posts" are still there after reading the unread posts. Do you know how to solve this issue?
|
#284
|
|||
|
|||
Quote:
Is there a creative way for my users to get around this? Publicly joinable groups that have no permissions to the forum? Thank you for your time. -Raymond |
#285
|
|||
|
|||
Thank you, this is awesome.
|
#286
|
||||
|
||||
Hi,
I struggled for a bit about whether this was a bug because vBulletin's behaviour didn't seem correct to me, but regardless according to this, a bug it be. Quote:
A usergroup is permitted to view a forum and thread content in that forum but is not permitted to view other's threads. When a thread they are not permitted to view has a new post, the new posts indicator lights up and your modification declares that the user has 1 new post. That new post does not display in a get new search, as they have no permission to view it so from that user's perspective the count is not correct (and nor is the statusicon, it seems to me). Tested on a stock forum, latest version. Ta! |
#287
|
||||
|
||||
That's quite possible, I'm pretty sure no permission checks were changed when this was ported from 3.5, but I believe new thread permissions were added to 3.6, so this won't take them into account.
I'll make a note to fix it, but given that it will affect very few people and I'm quite busy (with a long todo list), it will probably be a while. |
#288
|
|||
|
|||
I don't know how popular or if it is even something that would be fairly easy to code in.
The two options you have to display the unread posts. What would it take to make the choice be selectable per user in their UserCP? The master option would be chosen in the same way, and if they didn't choose their own, that is how they would see the unread count. But, if they did choose the method in their UserCP options, they could see it the other way. I hope that makes sense. |
#289
|
||||
|
||||
Yes, it would be possible, but since no one has ever mentioned it, there doesn't seem to be a great need for such a feature, which means it's unlikely it will ever get added, I would need to be very short of things to do.
|
#290
|
|||
|
|||
I think we are all talking about the same thing but not to each other?
I have many Paul M products, and i like to keep my members happy. Would a donation in appreciation of all the work from those asking for the update help to prioritize and get this issue resolved? -Raymond |
#291
|
||||
|
||||
This is very nice Paul, thanks! It's untested, but regarding counting posts in forums where a member has doesn't have permission to "Can View Other's Threads"...
i think all that needs to be done is adding a conditional to the query which checks $xfperms & $vbulletin->bf_ugp_forumpermissions['canviewothers'] Like following: PHP Code:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|