@julian I've done both. Thanks for the response.
rchowell
Posts
-
SOLVED: Plugins do not stay when I activate them. -
SOLVED: Plugins do not stay when I activate them.So this issue is actually more complex than I thought. If you have deployed through Heroku, you must define all plugins in your package.json because each time you reset NodeBB, Heroku parses your package.json and runs npm-install which clears all of the plugins that you add from the Administrator's panel.
So to use Heroku and plugins, declare them in package.json and not the admin panel!
-
SOLVED: Plugins do not stay when I activate them.Looks like I have to reload after every single install. My problem is that I would activate multiple plugins at once. You must do them one at a time.
-
SOLVED: Plugins do not stay when I activate them.SOLVED
On my admin page I can upgrade, install, and activate plugins, but once I do the required restart they go away and I must reinstall them all again. Am I do something wrong? Any help will be appreciated.
-
I have started a new business but am confused how to attain attention of the customers?Hahah the width is too damn high. Looks like the CSS class .video-container has no set width or max-width. Hopefully a simple:
.video-container{
max-width: 360px;
}can be added!