I need help in developing a plugin
-
Hi, I am totally new in nodebb development. i wanna build a plugin.
How can i know if a user replayed to a topic or not in hooks?
-
Thank you. But I think Nodebb's Docs Needs Improvement.
-
Sir, How I suppose to do that?
I am Planning To Make a plugin Which Hides Contents Inside a tag. and Keep it hidden until the viewer replies to the post.I wanna do something like this.
[hide]
// Contents Should Be hidden Until the user Replies to this post
Super Secret
[/hide]I have created a simple plugin which hides the contents. But How can I show the content after the user replies?
Please Have a look at the repo.GitHub - bubundas17/nodebb-plugin-hide-contents
Contribute to bubundas17/nodebb-plugin-hide-contents development by creating an account on GitHub.
GitHub (github.com)
-
Hi Anybody here?
-
I would imagine you would add what @baris mentioned in here:
https://github.com/bubundas17/nodebb-plugin-hide-contents/blob/master/library.js#L19
if user is member of the poster set, return content as is