Skip to content
  • 7 Votes
    18 Posts
    209 Views
    C

    @Julian yeah that's a good point - I think tag would work but I always got the impression that they were more of a micro-level part of a specific piece of content vs. macro-level (being the place they're being discussed in). context would be set at the forum level (whatever the forum's owner specified) whereas tags might be decided by the user. So in that sense, context would more about origination of a post.

    Example might be something like this -

    { id: "https://yuforium.com/forums/cars", type: "Service", name: "Example Forum About Cars", context: "https://another-instance.org/topic/cars" }

    Where a POST to that forum's outbox with a Note would result in that note's context defaulting to the one set to the forum. Posting with another context would result in an error. This makes things a little different than a tag which is what would be user specified. In that sense, context is more about where the post was created, vs. what it was created about. In a federated system, where could be an authoritative entity that encompasses multiple instances and is dereferenceable, or where could be defined as a UUID and be completely unauthoritative and ephemeral.

    Given that it's more about the origination of the post, I would agree that the term "Community" is better in this case to define what context relates (instead of "Topic") so in the example, context could be switched to https://another-instance.org/community/cars.

    It's been a while since I wrote that up, and at the time I was considering using "Community" as the terminology for a context so I might update that soon (especially with "Topic" being a frequently used convention in forums meaning something totally different).

    In the Activity Streams docs, the one part about context that got my attention was this - "An example could be all activities relating to a common project or event", meaning that context exists outside of the scope of what a thread would be, and is more indicative of a forum level or federation setting vs. the contents (objects, activities, etc.) of a single thread.

  • NodeBB 3.8.0

    NodeBB Development
    1
    5 Votes
    1 Posts
    76 Views
    barisB

    Hello Everyone ๐Ÿ‘‹!

    Today we are releasing NodeBB 3.8.0. Please read below for all the changes in this release.

    Moderation Improvements ๐Ÿ”จ

    We made some improvements on the user account info page. Namely:

    Unmutes and Unbans will show up in the user history. If the account is flagged it will show up in the "Latest Flags" section. Moderation notes are editable. Username & email history will show who made the change.

    cfe7c601-f49e-4f16-8341-00ca5dbd0b5e-image.png

    User/Group filter on admin events page ๐Ÿ“…

    dd3b7804-33fd-4ecd-9087-73e26fca9f9e-image.png

    Events in the admin page can be filtered by a single user or a group of users.

    Field selector for user export ๐Ÿ‘ฅ

    export-user-fields.png

    Exporting a list of users in the acp now let's you select which fields to include in the export.

    Docker improvements ๐Ÿ‹

    Thanks to more work by @oplik0 we have more improvements to our docker setup, full PR https://github.com/NodeBB/NodeBB/pull/12335

    Bug fixes & Misc ๐Ÿ›

    As usual there are plenty of bug fixes in this release.

    Full list of closed issues.

    Let us know if you run into any issues in our support thread.

  • 3 Votes
    16 Posts
    227 Views
    silverpill@mitra.socialS

    @tallship @julian

    >Here you go bro: Socialhome post w/inline images.

    It is a Note. I think this is a good example of a post which is best viewed on the original site.

  • 0 Votes
    8 Posts
    134 Views
    PitaJP

    @eeeee please indicate whether you're going to try the other things I suggested.

  • 0 Votes
    5 Posts
    73 Views
    julianJ

    Nathan Fillion Speechless GIF

  • 0 Votes
    5 Posts
    101 Views
    Julien HengJ

    I am sorry @julian, it had nothing to do with user email.

    As I mentioned, I recently migrated from a phpBB forum to NodeBB while keeping the same website. My website uses WordPress to manage all user accounts, while phpBB forum had all the forum accounts linked to these users. I was supposed to map the WordPress user Ids (wp_id) with the phpBB user ids (phpbb_id) first before importing them into NodeBB which I initially did not do this correctly. However, it is all working nicely now. Thank you so much for your help!

  • Editing regression

    Bug Reports
    4
    0 Votes
    4 Posts
    37 Views
    julianJ

    Yes, this is a bug in the v4 code. Will fix soon.

  • Login issues

    General Discussion
    4
    0 Votes
    4 Posts
    117 Views
    barisB

    Here we go
    https://github.com/NodeBB/nodebb-theme-harmony/commit/5bc49b1a173530f9cfaeff92ac8820f7ee6832f4

    Link Preview Image move forgot password ยท NodeBB/nodebb-theme-harmony@5bc49b1

    Harmony theme for NodeBB v3.0+. Contribute to NodeBB/nodebb-theme-harmony development by creating an account on GitHub.

    favicon

    GitHub (github.com)

  • 0 Votes
    4 Posts
    64 Views
    Pravallika NakarikantiP

    @baris upgraded and it works now

  • 0 Votes
    2 Posts
    62 Views
    PitaJP

    What test email are you sending? Try different ones, some fail silently

  • Cannot Reply to Posts

    Unsolved Technical Support
    2
    0 Votes
    2 Posts
    35 Views
    julianJ

    @Julien-Heng Let us know any errors on the front-end or backend.

    Make sure a composer (like composer-default) plugin is active in the backend.

  • 0 Votes
    2 Posts
    56 Views
    phenomlabP

    @JDouglas You should target the below CSS class for this

    li[component="categories/category"] .title

    You could just use .title although this is a shared class, and without explicit definition as above, it will have undesirable effects.

  • Moderation notes

    Feature Requests
    1
    0 Votes
    1 Posts
    143 Views
    dave1904D

    Hi,

    I am looking for a feature to handle moderation notes separately from user posts. Currently, admins/mods edit posts in their own way to include moderation messages, but I prefer a dedicated feature for this.

    Details:

    Separate Moderation Section:

    A distinct section for moderation notes, appended but clearly separate from the user's content. Example: A box or highlighted area at the top or bottom of the post or in the signature

    Distinct Styling:

    Formatting options to make moderation notes stand out (different font, color, borders).

    Admin Tools:

    Easy access for moderators to add, edit, or remove notes via a simple interface.

    Possible benefits:

    Maintains original post integrity. Provides clear communication on moderation actions. Enhances user experience and transparency.

    Thank you for considering this request.

    Best regards
    dave