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.
Is there a way to put the output which is displayed in the welcome part of the navbar to my portal page.
This page contains the same block as in the forum home. It only uses another template (P_block_navbar). Something has to be added there to show up in the Portals Navbar.
The portal I use is VB-Portal.
This updates the navbar template "on the fly" so it would be difficult. You could try adding the variable $unread in whatever template is used, but I have no idea if it will work. I have no knowledge of vb portal.
So, the only thing different about my style is that the code for the welcome box is in the Header template. So I changed the plugin to look in the header, instead of the navbar... doesn't work.
Then I put in the necessary missing code, back into the navbar, doesn't work. Then I tried a default style... doesn't work.