You can control this in the ACP at /admin/settings/general#search-settings
Staff
Employees & Interns of NodeBB
Posts
-
-
Those new sharing options are gonna be availablein 3.6.0, but if you want you can add them with this commit https://github.com/NodeBB/NodeBB/commit/ace171a6bf7219c221a1a01e6ada7751f277e2ec
-
There is no filtering do you mean sorting the replies? It is already available in the sort by dropdown.
-
@clijiac I've sent your sso plugin a pull request to fix an issue, https://github.com/xiaoxinw/nodebb-plugin-sso-imleagues/pull/2/files. Please try login again and see if it works.
-
Hello @clijiac, I see the sso plugin is installed & activated ([email protected] (installed, enabled)
Please reach out to us at [email protected] so we can debug further.
-
Seems like whatsapp prefers to pick a different og:image then linkedin. If you inspect the source of that page you can see all the different og:image tags set.
Linked in uses the first one, whatapp seems to pick the last one which is the og:image uploaded in the ACP page.
If you want to get rid of some of these on the topic page you can probably use
filter:middleware.renderHeader
and modifydata._header
that's passed to the hook. -
Translations are pulled regularly into the develop branch so whenever the next minor version is release ie 3.6.0 they become available. See https://community.nodebb.org/topic/17189/how-do-i-retrieve-the-latest-translations-from-transifex-without-waiting-for-misty for manual commands
-
Seems to work on this forum with the below code.
const api = await app.require('api'); api.put(`/categories/2/watch`, { uid: 1, state: 'watching' }).then((data) => { console.log(data); });
-
You can see which branch you are on at
/admin/development/info
default searching settings
Social Share of Topics / Posts
Add filter to individual topic
How can I login my forum through the nodebb.org/dashboard
How can I login my forum through the nodebb.org/dashboard
Opengraph image issue while sharing post url
How do I retrieve the latest translations from Transifex without waiting for Misty?
Category Follow/Unfollow
Category Follow/Unfollow