Skip to content

NodeBB v4.0.0

General
28 4 944 1
  • Yes, I can see these while on your site, and I created the topic from your site in the World category. However, I should also be able to see the links on my own site or the NodeBB site, but I can’t, even though I am following you.

  • Yes, I can see these while on your site, and I created the topic from your site in the World category. However, I should also be able to see the links on my own site or the NodeBB site, but I can’t, even though I am following you.

    @cagatay Yes, exactly that.

  • Since we are following each other, we can see the messages we post in Julian’s topic as cagatay@community.nodebb.org. However, we cannot see messages from others because we are not following them on their own sites, or maybe we need to follow them on nodebb.org—I’m not sure. After all, we are unable to create topics ourselves, right?

  • @phenomlab pleased (and a little surprised) to see you embracing Federation.
    You didn’t seem to be a fan last time we discussed it, what has given you the change of heart? 🙂

  • @phenomlab pleased (and a little surprised) to see you embracing Federation.
    You didn’t seem to be a fan last time we discussed it, what has given you the change of heart? 🙂

    @Panda I’m not embracing it as such - more along the lines of early testing to see if there is any benefit to the Sudonix community as a whole.

  • I hope you stay on board with the ActivityPub because there is stuff that need fixing / improving. As I said some months ago, your input on some of those issues will be value.
    Its a very complex area.

  • Personally, I don’t really like this feature in principle.

    Besides, I don’t know how it works and I don’t feel like it was presented well.

    Then, I would like to keep control of what is shared elsewhere than on my site.

  • Personally, I don’t really like this feature in principle.

    Besides, I don’t know how it works and I don’t feel like it was presented well.

    Then, I would like to keep control of what is shared elsewhere than on my site.

    @DownPW agreed. I too am approaching this with trepidation rather than simply throwing myself into it. I understand the appeal and potential for a wider audience, but given the remit of this site and the mission that Sudonix effectively promotes, I’m not sure it’s a good fit.

  • @DownPW In principle I like the feature.
    However you maybe right that it hasn’t been presented well, which matters since the workings of World aren’t intuitive
    Its not easy to get World populating when a forum is new to it. Further more World doesnt populate for new users either, even if the forum has connections.

    If forums started out with a set of connections, and new users also started off with a default set of those connections, it might help having something in there!.

  • @DownPW In principle I like the feature.
    However you maybe right that it hasn’t been presented well, which matters since the workings of World aren’t intuitive
    Its not easy to get World populating when a forum is new to it. Further more World doesnt populate for new users either, even if the forum has connections.

    If forums started out with a set of connections, and new users also started off with a default set of those connections, it might help having something in there!.

    @Panda said in NodeBB v4.0.0:

    the workings of World aren’t intuitive
    Its not easy to get World populating when a forum is new to it

    This is a good point and one I’ve considered also. It’s a little confusing to be honest.


Related Topics
  • Page control arrows for PWA

    Solved Customisation nodebb
    27
    25 Votes
    27 Posts
    4k Views
    @crazycells it is, yes - I think I’ll leave it as there is no specific PWA CSS classes I know of. Well, you could use something like the below, but this means multiple CSS files for different operating systems. /** * Determine the mobile operating system. * This function returns one of 'iOS', 'Android', 'Windows Phone', or 'unknown'. * * @returns {String} */ function getMobileOperatingSystem() { var userAgent = navigator.userAgent || navigator.vendor || window.opera; // Windows Phone must come first because its UA also contains "Android" if (/windows phone/i.test(userAgent)) { return "Windows Phone"; } if (/android/i.test(userAgent)) { return "Android"; } if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream) { return "iOS"; } return "unknown"; // return “Android” - one should either handle the unknown or fallback to a specific platform, let’s say Android } Once you’re in that rabbit hole, it’s impossible to get out of it.
  • Modify the tagging behavior in NodeBB

    Locked General tagging harmony
    11
    3 Votes
    11 Posts
    1k Views
    For anyone else following this thread https://community.nodebb.org/topic/17402/change-in-reply-to-xxxx-text And https://github.com/NodeBB/NodeBB/commit/f2152953cddd3247746ef393516b0a53ba7750a4
  • NodeBB v3 Chat Very Slow

    Moved Performance nodebb v3 nodebb chat
    47
    11 Votes
    47 Posts
    6k Views
    @DownPW Seems fine.
  • 12 Votes
    47 Posts
    4k Views
    @dave1904 just coming back to this thread as @DownPW and I both experienced issues with other plugins today, and the fix was to use the plugin ordering in the ACP and move the Harmony theme to the very top so it comes before everything else in terms of other plugins. It might be worth at least trying this to see if it gives you a result rather than the previous bulldozer approach. Thinking about it, the previous fix I proposed is along the same lines and disabling plugins does in fact change the order when they are enabled again, so this is definitely worth a try. Let me know how you get on.
  • who is read NodeBB

    Customisation read post nodebb
    6
    0 Votes
    6 Posts
    795 Views
    @cagatay You should ask in the NodeBB forums. Perhaps reference this post https://discuss.flarum.org/d/23066-who-read
  • NodeBB vs Flarum for a non developer

    Solved General
    17
    10 Votes
    17 Posts
    2k Views
    @marusaky That’s really easily done. I think the docs need updating for the latest release. Did you land up on the 18.x train ?
  • NodeBB slow after DB recovery

    Solved Performance performance nodebb
    1
    5 Votes
    1 Posts
    373 Views
    No one has replied
  • NodeBB - Created pages not found?

    General
    20
    3 Votes
    20 Posts
    2k Views
    @jac Exactly. Hard point to argue.