XenForo
Administrative
- Thread starter
- Admin
- #1
Hey everyone!
So here's an example forum/thread I have:

I was able to easily add the custom icon for the main thread (Suggestions) using extra.less:
Code:
So I applied the same logic for the sub-categories (Approved, Denied...
Read more
ادامه مطلب...
So here's an example forum/thread I have:

I was able to easily add the custom icon for the main thread (Suggestions) using extra.less:
Code:
Code:
//Suggestions
.node--forum.node--id23.node--read .node-icon i:before{content: url(./images/suggestions.png);}
.node--forum.node--id23.node--unread .node-icon i:before{content: url(./images/suggestions.png);}
So I applied the same logic for the sub-categories (Approved, Denied...
Read more
ادامه مطلب...