Theme editor



Subforum Unread/read Icons (indicators)

How To Subforum Unread/read Icons (indicators)

thxf.org thxf.org is verified member.

Administrator
Staff member
Admin
Thread owner
Summary: this small edit will allow for you to have read & unread post icons (indicators) to the left of the xenforo subforum grid titles.This enhancement is for xf v1.2 and above.

Install: Upload the images in the zip archive to your /icons folder and paste the following into EXTRA.CSS

Code:
.subForumList li .nodeTitle:before {
  background: url("@imagePath/xenforo/icons/subforum-read.png") no-repeat left center transparent;
  height: 10px;
  width: 10px;
  content: "";
  padding-left: 12px; }

.subForumList li .unread .nodeTitle:before {
  background: url("@imagePath/xenforo/icons/subforum-unread.png") no-repeat left center transparent;
  height: 10px;
  width: 10px;
  content: "";
  padding-left: 12px; }

Additional Note: To enable the xenforo subforum grid layout you will need to go into Style Properties >> Forum / Node List & uncheck the checkbox show sub-forum popup box.
subforum-sp.webp
 

Attachments



Similar threads

Would you like to have thread status icons on the left side before thread title? Add this to your extra.less template: *this will work on thread list, what's new and new posts page, on mobile view...
Replies
0
Views
4K
  • Article Article
XenForo 2.0.12 is now available for all licensed customers to download. We recommend that all customers running previous versions of XenForo 2.0 upgrade to this release to benefit from increased...
Replies
0
Views
2K
  • Article Article
This latest update of vBulletin 5 Connect includes well over 440 bug fixes and enhancements to the product. Most of these fixes and updates focused on: Performance Optimization – incremental...
Replies
0
Views
5K


Back
Top Bottom