That is static HTML. If you are looking for a plugin that displays topics as a blog post, you may be interested in nodebb-plugin-featured-topics-extended. Example here. https://forums.stonebound.net/
Unsolved How to hide the posts that have been marked "Resolved" in the Plugin Q&A?
-
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?