Heisenberg submitted a new resource:
You must be registered for see links
- xenForo 2.x.x version new indicator appear after node title for unread postsSummary: A simple enhancement that will display a "New" marker after the node title of unread posts. You could enhance this further by using imagery which is your choice, basically adjust and style to your preference
Install: extra.less add;
CSS:/* xFDestek.com - Yeni mesaj belirleyici */ .node--unread .node-title:after { content: 'Yeni'; color: #ffffff; background: #ed7a16; display: inline-block; font-size: 9px; line-height: 2...
You must be registered for see links