Look forward to the new ACP
fiag
Posts
-
Like the new ACP? Check out what's next... -
Admin section is amazing in 0.8.0well done
-
Share post in short link@rbeer Thank you
-
Enable guest to create topic failI can't reproduce the bug after a while. It may cause by cache.
-
Enable guest to create topic failAlready enable "guests" group's "Create Topics" and "Reply to Topics" options in Privileges / Access Control, Categories Control Panel.
But NodeBB always redirect to login page when click the "New Topic" button.
NodeBB version: 0.7.0 -
Share post in short link -
Best email plugin to use@Jenkler @julianlam My pull request https://github.com/NodeBB/nodebb-plugin-emailer-local/pull/10
Screenshot:
-
Who is responsible for the swedish translation ?ACP i8n is an exciting feature. If done, local admins can manage their NodeBB more efficient.
Looking forward to it -
Best email plugin to useI had modified the nodebb-plugin-emailer-local plugin.
Add a checkbox, 'Enable secure connection' option.
https://github.com/fiag/nodebb-plugin-emailer-localHope it helps.
-
Is there a plugin allows current users to vote the new registering?emm.. most likely Mozillians Vouching
-
Firefox Developer EditionFirefox is my independent choice.
-
How to insert video ?Is there a way to insert video which uploaded as attachments, like http://mydomain/uploads/xxx.mp4 ?
-
How change timezone?@julian The time string is always UTC time. It seems that we need a new feature to translate it to local time based on user's timezone setting and a global timezone setting for guest.
-
A better way to organize plugins in the ACPGood idea!
And some categories like:- SSO
- Anti-Spam
- Emailer
- Search
- Widget
-
I have a problem when i replied the topic- backup your codes.
git clone https://github.com/NodeBB/NodeBB.git
cd NodeBB
- switch to tag that you modified from. Perhaps, v0.4.3? e.g.
git checkout v0.4.3
rsync
your codes to the clone.git commit
,git tag my_tag
,git checkout master
,git merge my_tag
- You may have to solve conflicts by yourself.
-
[nodebb-plugin-emailer-local] Local email pluginHi @psychobunny,
would you add an option to enable SSL encryption?
Some SMTP server only support SSL connection.
Many thanks! -
Templates System@Tanner maybe the wiki pages had been merged into docs.
Creating a new NodeBB Theme
Writing Widgets for NodeBB -
[nodebb-theme-lavender] Lavender Theme for NodeBB@psychobunny Thanks a lot.The .tgz file from npm was really corrupted. I can use
git checkout tags/v0.0.68
to get the suitable version.