@1castro https://github.com/pichalite/nodebb-plugin-emailer-mailjet/pull/3
It is up to @pichalite now.
How to hide the posts that have been marked "Resolved" in the Plugin Q&A?
is there any switch can hide the posts which was marked "Resolved" by the Plugin Q&A?
Not a direct answer but take a look at @julian's "down voter" plugin,
https://github.com/julianlam/nodebb-plugin-dwnvtr
You may be able to modify the algorithm to look for something specific to a "resolved" post or you could copy out the opacity bits and add it to the Custom CSS
setting area.
@rod Boy, haven't seen that plugin referenced in ages!
@rod said in How to hide the posts that have been marked "Resolved" in the Plugin Q&A?:
Not a direct answer but take a look at @julian's "down voter" plugin,
https://github.com/julianlam/nodebb-plugin-dwnvtr
You may be able to modify the algorithm to look for something specific to a "resolved" post or you could copy out the opacity bits and add it to the
Custom CSS
setting area.
not have idea for this yet. can someone help to look at this?