[nodebb-plugin-custom-pages] Custom Static pages for NodeBB
-
-
@vitasllc The best place to learn about customizing NodeBB is to start with the docs:
https://docs.nodebb.org/en/latest/and to look at the source of plugins that do something similar to what you want to do:
(this one is very basic) https://github.com/NodeBB/nodebb-plugin-quickstart
(maybe search npm) https://www.npmjs.com/search?q=nodebb-plugin-and finally to ask questions to the wonderful community here when you aren't able to find answers:
https://community.nodebb.org/category/7/nodebb-plugins -
im trying to delete an item, i already deleted it via the options page for the custom page, but its still showing up in the header, any ideas?
-
@psychobunny
This plugin could use some documentation.
Any links google is hiding from me?Such as bbcode images, html formatting images, even the gallery lightbox plugin with this.
Thanks much! -
-
Hopefully you can update this soon. Thanks
-
Nothing seams to be updated on nodebb-plugin-custom-pages plugin. Is the core patched and does v.1.3.0 work now?
-
Should be good now as of 1.4.0, apologies for the late reply.
-
Hi, I just installed the plugin via the admin control panel in v1.4.3. I activated the plugin and restarted, but it doesn't show in the drop down plugin list, although it appears in the list of all plugins from the extend menu.
I'm not sure If i have done something wrong with the installation or have misunderstood how to use the plugin. Any help would be appreciated, thank you!
-
Updates Nodebb to v1.5.3 but all pages made with CSP are empty (see http://keen.wtf/rules)
Do more people have this problem, and is there a(n easy) fix for it?
-
Nothing seams to be updated. Is the core patched and does v.1.3.0 work now?
-
@maryhaugen said in [nodebb-plugin-custom-pages] Custom Static pages for NodeBB:
Nothing seams to be updated. Is the core patched and does v.1.3.0 work now?
I don't get this. What do you mean sir?
-
Updated plugin (v0.5.1) for the upcoming version of NodeBB (v1.6.0, or the
develop
branch as of this commit).Use plugin version v0.4.1 for NodeBB v1.5.3 compatibility.
Changelog
- Fixes for 1.5.3 and up
- Added permissions: restrict pages by group(s), registered users, etc.
- No restarts required anymore when adding/deleting pages
- Added
user
object to page data so you can do some benchpress logic - Deprecated custom
class
field, use.page-<route>
which is set by NodeBB core instead - Widgets get moved into the "Draft Zone" if you delete a custom page