Is there any setting I need to to activate to show the icon when its unread? it only shows when I'm logged out
Announcement
Collapse
No announcement yet.
Add Unread Forum Badge
Collapse
X
-
Are you sure there are unread posts from that forum when logged in? Do you see the forum icon next to the forum name as "active" and not grayed out? The forum badge should match the active forum icon if present.
β.

My Amazon Affiliate Link β
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
- Likes 1
Comment
-
yea, I'm looking into it now, something changed on version 6.0.6. Ive been having cache issue lately and for a while. I'll report back if I resolved it.
- Top
- Translate
- Bottom
-
ok got it resolved. I had to switch from Database (automatic forum marking) to Inactivity/Cookie Based and the icon appeared.
- Top
- Translate
- Bottom
-
even though it worked, I noticed that when i click on new topic, I'm getting this notice that I reported to vb (https://forum.vbulletin.com/forum/vb...st#post4495989) so I had to revert back.
so the first vb5 code worked, weird
Code:/* Unread Forum Badge - START */ .forum-wrapper .b-icon__speech-double-large--blue ~ .forum-title::after, .forum-wrapper .b-icon__channel-icon:not(.b-icon__channel-icon--read) ~ .forum-title::after { content: 'Unread'; background: red; color: #fff; font-size: 10px; padding: 1px 3px; border-radius: 3px; margin-left: 5px; filter: drop-shadow(1px 1px 2px #333); vertical-align: super; white-space: nowrap; text-decoration: none; display: inline-block;β } .forum-list-container .forum-item .cell-forum > .forum-wrapper> .forum-info > .forum-title { display: inline; } /* Unread Forum Badge - END */ββ
- Top
- Translate
- Bottom
Comment
-
I am trying to localize the unread badge via phrases, but unfortunately have no success.
Can please someone help me to figure it out?
I am using english and german language on the forum. English is the default language. The phrase vbmods_rocks_unreadforumbadge has been created in the AdminCP (see below).
ββ
This has been added in css_additional.css.
The badge is shown always in english independently of which language is chosen.Code:/*************** Unread Forum Badge ***************/ .forum-wrapper .unread ~ .forum-title::after { content: '{vb:phrase vbmods_rocks_unreadforumbadge}'; background: #FCF7D7; color: #606040; font-size: 10px; font-weight: bold; padding: 1px 3px; border-radius: 3px; margin-left: 10px; filter: drop-shadow(1px 1px 2px #333); vertical-align: top; white-space: nowrap; text-decoration: none; display: inline-block; } .forum-list-container .forum-item .cell-forum .forum-title { margin-left: 0; } β
english:
ββ
german:
β
Any idea?
Help is greatly appreciated.β
- Top
- Translate
- Bottom
Comment
-
Where is the screenshot?Originally posted by flohse View PostThe phrase vbmods_rocks_unreadforumbadge has been created in the AdminCP (see below).
My Amazon Affiliate Link β
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
Comment
-
- Top
- Translate
- Bottom
Comment
-
Sorry for the late reply. Are you caching template as files? Try turning it off and on again. If that doesn't fix it, I will need the URL to your forum so I can take a look.
My Amazon Affiliate Link β
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
Comment
-
Works fine on our Forum, and we run 5.7.5 PL 3. What it looks like to me, is the text color for the button is set to the same color as the button color; red.The Linux Community has given me much. I do what I can to return the favor!
- Top
- Translate
- Bottom
Comment
-
Hello, thank you for your response and your assistance. Here is my code, and I am really trying to understand where the issue might be coming from. Once again, thank you for your help. Best regards.Originally posted by Snowhog View PostWorks fine on our Forum, and we run 5.7.5 PL 3. What it looks like to me, is the text color for the button is set to the same color as the button color; red.
Code:/* Unread Forum Badge - START */ .forum-wrapper .b-icon__speech-double-large--blue ~ .forum-title::after, .forum-wrapper .b-icon__channel-icon:not(.b-icon__channel-icon--read) ~ .forum-title::after { content: 'Nouveau'; background: red; color: #fff; font-size: 10px; padding: 1px 3px; border-radius: 3px; margin-left: 5px; filter: drop-shadow(1px 1px 2px #333); vertical-align: super; white-space: nowrap; text-decoration: none; display: inline-block; } .forum-list-container .forum-item .cell-forum > .forum-wrapper> .forum-info > .forum-title { display: inline; } /* Unread Forum Badge - END */β
- Top
- Translate
- Bottom
Comment
-
Other than your content: 'Nouveau'; line, the code is identical to what we have.
In the image you provided, you are using a 'Dark' Style for your forum. Have you tried switching to a Light Styled theme to see if, by chance, it makes a difference? IF it does; the button text appears; then there is a conflicting variable for text somewhere in the Dark Style you are using, I think. Glenn will know much more on this than I do.The Linux Community has given me much. I do what I can to return the favor!
- Top
- Translate
- Bottom
Comment
-
Hello, I sincerely thank you for your help. Yes, I do have a black and blue theme. The issue is that the "New Topic" button works perfectly for topics, but not for the forums, which leaves me quite puzzled. I will wait for the person who developed the code to assist me, but once again, thank you very much for your invaluable help.Originally posted by Snowhog View PostOther than your content: 'Nouveau'; line, the code is identical to what we have.
In the image you provided, you are using a 'Dark' Style for your forum. Have you tried switching to a Light Styled theme to see if, by chance, it makes a difference? IF it does; the button text appears; then there is a conflicting variable for text somewhere in the Dark Style you are using, I think. Glenn will know much more on this than I do.
- Top
- Translate
- Bottom
Comment
-
It is still used but there's a conflict with the underlined link effect I used for links so it's not working.
My Amazon Affiliate Link β
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
Comment
Latest Posts
Collapse
-
Reply to some ideas for new modsin Chit Chatby desmomax
I finally created a mod that allows you to add an icon to each post with options for sharing on other platforms. I honestly thought it was absurd that...
Today, 03:59 AM -
Get Affordable and Fast VPS for vBulletin -
by flohseHi Glenn, what do you think about adding "Like Counts" similar to "Like Counts on Postbit and Profile" (when this mod is in use) in...Yesterday, 11:28 PM
-
Reply to push notification prompt?by desmomaxhy glenn
have you thought about this?Yesterday, 05:44 AM

Comment