If you have problems upgrading to v4.0.0, you can ask for help here.

  • karsten13@community.nodebb.org
    link
    fedilink
    arrow-up
    1
    ·
    10 hours ago

    > You can hide it with custom css in the ACP, .topic-header [component=“topic/thumb/list”] { display: none }

    Thanks!

    > This is only happening on apple devices?

    android and normal browsers seems o.k. so far

    > looks to be Persona, could be a bug with the theme.

    yes it’s Persona

  • cagatay@community.nodebb.org
    link
    fedilink
    arrow-up
    1
    ·
    12 hours ago

    nothing changes v4.0.1 I think this ActivityPub implementation is only designed for NodeBB’s own page. It’s not very useful for sites that use NodeBB.

  • <baris>@community.nodebb.org
    link
    fedilink
    arrow-up
    1
    ·
    12 hours ago

    You can hide it with custom css in the ACP, .topic-header [component="topic/thumb/list"] { display: none }

    This is only happening on apple devices?

  • julian@community.nodebb.orgOP
    link
    fedilink
    arrow-up
    1
    ·
    17 hours ago

    @jdp23@neuromatch.social can you please update the category handles on discussions.thenexus.today? There was a bug that caused some categories to not respond to webfinger request appropriately, so they could not be found on fedi.

    You can just change them from one handle to another, and then back again.

    That should fix the issue with the testing category not being able to be found.

  • <baris>@community.nodebb.org
    link
    fedilink
    arrow-up
    1
    ·
    8 days ago

    All those plugins are likely working with 4.x we should need to release new versions after updating the compatibility string. 4.x didn’t have plugin breaking changes like 3.x did.

  • cagatay@community.nodebb.org
    link
    fedilink
    arrow-up
    1
    ·
    8 days ago

    @julian The manual addition feels odd because when I searched for your link, it appeared directly on my site and stayed there. However, my content did not appear on your site, neither as a link nor as normal content. If this connection is going to be made through manual addition, it doesn’t seem to make much sense to me.

    • julian@community.nodebb.orgOP
      link
      fedilink
      arrow-up
      1
      ·
      8 days ago

      @cagatay content discovery via ActivityPub is powered through follow relationships – I wrote more about that in our documentation

      https://docs.nodebb.org/activitypub/discovery/

      When you “searched for my link”, that is the same thing that I did for you. You instructed your NodeBB to load my topic/post, and conversely, I did the same to load your topic into this community.

      The reason that right now it requires someone to search for it is because you don’t follow me at NodeBB, and I don’t follow you at efelsefe.com :smile: once I follow your account, your topics will automatically show up here in my world category.

  • eeeee@community.nodebb.org
    link
    fedilink
    arrow-up
    1
    ·
    8 days ago

    I had tried the alpha and now have to go back to normal upgrade route. after

    git fetch
    

    it said Fatal: not a git repository (or any of the parent directories): .git

    whats going on here?

  • nono-lqdn@community.nodebb.org
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    8 days ago

    Hello,

    I have this error while upgrading to 4.0.0 :

    2. Bringing base dependencies up to date...  started
    npm error code ERESOLVE
    npm error ERESOLVE could not resolve
    npm error
    npm error While resolving: nodebb-plugin-emoji-one@4.0.0
    npm error Found: nodebb-plugin-emoji@6.0.1
    npm error node_modules/nodebb-plugin-emoji
    npm error   nodebb-plugin-emoji@"6.0.1" from the root project
    npm error   peer nodebb-plugin-emoji@"^5.0.0 || ^6.0.1" from nodebb-plugin-emoji-android@4.1.1
    npm error   node_modules/nodebb-plugin-emoji-android
    npm error     nodebb-plugin-emoji-android@"4.1.1" from the root project
    npm error
    npm error Could not resolve dependency:
    npm error peer nodebb-plugin-emoji@"^5.0.0" from nodebb-plugin-emoji-one@4.0.0
    npm error node_modules/nodebb-plugin-emoji-one
    npm error   nodebb-plugin-emoji-one@"4.0.0" from the root project
    npm error
    npm error Conflicting peer dependency: nodebb-plugin-emoji@5.2.0
    npm error node_modules/nodebb-plugin-emoji
    npm error   peer nodebb-plugin-emoji@"^5.0.0" from nodebb-plugin-emoji-one@4.0.0
    npm error   node_modules/nodebb-plugin-emoji-one
    npm error     nodebb-plugin-emoji-one@"4.0.0" from the root project
    npm error
    npm error Fix the upstream dependency conflict, or retry
    npm error this command with --force or --legacy-peer-deps
    npm error to accept an incorrect (and potentially broken) dependency resolution.
    npm error
    npm error
    npm error For a full report see:
    npm error /srv/nodebb/.npm/_logs/2025-01-23T16_21_06_646Z-eresolve-report.txt