Nodebb--[nodebb-plugin-custom-pages] Custom Static pages -


i have set community site on nodebb , i'm having issues custom static pages plug-in. initially, when nodebb reloaded content delete. after fixing issue hosting nodebb site elsewhere, realized nodebb plugins still live locally. custom static pages not working. site has capability of supporting 1 custom static page , rest show error: http://i.stack.imgur.com/zqxag.png

(this not type of error, it's recent 1 keeps coming up.) need integrate static pages on site. ideas how can fix issue? or suggestions option incorporate static pages on nodebb? thanks!

i faced same issue custom static pages plugin. found out after restart wasn't creating tpl files in build/public/templates folder. causing page not found error you.

  • a hacky fix worked me create tpl file name of route. solved error , able see custom page.
  • proper fix worked me these steps in order

    • uninstall plugin
    • stop nodebb app
    • install plugin via command-line i.e npm install nodebb-plugin-custom-pages

    • remove manually created tpl files in build/public/templates

    • start nodebb app.

hope helps.

nodebb version 1.4


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -