Skip to content

General Discussion

A place to talk about whatever you want

3.9k Topics 23.9k Posts
  • 2 Votes
    3 Posts
    2k Views
    B-738B
    @omega said in NodeBB made it on to AdminZone "Best Forum Software" poll: Back in 2014... but I'm sure it can do better in 2024! IPB Votes: 63 22.9% vBulletin Votes: 12 4.4% MyBB Votes: 17 6.2% phpBB Votes: 10 3.6% NodeBB Votes: 5 1.8% SMF Votes: 15 5.5% Others Votes: 15 5.5% XenForo Votes: 115 41.8% BuddyBoss Votes: 2 0.7% https://www.theadminzone.com/threads/best-forum-software-in-your-opinion.116636/ Stupid ! Scam ....ALL PHP STUPID AND LAST century Forgot about PHP ....
  • Show us your rig!

    136
    0 Votes
    136 Posts
    102k Views
    gotwfG
    Updated my keyboard: https://xkcd.com/2150/ Rock On & Happy New Year! \o/ o/
  • client.css is returning a 404

    Solved
    5
    0 Votes
    5 Posts
    363 Views
    o              oO
    Thanks @baris. It was an obscure permission issue between Docker and DigitalOcean. Does nodebb not error out when it can't write files as expected?
  • Example nodebb sites?

    9
    0 Votes
    9 Posts
    2k Views
    N
    @crazycells From what I can tell, there aren't any videos on the board itself but links to youtube. I wondered if nodebb could handle video uploads itself. I would need to allow users to upload images and videos on their profiles, like a personal feed on social media. After doing more research, I see that images can be uploaded but videos have to be a link to the video. I see there are several embed plugins too. With that in mind, and since nodebb has an API, I can think of a few things that might work so need to look into those.
  • Update the installation instructions on Ubuntu

    9
    1 Votes
    9 Posts
    1k Views
    B-738B
    Use FreeBSD 14 all stable and last and easy to use
  • Install on FreeBSD

    5
    1 Votes
    5 Posts
    2k Views
    B-738B
    I use FreeBSD 14 with nodebb , no problem and all perfect
  • About seo

    21
    0 Votes
    21 Posts
    11k Views
    B-738B
    @julian said in About seo: @vitasllc will be fixed in v3.6.0 Some not critical issue with "COMMENTS" stay continued...
  • Add user via API

    4
    0 Votes
    4 Posts
    472 Views
    julianJ
    @chipvn thank you for the kind words happy holidays
  • NodeBB templating on other projects

    2
    0 Votes
    2 Posts
    307 Views
    barisB
    Yes if you have your own expressjs app then you should be able to use the templating engine we use. It is a separate project here https://github.com/benchpressjs/benchpressjs.
  • SOLVED: Canonical tags hurting SEO?

    68
    2 Votes
    68 Posts
    15k Views
    N
    So I close this yesterday and today I get this from Google; [image: 1703106715404-b75f4384-ab51-4873-b6b8-e6fb873a06c9-image.png] It's kind of odd really because other than posts on the forums, no changes really get made in the settings. Somehow Google just keeps everyone jumping and jumping.
  • Can admin send a pm to a user?

    6
    0 Votes
    6 Posts
    983 Views
    N
    Yes, enable, of course :).
  • Request an audio file at registration

    4
    0 Votes
    4 Posts
    549 Views
    julianJ
    Your best bet is to create a registration interstitial https://community.nodebb.org/topic/17662/how-do-i-create-a-registration-interstitial
  • How do I change my banner?

    2
    0 Votes
    2 Posts
    202 Views
    julianJ
    Banner? Please provide more info, thanks.
  • profanity filter that lets mods see what they actually typed?

    5
    1 Votes
    5 Posts
    591 Views
    LEVI HAVIVL
    Could it be that you have it installed? If it is not installed, then you will need to install it via npm. Connect to your server via ssh Go to your nodebb folder. Run the following command there: npm install nodebb-plugin-beep Go to your site, plugins, and activate the plugin. Reboot
  • Tags Title Case

    3
    0 Votes
    3 Posts
    331 Views
    barisB
    Tags are lowercased so we don't have to deal with different versions, NodeBB and nOdEbB would be different tags if we allowed uppercase letters. If you want them to have the first letter capitalized you can add the text-capitalize class to the tags. [image: 1702343859542-1d0937cb-ddad-4a7f-9467-c30201c5cd53-image.png]
  • User privileges

    8
    0 Votes
    8 Posts
    467 Views
    barisB
    If it is not showing in the UI you will have to look at the records in the database. Look at the key followers:<target_uid> if the uid of the other user is in there you can remove it. mongodb db.objects.deleteOne({_key: "followers:<target_uid>", value: "<uid_of_other_user>" }); redis zrem followers:<target_uid> <uid_of_other_user>
  • Trust levels as Discourse?

    7
    0 Votes
    7 Posts
    625 Views
    julianJ
    @darkpollo Thanks for the feedback. Yes, some sort of user/admin manual would be a good idea. Unfortunately we do not have the technical writers available to do this sort of work Getting technical documentation is already a feat In the meantime, we did have @jay-moonah put together the "Answers" category, which contains quite a bit of admin-related materials.
  • Category Follow/Unfollow

    24
    0 Votes
    24 Posts
    5k Views
    Mikkel LindhardM
    It was indeed not necessary to have the _uid.
  • Domain name change

    6
    0 Votes
    6 Posts
    471 Views
    N
    Wonderful then. This is usually a job that ends up being a rabbit hole with a lot of other software. Thanks. I'll give it a try.
  • How to change forum language?

    4
    0 Votes
    4 Posts
    1k Views
    phenomlabP
    @xianqu Admin->Settings->General->Default Language