nodle

Customer
I know this is possible, do you know how to have the "New" badge that displays on the node/forum list show to logged in members only when a new post is made, instead of showing it all the time and to guests?
 
This will hide it for guests, place it inside extra.less

Code:
[data-logged-in="false"] .node.node--unread .node-title:after {
    display: none;
}
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back