Skip to content
  • Session has expired !

    General Discussion
    2
    0 Votes
    2 Posts
    59 Views
    A

    solved

    <VirtualHost *:443>
    RequestHeader set X-Forwarded-Proto "https"

    </VirtualHost>

  • 0 Votes
    7 Posts
    255 Views
    julianJ

    @frontendjulien It's this one:

    Link Preview Image GitHub - akhoury/nodebb-plugin-import: migrate your old crappy forum to NodeBB

    migrate your old crappy forum to NodeBB. Contribute to akhoury/nodebb-plugin-import development by creating an account on GitHub.

    favicon

    GitHub (github.com)

    It's been awhile, and it only imports a forum to an older version of NodeBB, but upgrading afterwards is pretty straightforward.

    Otherwise I would still recommend contacting Lincoln Russell to see if he's interested in helping you out.

  • 0 Votes
    6 Posts
    161 Views
    barisB

    It is published you can get it with npm i nodebb-theme-harmony@latest then rebuild & restart.

  • Page control arrows for PWA

    Feature Requests
    3
    0 Votes
    3 Posts
    86 Views
    crazycellsC

    @phenomlab thank you very much, this works like a charm...

  • Quick Parts / Autotext ?

    General Discussion
    3
    1 Votes
    3 Posts
    100 Views
    S

    TIL pressing F5 in notepad will insert the Time & Date stamp. Which is nice, so probably I'll just write a script for myself to automate the timestamp insertion as it should not be dynamically on site loading/refreshing - also performance wise it might lead to issues. Don't know if there is a way to add this functionality to the composer though - similiar like for the emojis. If there is a comprehensive guide to do so or at least to get started with it I'll add it to my todo-if-too-much-time list. 😉

  • 0 Votes
    17 Posts
    188 Views
    phenomlabP

    @schajuli no issues.

  • "tag list" to choose from?

    Solved Technical Support
    9
    1 Votes
    9 Posts
    802 Views
    barisB

    Not sure how that will be implemented since Tag1 and tag1 would end up being two different tags. Lowercasing solves that problem.

  • 3 Votes
    1 Posts
    276 Views
    julianJ

    A small quality-of-life update I just pushed to NodeBB will now allow you to view the content posted by non-local users.

    When discovering new users and determining whether to follow them, their post history is rather important!

    You can view post history for a remote user just as with a regular user: Profile > Posts

    359b6584-606f-4afa-9964-b6f314814522-image.png

  • 0 Votes
    8 Posts
    205 Views
    Nuran AkimbekN

    @baris Last warning or error message from output log is - Failed to fetch latest version error - rate limit exceeded
    Community works well when users at least 10. If more CPU rises up to 100 and very slow loading or 503 error

    ee.JPG

  • 7 Votes
    43 Posts
    3k Views
    crazycellsC

    I do not know if it is possible, but I still think it would be very cool to have a pdf previews in the forum, so users do not have to leave the forum to check the pdf documents...

    Screenshot 2024-04-02 at 21.48.59.png

  • 0 Votes
    10 Posts
    135 Views
    the skyfoxxT

    @julian said in A new feature I'm not so keen on ...:

    a post has at least 1 direct reply unless that reply is directly after it in the thread.

    This logic makes sense after understanding it. Thanks! 🙏

  • Post Editing

    Feature Requests
    6
    0 Votes
    6 Posts
    164 Views
    crazycellsC

    Additionally, if the user reach us to delete their quoted posts another unique thing we do is that we change the ownership of the post... We have "bot accounts" in the forum, that no one owns them, and I created these accounts for this purpose...

    Because it is -almost always- about user not wanting to be associated with that post, not about giving out personal info... So, when I tell them that "I am changing the owner of the post and this post will not be associated with you again" they all have been OK with this solution...

  • 1 Votes
    20 Posts
    250 Views
    phenomlabP

    @julian said in Do you have limited or full access to your host?:

    probably value work-life balance a whole lot more due to family and other responsibilities.

    Exactly.

  • 0 Votes
    20 Posts
    188 Views
    julianJ

    @eeeee

    Updated, it eventually does show on Mastodon

    Yes, as to when it shows up on the other site is dependent on a variety of factors, some sites are quite busy and they take awhile to process their queue/backlog of activities.

  • dark mode on mobile?

    Solved Technical Support
    6
    0 Votes
    6 Posts
    102 Views
    phenomlabP

    @crazycells Agree - you can have as many or as few as you'd like though.

  • 10 Votes
    29 Posts
    13k Views
    barisB

    @crazycells https://github.com/barisusakli/nodebb-plugin-registration-question/commit/f732dd135681106a1dd5ae2a302937a9f08b4340. Feel free to send pull requests for different languages.

  • Caches used in NodeBB

    NodeBB Development
    7
    8 Votes
    7 Posts
    572 Views
    crazycellsC

    @baris thanks for these info 👍

    So, this is how you implemented the fast loading of the total vote count of the topics?

    Link Preview Image Total vote count on topic list

    @phenomlab maybe try with below /* eslint-disable no-await-in-loop */ /* globals require, console, process */ 'use strict'; const nconf = require('nconf')...

    favicon

    NodeBB Community (community.nodebb.org)

  • 1 Votes
    2 Posts
    122 Views
    crazycellsC

    hi @omega , what do you think about the harmony theme and the "read mode" you mention? I believe it does a very good job when you are logged out, since naturally people scroll down while reading, not much button is visible while reading, and options only appears when you start scrolling up...

    IMG_0040.PNG

    and although I liked "read next post" mode, it has some crucial weaknesses... well, it is like reading a book, but first of all, you would not be able to read before switching the next page completely (but you can achieve this while scrolling down), and additionally sometimes posts are not filling the page, and they even can be a few words, in this case, putting the next post on the next page seems waste of good amount of space? what do you think?

  • 0 Votes
    4 Posts
    59 Views
    FutureF

    If it helps I can upload the original uncompressed image so someone could look at both.
    Although, since I could repo on our instance of nodebb over at plutonium with both the compressed and uncompressed image, the bug seems to be caused by something unrelated to the compression itself

  • 1 Votes
    6 Posts
    104 Views
    FutureF

    Thank you, it's always a pleasure to report bugs on this community since they get addressed incredibly fast.
    Cheers