Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Tags
    3. help
    Log in to post
    • mana

      How to modify the automatic pop-up prompt window to add the site to the home screen function
      Technical Support • help • • mana

      2
      0
      Votes
      2
      Posts
      32
      Views

      julian

      @mana this is a feature that is available by default in v1.15.0, so once we release that version everybody will be able to add the forum to their home screen 😊

    • greenmoon

      Help Needed on Markdown
      Feature Requests • help markdown • • greenmoon

      4
      0
      Votes
      4
      Posts
      56
      Views

      greenmoon

      @oplik0 thanks a mil for this great input. 🙏 🙂

    • meghanmullally

      Heroku deployment issue
      Technical Support • deployment help heroku issue • • meghanmullally

      2
      0
      Votes
      2
      Posts
      92
      Views

      julian

      Are you running this on your local machine? Do you have build-essentials installed?

    • Soarin

      Category Teaser - How to show Sub-Categories
      Technical Support • help persona • • Soarin

      1
      0
      Votes
      1
      Posts
      71
      Views

      Soarin

      Hello, I'm wondering how I can make the teaser show subcategories within a main category. Currently it only shows the latest posts/replies from the main category and not what's inside of it:

      60bc13a1-48e1-42c1-9f37-5ac73d5155ca-image.png

      Inside of it:

      228efc57-0241-4be6-ae1e-363b15d712e9-image.png

      Is there a way around this? Thank you!

    • Soarin

      [Help] Steam Authentication for 1.12.0
      Plugin Requests • help plugin • • Soarin

      1
      0
      Votes
      1
      Posts
      237
      Views

      Soarin

      Hello! I was wondering if anyone has a working version of Steam Authentication for NodeBB 1.12.0, I'd like to make that my only form of signup since my forum is for Source games only, the current versions listed (I've tried 3 different ones on the plugins list) and none of them work.

      Thank you!

    • A

      Attaching Persona Theme Mobile Menu to Vanilla Theme
      Technical Support • help • • Atayz

      2
      0
      Votes
      2
      Posts
      508
      Views

      A

      Solution:
      I've copied the catagories.tpl from Vanilla to Persona, enabling me to use Persona's mobile menu with Vanilla's categories style, both.

    • A

      How to use "posts api"
      Technical Support • help templates • • Airee

      3
      0
      Votes
      3
      Posts
      1677
      Views

      A

      @yariplus said in How to use "posts api":

      {posts.post.user.sso-steam:steamid}

      Thank you, yari!

    • A

      SOLVED Two-column Persona Categories
      Technical Support • help theme • • Airee

      4
      0
      Votes
      4
      Posts
      2176
      Views

      A

      nah, not gonna do this.

    • S

      Error when trying to start NodeBB
      Technical Support • help mongodb ubuntu • • SparaxVenator

      6
      0
      Votes
      6
      Posts
      2507
      Views

      PitaJ

      @SparaxVenator try running npm install

    • Pramvir Rathee

      How to browse two or more tags topic ?
      Technical Support • forum indexing help support tags tags indexed • • Pramvir Rathee

      1
      2
      Votes
      1
      Posts
      951
      Views

      Pramvir Rathee

      I want to browse two tags topics in one page, which url should i put ?
      For example tags are

      anatomy surgery
      Now we know we can separately browse two with following urs /tags/anatomy
      and /tags/surgery
      But i want to filter the topics with both tags
      i tried something like /tags/anatomy+surgery
      */tags/anatomy&surgery
      but none of them work.
      is there anyway i can filter topics with two or more tags ?
    • A

      Can't Create new Topic, Reply or do anything
      Technical Support • cant create topic cant do anything help • • Aditya Tripathi

      8
      0
      Votes
      8
      Posts
      3809
      Views

      yariplus

      Did you get this working @Aditya-Tripathi ?

    • MagicVish

      Help Searching for Dev: Install Nodebb on Wordpress
      Technical Support • help install nodebb nodebb wordpress wordpress forum • • MagicVish

      4
      0
      Votes
      4
      Posts
      2191
      Views

      MagicVish

      @Kowlin Hey, thank you for your time in response, and for sure i have done my research on this amazing software forum, i agree it is one of a kind 🙂
      i have VPS server,
      you know anyone that can possibly help ?

    • S

      Invited (future) users can't register
      Technical Support • config help user invitation • • sfchun

      19
      0
      Votes
      19
      Posts
      6745
      Views

      S

      Thanks a lot for updating, and information !

    • Aphex124 -Mike-

      Page not loading fully
      Technical Support • help load nginx page • • Aphex124 -Mike-

      1
      0
      Votes
      1
      Posts
      1292
      Views

      Aphex124 -Mike-

      I have a problem, yet again...

      So recently, I have discovered that when I start NodeBB, the page only loads the top bar. http://prntscr.com/7jts5k If anybody knows how to fix this, your input would be appreciated.

      FIX: Stop the following services: redis-server & redis_6379. Run redis-server in the terminal to restart it. Restart nodebb.

      -Aphex

    • Aphex124 -Mike-

      Problems with subdomains
      Technical Support • domain help nginx subdomain • • Aphex124 -Mike-

      8
      0
      Votes
      8
      Posts
      3811
      Views

      A

      You can add it in your DNS settings of your domain.

    • tedr56

      Double Lavender
      Bug Reports • help lavender • • Ted

      4
      0
      Votes
      4
      Posts
      1887
      Views

      tedr56

      I think I resolved the issue.

      I uninstalled Lavender and reinstall it. Seems to be only one instance now

    • greasan

      Vanilla theme broken?
      Bug Reports • help • • greasan

      2
      0
      Votes
      2
      Posts
      1407
      Views

      baris

      Please post versions of theme and core nodebb. Sounds like there is a mismatch.

    • greasan

      Forbidden at Login
      General Discussion • help • • greasan

      4
      0
      Votes
      4
      Posts
      2770
      Views

      greasan

      Solved! Well, Uberspace ...

      Hope that will help other users to run NodeBB with Uberspace. The problem was the run-file I used for the daemon.

      This is my new code. ([USER]/etc/[YOUR-SERVICE]/run😞

      cd $HOME/[NODEBB-FOLDER] ./nodebb start

      In the official NodeBB documentation the preffered method to start is ./nodebb start.
      Don't follow third party tutorials in this case ... NodeBB seems unstable with other methods to start.

      I will test it further, but for now it seems to work pretty well.