Skip to content
  • Editing regression

    Bug Reports
    4
    0 Votes
    4 Posts
    15 Views
    julianJ

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

  • 3 Votes
    11 Posts
    1k Views
    eeeeeE

    I'll admit the email verification flow is janky, but it's the best we've got if you want to support some form of out-of-band password reset.

    Ok, Ive given this password reset a lot of thought. I didn't know the term 'out-of-band' but this is an idea along lines of alternative method which doesnt rely on email

    So background, lets say my forum

    Contains no sensitive information, so not a terrible issue if a password recovery was hacked. So an easy reset password reset method wouldnt be a risk it has infrequent posters. The amount of password reset requests was huge. People were re-registering

    So solution could be Admins could allow users to opt into an easy click on picture reset (if they wanted the option)

    Method, you can try this a maximum of say of once per month
    Click your favourite:
    Film: Comedy, Horror, Drama, Historical, Nature, Crime
    Fruit: Apple, Banana, Pear, Orange, Coconut, Grape, Pineapple
    Color: Red, Blue, Green, yellow, brown, Black, White

    If the correct choices are clicked then you can reset password there and then
    Probability of random hack 1/71/71/7 so less than 0.3%

    Im sure there must be a name for this type of reset method, its a kind of variant of answering 3 memorable questions, but less to recall.
    if the words are accompanied by pictures most people remember the 3 items they chose

  • 0 Votes
    5 Posts
    79 Views
    eeeeeE

    I saw Julians plugin code,
    https://github.com/julianlam/nodebb-plugin-emailer-sendgrid
    Would this be a solution to the issues which I dont fully understand?

  • 3 Votes
    15 Posts
    170 Views
    tallship@public.mitra.socialT

    @silverpill @julian

    Silverpill wrote:
    > Could you provide an example of such post?

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

    I'll try to give it a boost from my #Mitra, #Hubzilla, and #Friendica accounts too (if I haven't already) so you can study/compare the various treatment cases πŸ™‚

    Sadly, I have not yet launched streams yet for study. I know, I'm a lame-O. I'll get to it shortly, prolly just spin up a local VM on Proxmox for that here, I really am anxious to give it a go πŸ™‚

    #tallship #inline_media

    β›΅

    .

  • 6 Votes
    18 Posts
    166 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.

  • 0 Votes
    11 Posts
    295 Views
    N

    In fact, what we want to do is to embed a grafana dashboard into that section to show data from another app that we have for the user. Grafana was using iframe but this latest update changes that to an API.

  • 0 Votes
    39 Posts
    3k Views
    B

    Thank you!

  • 2 Votes
    19 Posts
    1k Views
    B

    I think the composer is an important difference. The NodeBB 'Quick reply' is much simpler to post a reply. The Discourse composer can appear unnecessarily busy, especially for a new or beginner user trying to digest all the text and graphics on the page.

  • 9 Votes
    6 Posts
    380 Views
    luceos@socialhub.activitypub.rocksL
    trwnh: Topics can be split In addition to splitting topics, topics or their posts can also be merged into another topic. The UX for this is quite variable; sometimes entire topics can be merged into another, sometimes a certain range of posts within a topic (post 5 .. 10 from 15 posts), and sometimes a selection (post 5 and 10 from 15 posts or just a singular item post 5 from 15 posts). trwnh: Topics exist in a category For #Flarum topics can also not exist in a Category (we call them tags and that extension is optional, like all of our extensions). Even when using a Category, once the Category is deleted, we do not hard delete any topics contained within but unlink them, making them less visible but still existing within the Forum. Regardless, to us, Topics CAN exist in a category, it's not required. trwnh: Users can be followed for posts and topics Users can be messaged directly This sounds as if this is a given, I don't think it's guaranteed in every Forum software. But if can implies optional, then
  • 9 Votes
    83 Posts
    2k Views
    scott@authorship.studioS
    @crazycells Search engines would not see them. ActivityPub basically serves as a notification mechanism, except it delivers the entire post to the follower's private inbox and they can reply back without visiting the forum. Forum posts and comments do not get republished publicly.
  • 0 Votes
    1 Posts
    34 Views
    Mikha'il HatheyM

    I am using AWS SES and when I do a test email it works without issues, however when a new user registers they don't get the email validation and when I try resending it doesn't work either.

  • Login issues

    General Discussion
    4
    0 Votes
    4 Posts
    83 Views
    barisB

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

  • Cannot Reply to Posts

    Unsolved Technical Support
    2
    0 Votes
    2 Posts
    23 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.

  • Moderation notes

    Feature Requests
    1
    0 Votes
    1 Posts
    133 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

  • 0 Votes
    5 Posts
    88 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!

  • 0 Votes
    5 Posts
    63 Views
    julianJ

    Nathan Fillion Speechless GIF

  • 3.8.0 Upgrade Support

    Pinned Technical Support
    6
    2 Votes
    6 Posts
    98 Views
    borneliteB

    Thanks @baris

  • NodeBB 3.8.0

    NodeBB Development
    1
    5 Votes
    1 Posts
    64 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.

  • 0 Votes
    4 Posts
    54 Views
    Pravallika NakarikantiP

    @baris upgraded and it works now

  • 0 Votes
    2 Posts
    52 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.