Skip to content

General Discussion

A place to talk about whatever you want

3.9k Topics 23.9k Posts
  • Getting issue in Scheduled topics

    2
    +0
    0 Votes
    2 Posts
    192 Views
    julianJ
    Hi @vijay-kumavat, are those users responding, administrators or privileged? Can you see those scheduled topics in an incognito tab?
  • Can I save an HTML file in the public folder and access it directly?

    2
    0 Votes
    2 Posts
    191 Views
    S
    Ok, seems like I can't use the html to embedd it as an iframe ... also not inside the forum? To help protect the security of information you enter into this website, the publisher of this content does not allow it to be displayed in a frame. Edit: Ok it's possible in the assets locaiton.
  • Tags don't work, posts with that tag don't appear

    2
    +0
    0 Votes
    2 Posts
    184 Views
    crazycellsC
    @huige I do not think you can tag posts for now... just topics... please check some relevant discussions on the topic below... https://community.nodebb.org/topic/10020/tags-for-posts-in-addition-to-topics hopefully in the near future though
  • Advertisement and ads on Nodebb

    7
    0 Votes
    7 Posts
    417 Views
    eeeeeE
    Yes, in Admin can set which Widget code runs on which category (or topic) and where on page it sits (header / footer / side etc)
  • Router category_id update

    2
    0 Votes
    2 Posts
    160 Views
    julianJ
    @WM-7Ebra There are quite a few internal references that use the cid, so it's not quite that simple to dive into the db and change things (though please don't let me stop you ) If you don't have a lot of content on your forum, it might just be easiest to trash the forum and start over! Or if cid 2 is still around (not purged), you can delete all of the topics inside it, and move all the topics from cid 3 into cid 2.
  • 0 Votes
    5 Posts
    174 Views
    julianJ
    @[email protected] wow, thanks so much for running your test for me! It means a lot. Also your note about our abnormally high LCP (sans asterisk) is interesting, considering the tricks that other sites utilize to artificially lower LCP, but which we don't bother with. Ironically since the LCP* is lower than LCP, it suggests that us fixing this only results in a higher PageSpeed score but might not actually result in net benefit for end users. Ha!... but if there is a content shift, that's definitely a problem that needs to be addressed. I'm not going to lie and say we don't chase metrics, we totally do... we just try to increase our metrics by actually making the site faster!
  • 0 Votes
    2 Posts
    149 Views
    julianJ
    @[email protected] Thanks for elucidating this so succinctly. It's a sentiment towards javascript development that I've held for nearly a decade. 13 years ago we were joking about whether technology X was "web scale", and hundreds of developers drank the valley kool-aid and went all-in on building objectively simple CRUD apps using the most complicated kitchen-sink frameworks that required multiple developers to maintain and extend. The unix philosophy of doing one thing and doing it well, still holds true to this day.
  • How to authenticate with Mongodb ?

    1
    +2
    1 Votes
    1 Posts
    157 Views
    ahmed26A
    Hello friends I did these steps in mongodb [image: 1710610689714-x0.png] [image: 1710610740485-x3.png] How do I organize this section according to mongodb data information? can you write as an example I don't understand this part [image: 1710610877449-x1.png]
  • Please help me. High CPU, but only 25 users on system

    8
    +0
    0 Votes
    8 Posts
    766 Views
    cagatayC
    @Nuran-Akimbek please see it ; https://community.nodebb.org/post/98555
  • How can I change the size/width of the post container?

    2
    +0
    0 Votes
    2 Posts
    162 Views
    S
    Ok I realized that the posts content need to be limited to around 95% so I tried to do it that way .posts .content { width: 95%; } .posts .content iframe { width: 112% !important; } But it seems like it's not working but then i used min-width: 100% and it seems to be what I want ... can anyobody explain me why? [image: 1710441039123-8a337b37-f46c-4706-83ce-af6f1b8a87f7-image.png]
  • Checklist to avoid NodeBB forum Downtime

    4
    0 Votes
    4 Posts
    3k Views
    phenomlabP
    @B-738 See https://docs.nodebb.org/configuring/running/ and also https://sudonix.org/topic/399/restarting-nodebb-on-boot?_=1710149053041
  • Solr searching engine is bad

    22
    3 Votes
    22 Posts
    3k Views
    S
    In regards to that topic https://community.nodebb.org/topic/16852/search-with-wildcards/4 I am wondering how mature the meilisearch is now and if it pays off risk a switch?
  • SEO plugins for nodebb

    2
    1 Votes
    2 Posts
    331 Views
    T
    The second question as an update for this topic is: how do I add a trailing slash to the URI of an arbitrary topic? Raw nginx rewrite as follows doesn't do the trick rewrite ^([^.]*[^/])$ $1/ permanent; Update: I need trailing slash in order to eliminate page_with_redirect issue.
  • Probably one of the most beautiful nodebb forums

    5
    +0
    4 Votes
    5 Posts
    759 Views
    serverplayerS
    Wow, that's really nice. The card view looks quite neat, and the threaded posts is very creative! Maybe I'll look into the implement of threaded posts through your code, it's more efficacious to read than normal style.
  • Default robots.txt for NodeBB 3.x

    2
    0 Votes
    2 Posts
    297 Views
    barisB
    If you do not have a custom robots.txt value set in the admin panel then the default NodeBB sends is below. User-agent: * Disallow: /admin/ Disallow: /reset/ Disallow: /compose Sitemap: https://yournodebb.com/sitemap.xml
  • Search with wildcards?

    4
    0 Votes
    4 Posts
    345 Views
    S
    Coming back to this as searching is something which matters. Have not been here for a while, maybe there are probably also ai-related plugins available which help for better searching?
  • The accuracy of Page Views in ACP

    5
    +0
    0 Votes
    5 Posts
    427 Views
    crazycellsC
    @julian said in The accuracy of Page Views in ACP: Bots don't tend to register for accounts at least for now
  • Importing from Xenforo

    2
    1 Votes
    2 Posts
    204 Views
    julianJ
    The import plugin should still work, although it will migrate you to an older version of NodeBB (and you'll need to run a version upgrade afterwards). Not the end of the world though. Potentially you could reach out to the creator of Nitro Porter, though at present he does not support the migration TO NodeBB. However if you ask nicely then maybe he will do it
  • Nodebb-Robot project published

    2
    +0
    2 Votes
    2 Posts
    234 Views
    crazycellsC
    @Sky凌空 thanks for the robot!
  • Chat and Search Behaviour NodeBB 3.x

    11
    +0
    0 Votes
    11 Posts
    400 Views
    yasasY
    Update: I did a local build and tested using multiple browsers. Still the behaviour is the same as https://community.nodebb.org/post/98116