@pitaj said in Slug translation ?:
You can't. It's been an often requested feature, but the slugs are hard coded throughout the NodeBB codebase.
Got it , Thanks
@MJ Yep.
Yes, it's an upgrade blocker for us but then we don't really need upgrading.
Hopefully you can update this soon. Thanks
This plugin works fine on master branch.
Nothing seams to be updated on nodebb-plugin-custom-pages plugin. Is the core patched and does v.1.3.0 work now?
1.4.0 at least appears to just work.
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.
user
object to page data so you can do some benchpress logicclass
field, use .page-<route>
which is set by NodeBB core insteadI get incorrect urls for the "recent view" module (v0.4.1): mydomain.com/%7Bconfig.relative_path%7D/topic/2/foo-bar
@psychobunny thanks a lot
I created a static page for displaying my privacy policy and TOS.
I added some contents to the page in the Widgets tab.
But when I navigate to the page, it is empty. No content is being shown.
Can anyone help me with this. Thanks a lot..!
Have you tried doing a ./nodebb build tpl
and then restarting NodeBB? Not sure if that will fix it, but worth a shot.
@julian
I am using a hosted solution. So I don't have access to command line.
Any other ideas?
Hi @Vamsi-Krishna, just following up here as well that we've received your support ticket and have addressed your issue. Let us know via support if you have any other questions.
Thanks!
After upgrading nodebb from v1.5.2 to v1.6.0 and updating the plugin to 0.5.3, the layout of some (but not all) of my custom pages are messed up!
Any hints or ideas?
After looking deeper into the issues, I found the root cause of the first two issues in an invalid html code inside the container of one of my used widgets! So no plugin or v1.6.0 problem !
The third issue "In case of a page footer, the global footer is shown on top of the page footer" seem to be a valid finding. But it is not critical for me. I will raise a bug on github.