[1.2] Subforum unread/read Icons (Indicators)

Unmaintained [1.2] Subforum unread/read Icons (Indicators) 2013-06-20

No permission to download
subforum-indicator.webp


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

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

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; }

Latest reviews

Good css. Thanks, I was looking this. :)
So good!
Excellent addon, thank you very much for your help and for your effort!
Installed and looks great! Thank you Shelley!
Nice. Works like a charm.
Awesome modification thanks
Excellent, as always!
E X C E L L E N T!!!
Thank you SO MUCH!
Excellent
Top Bottom