@oplik0 Thank you!
unbug
Posts
-
How to set post privilege? -
How to set post privilege?I want to prevent spam posts with disabling post setting. Only "Global Moderators" and "administrator" can post topics.
How do I change the setting? -
API to post topics automaticly?Is there APIs to post topics? I want to write a bot in my server, and it will post topics for me. what is the best way to do this?
-
Recent topics never shows up.I've install
nodebb-plugin-recent-cards
for v1.5.x and active it, event add "recent topics" to categories, but it never appear. -
How can I install a higher version of a plugin?@pitaj I can't take risky to do it again, sorry, I just remember the log keeps run
./nodebb upgrade
and keep failed. -
Some template gone in the widget setting, how to find them back?@pitaj I reset the theme bring them back
-
Some template gone in the widget setting, how to find them back?@pitaj I never change the default theme, that's why I don't know what happened.
-
Some template gone in the widget setting, how to find them back?I don't know what happens then I can't find category.tpl, topic.tpl in my widget setting panel. Is there any plugin do I need to install?
-
How can I install a higher version of a plugin?@julian I've tried
npm install --save [email protected]
, nodebb wont happy about it either. -
Who is using NodeBB? -
How can I install a higher version of a plugin?I've installed the v1.5.x branch, but the plugin
nodebb-plugin-composer-default
has issue to input tags, so I install the latest of it, but v1.5.x branch wont pass the build and failed to start, it only happy with the version inpackage.json
. I don't want to install the master branch duo to its not stable, and I don't want to use any other 3p plugin, what can I do about this? -
Markdown title support?I actually like to write a external link in topic's title, so I think its might be good if we support markdown in the title. Do I need to write a plugin or there is a better way to do this?