Skip to content

General Discussion

A place to talk about whatever you want

3.9k Topics 23.9k Posts
  • Login Page Blank

    17
    0 Votes
    17 Posts
    3k Views
    oplik0O
    Now I just feel the need to create nodebb-plugin-rot26. BRB, trying to mock bcryptjs to provide genSalt and hash functions that do nothing and compare function that just compares two strings
  • Problem of solr plugin

    21
    0 Votes
    21 Posts
    3k Views
    S
    Yes I found that https://github.com/joe1chen/nodebb-plugin-search-elasticsearch It looks it is not updated lately
  • How to move emoji?

    3
    1 Votes
    3 Posts
    498 Views
    S
    Updates: we dont need to do anything. We dont even need to install the plugin. It is there. All the emojis were moved to another server. Magic!
  • nodebb allows users to change the skin and save this appearance?

    Moved
    4
    0 Votes
    4 Posts
    938 Views
    gotwfG
    @oplik0 said in nodebb allows users to change the skin and save this appearance?: @rivalite said in nodebb allows users to change the skin and save this appearance?: 6.I just signup here using an email from https://temp-mail.org/ . Is there a spam filter to don't allow users signup with https://temp-mail.org/ ? This spam filter is free? https://github.com/NodeBB-Community/nodebb-plugin-email-blacklist - didn't test it with 1.13, but I think it should work considering it was updated 4 moths ago. Cool. Has not been a big issue for me (most problem accounts come from gmail, yahoo, hotmail, etc. - shells hidden w/in shells like Russian dolls) but it is an election year and I expect things to become increasingly nasty for community forum sites. Thanks for the tip.
  • How to Server Restart Automatically in VPS?

    1
    0 Votes
    1 Posts
    257 Views
    Varun Ganesh DV
    Hello In Heroku Automatically Node Start work How it would be in VPS? Is there any option to server restart automatically if any crash? Or we need to run manually by logging in SSH?
  • Dilemma when I move existing nodebb to another server

    3
    0 Votes
    3 Posts
    609 Views
    S
    @PitaJ Yes.... Forgive my stupid question.......AhAhAhAh..
  • where am I supposed to upload if I want to access nodebb.org/xxx.html

    2
    0 Votes
    2 Posts
    575 Views
    gotwfG
    @sharonyue said in where am I supposed to upload if I want to access nodebb.org/xxx.html: My domain is http:xxx.com, I want to access http:xxx.com/Bw3lRApMc4.txt for verfication. Which folder am I supposed to upload this Bw3lRApMc4.txt file? I tried to set up the nginx: [snip] location /Bw3lRApMc4.txt { alias /nodebb/Bw3lRApMc4.txt; } Is the alias path the actual path? I presume nginx has access to that dir? I might suggest stashing that file in a dedicated dir of it's own rather than have misc. stuff in your nodebb root dir. Else maybe /nodebb/public. Here is the snippet I use for dehydrated: location ^~ /.well-known/acme-challenge { alias /var/www/dehydrated; } The caret tilde (^~) modifier turns off regex matching. No modifier at all means location is interpreted as a prefix match. In any case, I am unsure what your config at large is and what you are trying to accomplish but I suspect you need to tweak the modifier on you location statement, e.g. maybe an equals sign (=)?? Here's a link to the nginx location directive docs. Adapt accordingly? This just a quick look. Not an nginx guru and I need some coffee so I may have missed the obvious? Good luck!
  • View user chat

    1
    0 Votes
    1 Posts
    347 Views
    M
    Hello everyone I want to be my forum manager Watch users' chat Do I have a way to do that? editing: I saw this issue here
  • How to remove `Mark unread`?

    3
    0 Votes
    3 Posts
    431 Views
    S
    Thank you. Looks the first one is the simplest...
  • Installation problem

    1
    0 Votes
    1 Posts
    265 Views
    eliyahuE
    Hey I'm trying to install the forum for windows but when I get to the stage of connecting data to the forum then pretending to tap something And everything is fine
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    5 Views
  • Hello, I'm still confused with license issues, can I get some help?

    4
    1 Votes
    4 Posts
    614 Views
    James D.J
    @PitaJ @oplik0 Thank you for your reply! it helped a lot
  • Dashboard vs Analytics

    1
    1 Votes
    1 Posts
    272 Views
    E
    Hey everyone, how would you explain the huge difference related to the views by guests shown in the dashboard (ACP) in comparison to the views shown in Google Analytics? Which number would you consider as trustworthier?
  • This topic is deleted!

    1
    1 Votes
    1 Posts
    25 Views
  • Non-admins Managing Hidden Group Members

    7
    0 Votes
    7 Posts
    1k Views
    y hY
    Was there any progress mage on this issue?
  • Propose a user group: `Admins of NodeBB-powered sites`

    1
    1 Votes
    1 Posts
    531 Views
    xinbenlvX
    Since community.nodebb.org are for discussing the platform of NodeBB, it probably make sense to have a group that is whoever has a verified nodebb deployment and as admin. Having such group will help motivate more people to ask questions, help those site admins and also a promote a culture of community target: the "user" of NodeBB software itself: the site admins of NodeBB. I checked the group and it seems it doesn't exist yet. WDYT?
  • 1 Votes
    1 Posts
    323 Views
    oplik0O
    I'll soon be creating a custom theme and some plugins for a forum that is already in use and I'm thinking about running second instance on beta.forum.url with the new theme and plugins enabled when it's close to being ready (but in need of testing), that I'd like to work with the same database as the main forum - so that users can just use beta if they want to preview new features while still using the same forum as others. Now, I know that the list of themes/plugins enabled is stored in database, so I'd probably need to do something about that, but is there anything else that would stop me from running two instances with a bit different configs off one database? Some sync issue with posts/topics or something like that? EDIT: actually, since I might as well help others, would it be a good idea to add an option to add some instance identifier to db plugin entries to core? Perhaps in config.json? So that if it's set NodeBB would look for plugins:<instance>:active for example.
  • Bulleted lists : can I get rid of them ?

    3
    0 Votes
    3 Posts
    595 Views
    CaptainKC
    @julian Thank you for your answer, and yes, that could be where the problem comes from. I have these plugins on : default composer, alignment, markdown, simple spoiler. PS. But I don't have the "redactor plugin" if by that you mean a wysiwyg editor.
  • 0 Votes
    3 Posts
    448 Views
    S
    @babaliaris who is calling the logger.mysql () function... probably a browser.. but the CONST DB was done in the main process I would guess..
  • Customize Emoji does not work

    19
    0 Votes
    19 Posts
    2k Views
    S
    Thanks for the effort. @PitaJ Its okay.