You can run git cherry-pick 74aa12c95b2acd3dab01b283c33eb24a358411aa to get it.
Create a custom page within NodeBB application
-
Hi Guys!
I have being trying with NodeBB for about one week and what you guys created is awesome. I am a software engineer but web development is not my strength so I hope the community here can give me some help
What I am trying to achieve is to create a custom page within the nodeBB application that I can build with html/javascript. Something like the picture below
I did some research and it seems like the custom page plug-in is the solution I am looking for. I follow the steps to install the plug in and create a custom static page in the admin tool after i deploy it locally.
However after this I am not sure what to do. I have create a new route to "/Woo" but where can I edit the page? (am I suppose to create/edit within nodeBB source code?) Sorry if this is a stupid question. -
Opps I think I figure it out XD I just have to go to the widget section and select the custom page i created.