[nodebb-plugin-custom-pages] Custom Static pages for NodeBB
-
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.
-
How can i set Path to Page to /
It won' t save.
-
I want a custom page for / ie www.test.com not www.test.com/pagename.
If I klick the logo it works but if i reload the browser or enter the link www.test.com it redirects to www.test.com/pagename.
I only want a standard custom homepage just like the custom hompage plugin worked, am i missing something here @julian
-
(@MJ late reply, but this has been fixed in the latest plugin and NodeBB core btw)
-
@psychobunny : Can you please look into https://github.com/NodeBB-Community/nodebb-plugin-custom-pages/issues/57. It seems the latest version 1.10.2 has an issue at least in some installations . Many thanks in advance!
-
Should be fixed in 1.0.2 of this plugin
-
Hello !
I need to change some bootstrap classes in custom-page.tpl (to change sidebar dynamical width for example as I have already done it in my own theme templates files). I can do it directly in nodebb-plugin-custom-pages/templates/custom-page.tpl but it will be replaced on each package upgrade... Not great !
Is there another way to do it without this problem ?
Thanks in advance !
-
@julian The problem is not here. I see the page but I want to change its template.
To explain more :
- I create a custom page /accueil with the custom-pages plugin which seems to auto-generate accueil.tpl.
- I cannot change accueil.tpl without changing this custom-pages module (?). No success playing in my own theme or from another plugin.
I will also need to change the onlineusers.tpl template from widget-essentials and I think I will have the same problem (?).
-
Can we use this plugin to add announcements, reference to rules, or any html specifically to the login page?