The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Display Unread Posts and New Reputation Comments Details »» | |||||||||||||||||||||||||||
Display Unread Posts and New Reputation Comments
Developer Last Online: Nov 2023
As of 24 Nov 2017 this modification has been withdrawn.
Note: The unread posts portion of this hack only works if you use the database thread marking system, also, this attaches itself to certain phrases in the "welcome" box and will not work if they are not present (or are modified by other code). FYI, the Forum Marking Choices are located in vBulletin Options ; vBulletin Options > General Settings > Thread/Forum Read Marking Type The Read Marking options were removed from vB 3.8.11, it defaults to database marking. ** For vBulletin 3.8.11 you will need to use the Unread-posts-3811.zip ** This displays the actual number of posts that are still considered unread by you (and will show up in a 'getnew' search). It also displays 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. There is also the option to display the New Reputation Comments counter as a Welcome Box Notification. All settings are located in vBulletin Options > Display Unread Posts and Reputation. Version 3.8.001 adds support for forums excluded if you have the "Get New/Get Daily Opt Out Modification" installed (by Andreas). Version 3.8.004 adds support for forums excluded if you have the "Selective Forum Filter Modification" installed (by Psionic Vision). To install this hack unzip the xml file and import it using the ACP Product Manager. History: v3.8.001 : Initial vb 3.8 Release. v3.8.002 : Fix forum exclusion bugs. v3.8.003 : Fix spelling and phrase bug. v3.8.004 : Added support for Psionic Visions Selective Forum Filter. v3.8.005 : Updated version for vBulletin 3.8.11 (only). Show Your Support
|
Comments |
#142
|
|||
|
|||
Thanks installed.
|
#143
|
|||
|
|||
Any idea how to get the link to work with Vba CMPS, the link goes to "link not found" on my homepage. It's fine in the forums area though.
|
#144
|
|||
|
|||
I found a error?
When i click on the link this came up in the adressbar /forumet/\"search.php?do=getnew\" and the side Quote:
Edit I found it my mistake at the dup_posts texts |
#145
|
|||
|
|||
Quote:
Go to: vBulletin Options>Display Unread Posts and Reputation. In Links Prefix Path, put something like: "http://www.yousite.com/forums/" since search.php is in there. |
#146
|
||||
|
||||
You should only need the /forums/ part.
|
#147
|
||||
|
||||
Thanks for releasing a useful mod, Paul.
I'm curious if there's a way the script can look for "<!-- unread posts -->" instead of (where highlighted in red): Code:
$vbphrase['welcome_x_link_y'] .= '</strong><br />'.$unread.'<strong>'; // 3.7 Onwards Phrase When I replace the red with "<!-- unread posts -->" it gave me a parse error. As a resolve I either removed $unread (in blue) or removed the red (shown below): Code:
'</strong><br />'.$unread.'<strong>'; // 3.7 Onwards Phrase "<!-- PEMDATA38: {$data_dup['title']} : Version = {$data_dup['version']} : Revision = {$data_dup['cvs']} -->"; The mod seems to work when either edit was applied. Is that ok or is there a more efficient way of doing it? |
#148
|
||||
|
||||
Sorry, Im not following what your trying to do (or why ?).
FYI, It doesnt look for anything, it appends itself to the relevant phrase. |
#149
|
||||
|
||||
Quote:
I've successfully moved $unread so the mod will display where I want it to (and not after last visited phrase) by commenting out those lines of codes. I was just wondering if by commenting out those lines of codes (below) would harm vB or the codes in any way: Code:
// $vbphrase['welcome_x'] .= '</strong><br />'.$unread.'<strong>'; // 3.6 Phrase // $vbphrase['welcome_x_link_y'] .= '</strong><br />'.$unread.'<strong>'; // 3.7 Onwards Phrase // $vbphrase['last_visited_x_at_y'] .= "<!-- PEMDATA38: {$data_dup['title']} : Version = {$data_dup['version']} : Revision = {$data_dup['cvs']} -->"; |
#150
|
||||
|
||||
Nice mod, Paul...thanks!
|
#151
|
||||
|
||||
Quote:
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|