[nodebb-plugin-custom-homepage] Basic CMS plugin - custom homepage
-
@Xiph said:
If I navigate to the custom homepage from any other page, only the sidebar loads.
UPDATE: After some (re)starts it seems to work perfectly fine, though most of the time the aforementioned bug still occurs. Basically, restart 'till ya get lucky.
I checked the console for any particular errors or warnings related to this plugin, but there appear to be none. (although there's plenty of plugins complaining about either staticDirs or callbacked.nodebb-plugin-emoji
seems to find it necessary to print that particular warning a couple billion times) -
@Kamal-Patel In my case the plugin only crashed the instance of NodeBB running and I could just restart it - the plugin was still disabled though, and trying to activate it just results in the same crash.
If restarting doesn't work for you, you can try running./nodebb reset plugins
. That should just disable all plugins. -
@Kamal-Patel said:
How do you manually remove (all?) plugins so that NodeBB can restart safely?
Instead of disabling all plugins, might be better to remove the plugin that caused the problem.
npm remove <insert-plugin-name-here>
should do it. -
A small, trivial issue, but driving me nuts....
Where oh where do i fix this title....
and, i'm a nodebb noob... somewhat....
-
Hey @nexed, I fixed the broken tooltip, update to 0.0.2
-
@psychobunny thanks!
-
@lin It took me a while to figure out this plugin too...
So go to Themes -> Widgets in your admin panel. You will see new template areas starting with the name "Custom HP". Drag and drop your widget elements in there to get started.
Also, this plugin creates a navigation link at the top. "Chat Bubble" icon... click that and it will bring you to your regular nodebb category listing.
-
As @nexed says, this plugin overrides your existing homepage and introduces new widget areas which you can use to populate with... you guess it, widgets!
You can combine this with the
-featured-threads
plugin, to show a specific set of topics on the home page. -
This post is deleted!
-
Question @psychobunny : The custom sidebar widgets only show up to logged-in users. Is there a way to make them show up to everyone? I left "hide from anonymous users" unchecked in the widgets.
-
@zenkamal said:
- None of the topic lists have a "New Topic" button (hence the widgetized homepage also doesn't have one with the recent view list). Is it possible to add the "New Topic" button to each page (recent posts and popular posts), or manually add it to the custom home page?
Great plugin, very useful, however I get the same issue above. Is there a work around/fix for this? How to get the New Topic button's back?
To be clear, there are no New Topic buttons on any category pages. Tried playing with the AccessControl, and that did not change anything...EDIT:
Did a fresh install with 0.4.x and seems to be working ok.