Hi Anybody here?
bubundas17
Posts
-
I need help in developing a plugin -
Show GitHub stars, forks, npm Downloads beside plugin list.And also if you guys want more third-party developers to make plugins for nodebb, you should write the development docs properly that other developers can contribute. I had a hard time in figuring out the things while writing my first plugin for nodebb.
-
I need help in developing a pluginSir, 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)
-
I need help in developing a pluginThank you. But I think Nodebb's Docs Needs Improvement.
-
I need help in developing a pluginHi, 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?
-
Lock Post Contents.Hi,
I am finding a plugin for nodebb which will allow authors to lock/hide snippets of the post. and the reader/user need to do Certain actions (like replying to the post, Paying points, etc...)in order to gain access to the locked/hidden snippet.