The Arcive of vBulletin Modifications Site. |
|
New Post Indicators Details »»
|
|||||||||||||||||||||||||||||||||||
This has been tested to work in 5.0.0 and 5.0.1.
How to install Unread Icons for vBulletin 5.0.1 If you wish to use the full icon overlay: Step 1: Adding CSS Add the following to css_additional.css Code:
.z-unread-icon {
float: right;
margin-top: -45px;
position: relative;
right: 75px;
top: 52px;
z-index: 1;
}
Find the following code in display_contenttype_conversationreply_threadview_T ext template Code:
{vb:set postStatus, ''}
Code:
<vb:if condition="$user['lastvisit'] <= $conversation['created']"><div class="z-unread-icon"><img src="{vb:raw vboptions.bburl}/.././images/custom/unread-whatchamajigger4.png" alt="New since your last visit" title="New since your last visit" /></div></vb:if>
If you wish to use the icon in the background of the post instead of the overlay Step 1: Adding CSS Add the following to css_additional.css Code:
.z-unread-bg-icon {
background-image: url({vb:raw vboptions.bburl}/.././images/custom/unread-background-majigger.png);
background-position: top right;
background-repeat: no-repeat;
}
Find the following in display_contenttype_conversationreply_threadview_T ext Code:
<div class="list-item-body conversation-body"> Code:
<div class="list-item-body conversation-body <vb:if condition="$user['lastvisit'] <= $conversation['created']">z-unread-bg-icon</vb:if>"> Step 1: Adding CSS Add the following to css_additional.css Code:
.z-unread-bg-spartan {
background-image: url({vb:raw vboptions.bburl}/.././images/custom/unread-spartan-majigger.png);
background-position: top right;
background-repeat: no-repeat;
}
Find the following in display_contenttype_conversationreply_threadview_T ext Code:
<div class="list-item-body conversation-body"> Code:
<div class="list-item-body conversation-body <vb:if condition="$user['lastvisit'] <= $conversation['created']">z-unread-bg-spartan</vb:if>"> Download Now
Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||||||||
| 6 благодарности(ей) от: | ||
| BirdOPrey5, Crocodine, In Omnibus, Shadow, tbworld, TheLastSuperman | ||
| Comments |
|
#2
|
|||
|
|||
|
So will this be the solution for finding those unread posts/comments?
|
|
#3
|
||||
|
||||
|
I hope to see it added back to the product. For the time being, this is how I'd take care of it.
|
|
#4
|
||||
|
||||
|
Thank You ...
|
|
#5
|
||||
|
||||
|
Is there a hack for New Post Indicators ?
|
|
#6
|
||||
|
||||
|
Why would you need a hack?
|
|
#7
|
||||
|
||||
|
Made a small change so people on 5.0.1 will be able to use it.
|
|
#8
|
|||
|
|||
|
Should this work in 5.0.3
|
|
#9
|
||||
|
||||
|
Should be fine, I'm working on a newer version of this, but this gets the basic across.
|
|
#10
|
|||
|
|||
|
Couldn't make it work on 5.0.5.
|
![]() |
|
|