@julian Thanks. I just want to keep the way lavender show the post preview without pinterest.
I set the height fixed up and it looks fine.
Just a temporary
Hưng Thành Nguyễn
Posts
-
Disable "pinterest" style of lavender theme -
Stop auto load installed plugins tabCurrently, in plugins pages. When I finish installing a plugin nodebb auto load back the installed plugins tab to activate the plugin.
This is annoying. I can activate later after I install a bunch of plugins.
I suggest to stop load back the installed plugins tab. Just let the user decide when they should activate the plugins. -
changing e-mail notification content@Paweł-Nowak I think you can do it your self by edit email.json file in public/language/your_language/email.json
To translate it for temporary. -
[nodebb-plugin-emailer-local] Local email pluginFor everyone want to send gmail mail. Just add
secureConnection: true,
in index.js
so it will be looked like this:var transportOptions = {
secureConnection: true,
host: Meta.config['emailer:local:host'],
port: Meta.config['emailer:local:port']
}; -
Documentation Translation@psychobunny you're welcome. Must say thank you guys for a brilliant forum base
-
I just featured NodeBB on my blog@Tan-Nguyen should write about the widgets system of nodeBB. Some kind of the most different thing I have seen in a forum system.
-
[nodebb-plugin-google-analytics] Google Analytics for NodeBB@tangibilizing yeah, it's working fine.
-
Chromebook giveaway - vote for us on CMS Critic!Voted. wish you guys can win
-
nodebb setup redis npm warn@peter It's just normal. It's because in package.json doesn't have repository field.
Just ignore it, it should still works fine. -
Forum Updated Message@peter for more details, when you restart/reload the forum in the ACP or in CLI, it will ask you to refresh the page to apply the changes such as templates... NodeBB is non-reloading template system, everything is loaded when you first load the forum. It just reload the data when you click the links or have a new data push to it then it render with preload templates.
-
Knowledge need to build a plugin?@Scuzz I'm kinda busy in these days and lazy too
Trying to learn how to push data to widget next weekend
Maybe we can be partners