Skip to content

General Discussion

A place to talk about whatever you want

3.9k Topics 23.8k Posts
  • Sorting posts and transfer picture to a server

    2
    0 Votes
    2 Posts
    1k Views
    S
    nice feature
  • What i need to know before update to v1.7.0

    2
    0 Votes
    2 Posts
    888 Views
    PitaJP
    You should create a test environment locally with v1.7.0 and test the plugins with it.
  • nodebb 1.6.1 on heroku

    3
    0 Votes
    3 Posts
    2k Views
    D
    I was able to get around it by pushing all files to heroku git instead of mentioned files in documentations So, instead of, git add -f Procfile config.json package.json build && git commit -am "adding Procfile and configs for Heroku" I did, git add . && git commit -am "adding Procfile and configs for Heroku" This solved my problem. However, I have moved away from Heroku and deployed my forum on GCP.
  • Emojis not working

    12
    0 Votes
    12 Posts
    3k Views
    M
    @arso1er Hi there, I don't know whether your problem is as same as mine or not. But you can see this issue on github: https://github.com/NodeBB/NodeBB/issues/6074
  • I want to delete the registration button, how can I change it

    2
    0 Votes
    2 Posts
    841 Views
    lxt410725L
    I want to delete the registration button![0_1511150110372_1.png](Uploading 100%)
  • PHP Code to Node.js Code Conversion

    2
    1 Votes
    2 Posts
    2k Views
    G
    Assuming that you use it as a reverse proxy, I think you can do something similar with NGINX by mixing these guides: https://stackoverflow.com/questions/3542149/check-the-existence-of-a-session-nginx https://stackoverflow.com/questions/18970620/nginx-reject-request-if-header-is-not-present-or-wrong https://stackoverflow.com/questions/11461497/nginx-moving-site-to-new-domain
  • Is it possible to Turn Off Public GET API

    4
    0 Votes
    4 Posts
    2k Views
    PitaJP
    Unfortunately the "GET API" as you call it is integral to the functionality of NodeBB on the client-side. During the normal usage of NodeBB, it is constantly using the /api to load new pages, etc. It's not something that can be turned off, but it might be possible to restrict it to only accessible to users with a certain cookie. This doesn't currently exist, though. You can open an issue on Github if you'd like this looked into further.
  • password "somewhat guessable" complexity

    Unsolved
    1
    0 Votes
    1 Posts
    640 Views
    D
    It happens that I setup the minimum password complexity to 2 and user are not able to use password like Ulllll#n Where: U mean an uppercase l mean lowercase # a special char n a number I managed to get the green flag at 16 characters. Sounds like the 2 complexity level is a bit overkill
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    97 Views
  • What do the numbers in the active users dashboard mean?

    2
    0 Votes
    2 Posts
    2k Views
    barisB
    users = logged in users guests = non logged in users total = users + guests connections = number of socket connections open (usually equal to tabs open to your forum)
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    74 Views
  • Profile picture setting

    2
    0 Votes
    2 Posts
    1k Views
    PitaJP
    There are a lot of settings related to uploads. If you search for uploads, you should find them all.
  • Which theme for future NodeJS versions?

    Moved
    3
    0 Votes
    3 Posts
    2k Views
    P
    @julian @guts Slick theme is also bundled with NodeBB.
  • Post your forum and rate the forum before you

    1
    1 Votes
    1 Posts
    3k Views
    M
    Post the link to your NodeBB forum and rate the forum of the previous user. You can give a score of 1. very bad to 10. the best. [image: Dha1ysH.png] [image: Dha1ysH.png] [image: Dha1ysH.png] [image: Dha1ysH.png] [image: Dha1ysH.png] [image: fHirb4Y.png] [image: KDgmgLe.png] [image: KDgmgLe.png] [image: z11Toct.png] [image: z11Toct.png] I go first What do you think of my forum I use a dark (black and yellow) persona theme. I removed the profile pictures and make most of the images square with round edges.
  • Translate PHP to Node.js

    7
    0 Votes
    7 Posts
    3k Views
    P
    @julian He abandoned me. Please tell me what to do step by step to get something similar. Thanks!
  • Can not run nodebb

    2
    0 Votes
    2 Posts
    1k Views
    PitaJP
    The port 4567 is away in use, possibly do to nodebb already running. Google "how to kill process on port" and you should be able to kill whatever process is already running.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    14 Views
  • 0 Votes
    4 Posts
    3k Views
    leonrennzL
    Thanks so much, that makes sense. @PitaJ , @pichalite
  • [nodebb-rewards-essentials] after upgrade: ErrorIllegal reward - no inputs found!

    Unsolved
    5
    0 Votes
    5 Posts
    3k Views
    W
    What I tried in the mean time: did a fresh install of nodebb on my test system with git clone [email protected]:NodeBB/NodeBB.git -b v1.6.x run through the setup procedure , but kept the redis database. The problem remained. Then I stopped nodebb stopped redis deleted the redis database files started redis run nodebb setup That way I got a clean install without data and with default settings. The problem still exists: When you define a new reward the forms and pull downs are populated. After saving the rewards, leaving the page and coming back, the pull down menus for existing rewards are not populated and empty, while creating a new reward works well. After saving and reloading the rewards page, the error 'illegal reward. no inuts found' is displayed. Last but not least, no rewards are awarded to users.
  • How to redirect via a simple method?

    5
    0 Votes
    5 Posts
    2k Views
    a632079A
    @julian Thank you very much