The Arcive of vBulletin Modifications Site. |
|
Add new phrase to unread topics Details »»
|
||||||||||||||||||||||
Description:
Adding "NEW" icon on unread topics as I mentioned in the topic How to install: If you add the following CSS code to the css_additional.css template of the style you are using, it will look like the screenshot. HTML Code:
tr.topic-item.unread.js-topic-item .js-topic-title:after {
content: "{vb:rawphrase new}";
display: inline-block;
background: #dc3030;
padding: 1px 4px;
font-size: 11px;
color: #FFF;
border-radius: 3px;
margin-left: 5px;
position: relative;
top: -2px;
}
for vb4.2.x https://vborg.vbsupport.ru/showpost....4&postcount=16 Screenshots
Show Your Support
|
||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
hey bro .. i added the code but "New" is not showing up ?
|
|
#3
|
||||
|
||||
|
New icon will appear if there are unread posts for you.
|
|
#4
|
|||
|
|||
|
thank you bro ..working perfectly ..
|
|
#5
|
||||
|
||||
|
Dear I can't get it to work in 5.5.5 any suggestion
|
|
#6
|
||||
|
||||
|
This is how it works in version 5.5.5
HTML Code:
tr.topic-item.unread.js-topic-item .js-topic-title:after {
content: "{vb:rawphrase new}";
display: inline-block;
background: #dc3030;
padding: 1px 4px;
font-size: 11px;
color: #FFF;
border-radius: 3px;
margin-left: 5px;
position: relative;
top: -2px;
}
If you installed this mod and/or you want get support, please "Mark as Installed". |
| Благодарность от: | ||
| Chicoynano | ||
|
#7
|
|||
|
|||
|
work great, thank you
|
| 2 благодарности(ей) от: | ||
| Chicoynano, yilmaz | ||
|
#10
|
|||
|
|||
|
Great and wonderful addition.
Thank you very much, Loved ❤ . |
![]() |
|
|