• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.2 Latest
Buy Hosting

Staff

Employees & Interns of NodeBB

Private

Posts


    default searching settings
  • barisB <baris>

    You can control this in the ACP at /admin/settings/general#search-settings

    image.png


  • Social Share of Topics / Posts
  • barisB <baris>

    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


  • Add filter to individual topic
  • barisB <baris>

    There is no filtering do you mean sorting the replies? It is already available in the sort by dropdown.


  • How can I login my forum through the nodebb.org/dashboard
  • barisB <baris>

    @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.


  • How can I login my forum through the nodebb.org/dashboard
  • barisB <baris>

    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.


  • Opengraph image issue while sharing post url
  • barisB <baris>

    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.

    image.png

    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 modify data._header that's passed to the hook.


  • How do I retrieve the latest translations from Transifex without waiting for Misty?
  • barisB <baris>

    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


  • Category Follow/Unfollow
  • barisB <baris>

    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);
    });
    

  • Category Follow/Unfollow
  • barisB <baris>

    You can see which branch you are on at /admin/development/info

Member List

barisB baris
julianJ julian
vladstudioV vladstudio
gasovedG gasoved
PitaJP PitaJ
Jay MoonahJ Jay Moonah
B bentael
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development