Back to vBulletin 5.x Template Modifications

Add new phrase to unread topics
Mod Version: 1.0.0, by yilmaz

vB Version: 5.5.5 Rating: (5 votes - 5.00 average) Installs: 18
Released: 03 Dec 2020 Last Update: Never Downloads: 0
Supported Template Edits  

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;
}
If you installed this mod and/or you want get support, please "Mark as Installed".

for vb4.2.x

Spoiler (click to open)


Quote by carmine3838
for 4.2.5 does it work?
for vb4.2.x
HTML Code:
/* For threadbit */
li.threadbit.new h3.threadtitle: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 Search Results */
li.threadbit.new h3.searchtitle: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;
}
Attached Thumbnails
Click image for larger version
Name:	screenshot-www.yilmaztv.com-2021.02.22-18_25_28.png
Views:	16
Size:	47.5 KB
ID:	158642  

Close

Download

No files for download.

Screenshots

Click image for larger version
Name:	screenshot-vb5.ozbeceriksizler.co-2020.12.02-23_07_55.png
Views:	160
Size:	51.2 KB
ID:	158102  


vblts.ru supports vBulletin®, 2022-2024