Skip to content

General Discussion

A place to talk about whatever you want

3.9k Topics 23.8k Posts
  • Trying to purge users from command line `node purge.js user`.

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    M
    @baris Hm was doing similar approach, please check my another question with path.js error.
  • What plugin creates those colored featured-post blocks?

    3
    0 Votes
    3 Posts
    1k Views
    C
    Thanks! Much appreciated. Sorry for the late reply, didn't notice the notification until now. Do you happen to know about a bug that breaks the links in the Featured Topics boxes? I've tried three different plugins now that display featured topics and on each one the links are broken. The "Suggested Topics" and "Popular Posts of the Day" both work, but Featured links don't.
  • Strategic multiplayer board game website, please criticize!

    5
    0 Votes
    5 Posts
    3k Views
    Z
    @julian unit types are hidden until they fight. the scout needs to know which unit is the actual enemy's base, and if it makes a mistake, it will die. Also, yes the base can be simply covered by any other unit. Scouts only move in a straight line. Zone of Control is a GREAT idea, I will look into that. It may come into upcoming versions of the game, but it will need to be play tested first. The current rule-set has been play tested with a couple friends for over 250 games and was designed with balance in mind. Try a few games, play a best out of 7 with someone! (like me)
  • Adding fields to topics/posts

    Unsolved
    3
    1 Votes
    3 Posts
    2k Views
    J
    You mean add tags after the fact? Only a mod or the OP can edit a topic and add them. Tags are not available for posts but I really, really, wish they were.
  • Issues Installing - Hired Help?

    3
    2 Votes
    3 Posts
    1k Views
    julianJ
    Glad to hear it!
  • About timestamp changes

    10
    0 Votes
    10 Posts
    3k Views
    E
    @julian said in About timestamp changes: I've adjusted the milestone setting for that issue accordingly. It'll be in the version to-be-released. Thanks
  • 0 Votes
    1 Posts
    877 Views
    M
    I want to use the SSO plugins for Twitter and Facebook, but I don't like it the plugins pick the real names from Facebook and Twitter for NodeBB forum. I don't want to enable username changes, but I want the users if they use SSO plugins that they can set their username, and not forced to use the real name of facebook/twitter. People of my forum complained, because they didn't want their full name was their username on my forum.
  • Is it possible to serve static files with another server?

    2
    0 Votes
    2 Posts
    2k Views
    Z
    I would suggest to put your nodebb behind nginx, and have a location block matching static content use a proxy_pass directive pointing to your static server. Use this as reference: https://nodebb.readthedocs.io/en/latest/scaling/index.html#use-a-proxy-server-to-serve-static-assets And adjust it to have a proxy_pass http://static.example.com; instead of searching the local filesystem (ie, replace root and try_file directives) under the static content location block. I believe this should work
  • Anchor headers

    5
    0 Votes
    5 Posts
    2k Views
    R
    @yariplus No one updated plugin found
  • Small images preview in topic

    1
    0 Votes
    1 Posts
    807 Views
    R
    Hello! I need to post many images in post (for example 100px width) and on click enlarge to full size (for example in popup frame). I'm try nodebb-plugin-image-sizer (but it not comptiable with latest version of NodeBB). How plugin I can use for change image size in post?
  • Groups

    2
    0 Votes
    2 Posts
    1k Views
    P
    @Ryan-Feng said in Groups: Hello, I have some questions/requests. Auto-Assign Groups What plugin, or setting, would I find for auto-assign groups. Example: when a user gets banned, they will be automatically moved to a group named "Banned". You would have to create a plugin to add users to "Banned" group when they get banned. System Groups How would one change the Group Name of the two system names? You wouldn't want to do that. Lot of code is based on those names. Changing them will break things.
  • Change user's reputation in widget

    4
    0 Votes
    4 Posts
    2k Views
    yariplusY
    You would need to make a plugin to listen for a socket event, and in the widget js send the needed data to verify the request server-side. After adjusting the reputation and sending the new rep back, you probably want to make a db key to record the last action taken, such as how core uses pid:x:upvote
  • Terms of Use - width on mobile

    1
    0 Votes
    1 Posts
    892 Views
    E
    Term of use is only using 50% width on mobile view using chrome on android. Issue is both on v1.x.x and master.
  • What's the name of this plugin ?

    6
    0 Votes
    6 Posts
    3k Views
    SuperMikeS
    @baris said in What's the name of this plugin ?: Are you using persona? This is only added to persona so far. Hi, @baris caused by my fault since I have not migrate the latest persona template. Everything works well now. thanks!
  • Help NodeBB doesn't work after upgrade to 1.3.0

    Solved
    26
    0 Votes
    26 Posts
    9k Views
    M
    @PitaJ said in Help NodeBB doesn't work after upgrade to 1.3.0: i love you bro
  • Few Questions

    2
    1 Votes
    2 Posts
    1k Views
    P
    @Chad this plugin provides support for importing from xenforo. https://github.com/akhoury/nodebb-plugin-import There is one catch with that plugin. You will have to install NodeBB v1.0.0... complete the import and then upgrade NodeBB to latest version. Chats are integrated into NodeBB. No plugin required. Supports one-to-one and group chats.
  • Introduction

    1
    0 Votes
    1 Posts
    716 Views
    L
    Hello NodeBB Community I am Lessure and I am a NodeBB user! I just joined the forums and I wish to help the community out! I know how to fully setup a NodeBB Forums and I love how NodeBB is designed. NodeBB is like a baby to me as it is something I could not live without!
  • Extract all information for one user

    2
    0 Votes
    2 Posts
    1k Views
    M
    Extract all data for one user: example on this forum: https://community.nodebb.org/api/user/egut Deleting a user: Write API plugin https://github.com/NodeBB/nodebb-plugin-write-api
  • Make topics from a categorie not vissible in recent topics

    7
    0 Votes
    7 Posts
    3k Views
    M
    @MJ Try limiting category only to certain user group (example: admins or moderators).
  • Choice of Grid Layout for Topics

    8
    0 Votes
    8 Posts
    3k Views
    C
    It's just like the layout I was requesting in this post https://community.nodebb.org/topic/9679/new-nodebb-theme-layout Hopefully one day there will be more theme choices