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.
Best posts made by bubundas17
-
RE: Show GitHub stars, forks, npm Downloads beside plugin list.
-
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. -
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?
Latest posts made by bubundas17
-
RE: 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.
-
RE: I need help in developing a plugin
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. -
RE: I need help in developing a plugin
Thank you. But I think Nodebb's Docs Needs Improvement.
-
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?
-
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.