Welcome to vbmods.rocks! Get FREE and paid vBulletin mods, plugins, addons, API extensions, custom modules, custom BB Codes, vBCloud mods, CORE hacks, JS hacks, custom coding by Glenn, an ex-vBulletin Developer. You must register before you can post, download the files or copy the code from the free plugins.
Edit : Sorry it's works, i'm confused ! But it's possible also to have it on category home page forum ?
Attached Files
Last edited by fastphilou; 05-01-2023, 08:18 AM.
Reason: Edit : Sorry it's works, i'm confused ! But it's possible also to have it on category home page forum ?
By default, unread forums on Forum list shows blue speech bubble icon while read forums shows gray speech bubble icon. To make them more noticeable, you can add an "Unread" badge at the end of the forum title.
β
Simply add this custom CSS in css_additional .css template:
/* Unread Forum Badge - START */
.forum
This mod works in Topic List View (as mentioned in the title) and that includes in search results. You know it's Topic List View if there are Topic, Statistics, Last Post columns in the list.
On this site, you see My Started Topics, Today's Posts and Unread Topics links in the header navigation menu. They are all Search Results pages. Today's Posts and Unread Topics are both in Topic List view and thus you can see the Unread badge while My Started Topics is in Stream view without the badge.
The reason it doesn't work on Stream view is that vBulletin does not add read/unread indicator in the HTML for each topic in that view. The CSS code in this mod relies on that indicator in the HTML to add the Unread badge.
I'm not sure if this is something that can be fixed, but I added this to our forum however anytime I post and then go back to the Topic List View it shows the unread badge with my post as the last post. It's almost like it's not recognizing that the post I just made is not an unread post (if that makes sense). Is that the case for anyone else?
That's a bug in the software itself. Even without this mod, the issue still exists. The post title may sometimes still show as bold (which indicates unread state) even if it's already read. This mod just in a way makes it more noticeable because of the badge.
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...
Comment