Skip to content

General Discussion

A place to talk about whatever you want

3.8k Topics 23.2k Posts
  • How to check if user is admin?

    4
    0 Votes
    4 Posts
    2k Views
    PitaJP

    Alright, thanks guys.

    The user.isAdministrator function was what I was looking for.

  • [Solved] How to center images in post?

    2
    0 Votes
    2 Posts
    2k Views
    esiaoE

    @humanmadeaccount Use nodebb-plugin-buttons-galore text align is added in it 🙂

  • who's going to Nodevember?

    4
    0 Votes
    4 Posts
    2k Views
    julianJ

    @bentael best way to secure a ticket now would be to win the plugin contest 😉

  • Create an account via third party app

    1
    0 Votes
    1 Posts
    684 Views
    babaggeiiB

    We have a separate user management system where we want our own users to have the ability, via our admin pages, to create users on our NodeBB installation.

    Essentially it's a debating club for kids, and we want the parents (or schools) to create accounts on our current system, then be able to create logins for their kids on the NodeBB installation. What would be the best way to go about this? Would it require a custom plugin?

  • nodebb doc link website offline

    5
    0 Votes
    5 Posts
    2k Views
    P

    @julian Not a problem. It's back. Hope to find gold!

  • 0 Votes
    6 Posts
    2k Views
    S

    @baris 😄 now I understand.

  • Authorisation for app on same server as NodeBB

    6
    0 Votes
    6 Posts
    2k Views
    babaggeiiB

    @babaggeii ...simpler to write too.

  • Struggling to set up NodeBB on local computer

    5
    0 Votes
    5 Posts
    2k Views
    julianJ

    @Xiph said:

    It'd probably be wise to take a backup of your database if you want to try it.

    Always a good thing to do when automated tools supposedly mess around with your data 😄

  • Backup and Restore Process

    3
    0 Votes
    3 Posts
    2k Views
    P

    @baris thank you! I will give this a try.

  • Looking for a complete backup solution

    8
    0 Votes
    8 Posts
    4k Views
    aixnrA

    Cronjob sounds great. I would use the S3 to store the backup files.

    For backing up the site, I'd use 2 different solutions. Daily DB backup with Cronjob, and another one is instance snapshot. Installed NodeBB on a Docker instance, and what I need to do is that commit the instance once a week, output it as .tar file, store it somewhere reliable.

    For image assets, I prefer offshore storage like the S3, so the instance snapshot won't be really big in size..

  • 0 Votes
    6 Posts
    4k Views
    mootzvilleM

    Glad to hear. You might want to check your nginx is up to date as well. Nginx will still work with an older version, but it will act funny...

    Use this to get up to date:

    Link Preview Image nginx: Linux packages

    favicon

    (nginx.org)

  • New Theme

    2
    0 Votes
    2 Posts
    1k Views
    vegetagz6V

    @Technowix Ya true 🙂 But who knows the developers can surpirse us. But theme does not matter much. I just wish the platform gets a lot more awesome before next summer B-)

  • How can I custom the Share button?

    2
    0 Votes
    2 Posts
    1k Views
    julianJ

    You'd need to modify the theme:

    Link Preview Image nodebb-theme-lavender/templates/topic.tpl at master · NodeBB/nodebb-theme-lavender

    A simple theme for NodeBB. Check out the theming guide that accompanies this work - nodebb-theme-lavender/templates/topic.tpl at master · NodeBB/nodebb-theme-lavender

    favicon

    GitHub (github.com)

    You'll also have to wire up some custom javascript to handle the clicking of the link as well.

  • Cohabitation with the GPL license of NodeBB ?

    13
    0 Votes
    13 Posts
    4k Views
    julianJ

    Yes things get tougher when we get into the specifics of the licensing all of our dependent packages use. To make things easier, we use the GPLv3, which co-habitates well with other free/open-source licenses, but does preclude the use of it in a commecial/resold context.

  • Don't understand the access control system

    2
    0 Votes
    2 Posts
    2k Views
    babaggeiiB

    @Technowix Ah ok, thanks very much.

  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    9 Views
  • Domain issue.

    5
    0 Votes
    5 Posts
    2k Views
    H

    Thank you so much. I'll try this one. 👍

  • unable to save blog comment settings

    4
    0 Votes
    4 Posts
    2k Views
    P

    @Alex Disabling markdown didn't work so I then went ahead and removed the forum part from the URL and I'm able to save.

    After making the change, I'm still unable to get the wordpress portion to work. I don't see anywhere that will allow me to make the post into a nodebb topic.

  • Starter Template For Theme Development

    3
    0 Votes
    3 Posts
    1k Views
    C

    @julian cool thanks!

  • Notification Bubble Problem

    2
    0 Votes
    2 Posts
    909 Views
    julianJ

    @charles Yes, notifications expire after 7 days 🙂