Version: 1.25, by Paul M
Developer Last Online: Nov 2023
Category: Miscellaneous Hacks -
Version: 3.6.x
Rating:
Released: 08-13-2006
Last Update: 10-17-2007
Installs: 556
Uses Plugins Auto-Templates
Translations
No support by the author.
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
This modification may not be copied, reproduced or published elsewhere without author's permission.
This won't work, the template cache is not the same as the template itself - it is actually php code, you cannot search for vb template specific stuff like <if> and <phrase>.
I changed to location of where the link shows up by putting "<!-- Paul M, unread Post Count -->' at the template location I want the mod to be displayed.
then I changed the search text to:
Code:
$search_text = '<!-- Paul M, unread Post Count -->';
to reflect the proper html requirements of the selected location.
(The above only represents an example the changes of that I did to change the location of this modifications displayed info)
I can see why the author would not be supportive of moving the location due to the rather large possibilities of HTML combinations that exist in the templates.
This mod should be part of vB. Of all the mods that I've added to the site this mod ranks up there with the journal as the most praised and its only been on the site for a day. Thanks!
I changed to location of where the link shows up by putting "<!-- Paul M, unread Post Count -->' at the template location I want the mod to be displayed.
then I changed the search text to:
Code:
$search_text = '<!-- Paul M, unread Post Count -->';
to reflect the proper html requirements of the selected location.
(The above only represents an example the changes of that I did to change the location of this modifications displayed info)
I can see why the author would not be supportive of moving the location due to the rather large possibilities of HTML combinations that exist in the templates.
This mod should be part of vB. Of all the mods that I've added to the site this mod ranks up there with the journal as the most praised and its only been on the site for a day. Thanks!
That was my solution too, plus I changed it a little bit more to make it look like the "Private Messages" line!!!