Skip to content

General Discussion

A place to talk about whatever you want

3.9k Topics 23.9k Posts
  • New York City is on team NodeBB

    6
    +1
    4 Votes
    6 Posts
    691 Views
    crazycellsC
    @julian said in New York City is on team NodeBB: @crazycells I did not know you were in NYC That is indeed nice "advertising" for us. Maybe I will send you a giant "node" and you can plaster it to the left of the symbol lol deal [image: maksas-the-cat-deal.gif] but if NYPD catches me, you are our gang leader... [image: nypd.gif] I have been here for the past 12 years, but I hardly come down to city hall, so I have not realized this logo before. I visited Niagara 3 times, but only visited Toronto city one time. You guys are in Toronto, right?
  • Addidng graphics to page?

    2
    0 Votes
    2 Posts
    306 Views
    julianJ
    add a Description to the front page on what the forum is about, how precisely can I do that? You'd be looking at a header widget for this. ACP > Extend > Widgets
  • This topic is deleted!

    3
    0 Votes
    3 Posts
    31 Views
  • I can't start my nodebb. I don't know why

    6
    +0
    0 Votes
    6 Posts
    688 Views
    Harry ZhaoH
    [image: 1663857877328-652bd9e1-81b6-4f6f-8712-87ca1fd75319-image.png] I try to reinstall, run the ``` ./nodebb setup
  • Getting google to list forum

    4
    0 Votes
    4 Posts
    3k Views
    julianJ
    @eveh Make sure the spiders pseudo-group is grant permission to view topics... otherwise NodeBB hides them. spiders are not treated the same as registered-users or guests By default they should have access, though.
  • Why hosted NodeBB is so expensive?

    21
    2 Votes
    21 Posts
    4k Views
    julianJ
    @gotwf The fact that webpack takes 50-odd seconds is actually a travesty... I remember early versions of NodeBB you'd run node app and your NodeBB would be serving requests in under 2 seconds good ol' days.
  • comment after login

    1
    0 Votes
    1 Posts
    203 Views
    T
    Hi, when a users logs into comment on our website www.discussplaces.com why is she/he redirected to the homepage instead of the topic he wanted to comment ?
  • Setup with config.json not creating admin user as expected

    Solved
    3
    0 Votes
    3 Posts
    454 Views
    X
    So, I managed to get it working. Just coming here to post what works for me if anyone have the same issue. I try to scape double quotes, stringify, etc. I had to "unfold (?)" the admin object and then all start working: { "url": "${URL}", "port": "${PORT}", "admin":{ "username": "${ADMIN_USERNAME}", "email": "${ADMIN_EMAIL}", "password": "${ADMIN_PASSWORD}", "password:confirm": "${ADMIN_PASSWORD}" }, "database": "${DB_VENDOR}", "${DB_VENDOR}": { "host": "${DB_HOST}", "port": "${DB_PORT}", "username": "${DB_USER}", "password": "${DB_PASSWORD}", "database": "${DB_NAME}", "ssl": "${DB_SSL}" } }
  • How do I set up Iframely

    7
    1 Votes
    7 Posts
    2k Views
    crazycellsC
    and here I had some suggestions to improve the look of iframely embeds... @crazycells said in [nodebb-plugin-iframely] IFramely Embeds: Hi everyone, If you are self-hosting free iframely, but not happy with how big it looks, unlike the paid one. Here is the most current CSS changes we use for the iframely. It is still not as pretty as the original iframely embeds, but I believe it is way better than the default one. Feel free to change/edit it as you like: .iframely-link .iframely-container { .img-responsive { height:120px !important; width: auto !important; overflow: hidden !important; } .iframely-meta { display: none !important; } .media { float: left !important; padding: 0 5px 0 0 !important; } .media-heading { margin-top: 5px; margin-bottom: 2px; } .description { position: relative !important; top: 10px !important; } .panel-iframely .iframely-embed .one-line { white-space: normal; } .panel-body { padding: 5px; } }
  • Custom theme development

    2
    0 Votes
    2 Posts
    352 Views
    <baris>B
    No you can keep it private.
  • get all post

    1
    0 Votes
    1 Posts
    272 Views
    AmodA
    Need to get all post in forum downloaded.. is there a way ?
  • Running an api in the background of the loaded page

    2
    0 Votes
    2 Posts
    436 Views
    julianJ
    const api = await app.require('api'); You can only use this from within browser dev console (and some limited other places). Instead you should use require(['api'], (api) => { api.put(`/groups/test/membership/1550`).then(() => { ... }); });
  • Tell Baris to have a good vacation 🏝

    18
    8 Votes
    18 Posts
    2k Views
    julianJ
    @baris is now home safe and sound, you may now resume submitting bugs to NodeBB
  • Custom email digest schedule?

    2
    0 Votes
    2 Posts
    469 Views
    julianJ
    @prodigal_halogen Hmm, not quite. We have the ability to send digests at frequencies of daily, weekly, or monthly, but not anything other than that (I know someone before wanted digests every other week or some such). I think this could be done via a custom plugin, though. The method for executing the digest send action can be called by a plugin.
  • Logout Behavior

    10
    0 Votes
    10 Posts
    993 Views
    Sampo2910S
    @PitaJ Latest NodeBB and Node 14.7.3 Not tried disabling plugins? I don't have many. This is fresh install. Still cannot add some plugins through git either. Others say on here that they work with latest NodeBB. Not for me. I will try what you said...bye bye forum lol...lets see.¨ ###UPDATE#### It worked. I can now logout properly and get to ACP in the first attempt (without logging out and in again) Thank you.
  • Email Eror

    6
    0 Votes
    6 Posts
    725 Views
    cagatayC
    @phenomlab fixed thank you.
  • 1 Registration 1 IP

    3
    0 Votes
    3 Posts
    552 Views
    julianJ
    This is an old topic, but for those wondering, this is best done via the registration queue. From there you can see all other accounts with matching IPs and approve/deny as needed.
  • Why does a sitemap contain only data that is visible to guests?

    Unsolved
    3
    0 Votes
    3 Posts
    485 Views
    J
    @julian It should not be determined by Is there access to spiders?
  • 0 Votes
    5 Posts
    6k Views
    PitaJP
    What is your site URL, if you don't mind sharing. Add others have said, I recommend rebuilding and restarting your forum from the CLI: ./nodebb stop ./nodebb build ./nodebb start
  • why? why show WARN in ./nodebb setup

    2
    +1
    0 Votes
    2 Posts
    408 Views
    PitaJP
    What OS are you using? Try installing the libvips package them restart the setup.