[nodebb-plugin-static-page] Static Pages
-
I refactored this plugin and updated it to show an example of serving more than one static page for @xCausxn hope it helps somebody else
Pyschobunny is this going to be developed any further as it would be very useful to be able to edit this from admin panel so that it can be set up as a terms/privacy page? or as you suggested a gallery page.
I'd love it if somebody wants to take this plugin and make it work like that. Combine this with the sample admin page plugin and we have a winner I think. I don't really have the time right now though (maybe on plugin weekends :p)
-
@psychobunny Thank You
-
I hope you have not forgotten this plugin.
-
https://github.com/designcreateplay/NodeBB/issues/849
Once this is fixed static pages will allow to be ajaxified. -
@pillows have a look at the latest code, I put up two pages as an example
-
if https://github.com/designcreateplay/NodeBB/issues/913 includes custom JS scripts, I will kill -42, BUT will either fork this static plugin, or create a new one to be able to add external links, static-pages, from the Admin panel, without the need to hard code templates in the plugin it self.
-
: / not working with .4?
also.. github source is down.. any chance to know how its suposse to work
-
Hey @leonardo-galani I believe the static-pages plugin was taken down because there is a newer way to define static pages now. Please see these lines. It is listening to the
action:app.load
hook, and defines routes. -
'nodebb-plugin-kitchen-sink' is not in the npm registry
404 not found
Anyone else run into this issue?
-
-
@Tanner @a_5mith This plugin has been deprecated in favour of
nodebb-plugin-custom-pages
, which does not require any code writing at all.Kitchen Sink is a reference, and should not be installed on a NodeBB :P... people kept doing it, which didn't really make sense, because it... doesn't do anything.