Skip to content

General Discussion

A place to talk about whatever you want

3.8k Topics 23.3k Posts
  • How can I login to ACP?

    3
    0 Votes
    3 Posts
    2k Views
    T

    @Scuzz Thanks! I think I forgot my username and password, but I have re-install it 😛

  • 0 Votes
    6 Posts
    3k Views
    niroN

    @julian said:

    We're looking to expand how the reputation system is currently used 😄 -- upvotes is one way, but hopefully we'll add other methods as well.

    seems good!

  • How did you learn JavaScript?

    3
    0 Votes
    3 Posts
    2k Views
    S

    Had half a year to waste because it was too late to switch school level (I'm not even going to bother trying to translate this into weird USA school terms :P), I already knew quite a bit of MIPS (PSP hacking) by then, and wanted to try something else.

    Don't know why I chose JavaScript, just did. Started with w3schools (ikr), eventually just learned by doing, doing and more doing. Along the way of doing I of course read the occasional article, "guide", best practices, documentations etc. No books and courses though.

  • Guess who has admin tags??

    18
    0 Votes
    18 Posts
    7k Views
    A

    @julian you made a mockup, it's as near as done. 😆

  • nodebb for oauth authentication

    2
    0 Votes
    2 Posts
    1k Views
    A

    @avi Depends, NodeBB connects using oAuth2, so if you can support that. Yes.

  • Can I block all Russian users?

    5
    0 Votes
    5 Posts
    2k Views
    S

    I feel bad that my forum isn't popular enough to be targeted by spam bots 😞

  • Help a Noob!

    4
    0 Votes
    4 Posts
    2k Views
    GanzueloG

    Thank you all!

  • Centering HTML object

    4
    0 Votes
    4 Posts
    1k Views
    A

    @Guiri Use percentage rather than pixels. Set your width to 96%, then your left and right margins to 2% each. Then set your height to something that looks ok on your sidebar. As most will just full screen on tablet, so doesn't matter on the height there.

    You also don't really need a max-width as it will just fill the sidebar container.

  • 0 Votes
    3 Posts
    1k Views
    J

    @planner Thx for Reply

  • How to take full backup of NodeBB

    4
    1 Votes
    4 Posts
    2k Views
    julianJ

    Not really -- as mentioned prior, the reason this is impossible is because the redis database doesn't usually live in a place that is readable by NodeBB.

    There are ways to dump Redis data into JSON, so all is not lost.............

  • Installing NodeBB

    18
    0 Votes
    18 Posts
    4k Views
    Y

    It says 311a7ad5b929aa2fc244bb7004e0160393c71200

    Is that what you wanna know?

  • Next version

    5
    0 Votes
    5 Posts
    2k Views
    F

    @a_5mith said:

    I have a photographic memory. I read it, honest.

    Yep, I read it too. It was 3 days ago. If only we had a search that actually...

  • Search Engine Optimization

    2
    1 Votes
    2 Posts
    2k Views
    julianJ

    NodeBB should already be optimised for best SEO value. Semantic HTML, proper meta tags, links back to canonical URLs and parent listings...

    To be honest, you shouldn't have to worry about it, and if there's something we missed, it's just a pull request away from being available for everybody 🙂

  • "This thread has been deleted"

    3
    0 Votes
    3 Posts
    1k Views
    GanzueloG

    worked like a charm! Thank you!

  • Script to remove post from database

    6
    0 Votes
    6 Posts
    2k Views
    C

    @baris Thanks, now that it's a builtin function, it's even better.

    How about notifications that refers to the deleted topic, is these not required to be deleted?

  • My Problem

    8
    0 Votes
    8 Posts
    3k Views
    julianJ

    Oh, that's a little weird, perhaps it's a typo, and should read "proxy_http" instead of "proxy_html"?

    As for the local emailer, perhaps you can install @psychobunny's fork?

    npm install git+https://github.com/psychobunny/nodebb-plugin-emailer-local

  • 0 Votes
    11 Posts
    3k Views
    S

    @zenkamal said:

    @baris

    I actually like the "going down 20 posts at a time", since there are many more topics with 20-100 posts than with 500+ posts. Any way to keep that function?

    For us, go to last is a huge deal. Lots of mobile users and lots of very long posts. Go to last is a huge want from us.

  • 0 Votes
    2 Posts
    2k Views
    julianJ

    @zenkamal Not yet, no. The email system sends out three kinds of emails:

    Welcome/confirmation email Password reset email Daily digest email

    The presentation of content in each is determined by the template in the theme, so it's actually up to the theme to decide what to show (out of the data sent in each email).

  • 2 Votes
    5 Posts
    3k Views
    julianJ

    @a_5mith said:

    10TOSHIP

    Yay! @a_5mith "donated" $10 to NodeBB 😄

  • Need to tie up with some hosting provider

    11
    0 Votes
    11 Posts
    3k Views
    A

    @psychobunny Koding shuts your VPS down after 20 minutes of inactivity on their dashboard site. Which is a little bit...

    butts

    But it's great for development needs.