It’s possible gwenael I user sélect solved thé plugin add on title subject [SOLVED]
?
There’s nothing in the plugin currently that would do this, but it may be possible to do something visually with a theme component?
2 Likes
Hello
Yeah it’s possible with a simple CSS code too.
.topic-list-item {
&.status-solved {
.title {
&:before {
content: "[SOLVED] ";
}
}
}
}
Result
4 Likes
Ok thank’s but this is just for topic list, when i enter on subject no SOLVED show on topic
what the css necesarry add for this ?
Hello
I’ve made a theme component for this.
6 Likes