Skip to content
  • 0 Votes
    8 Posts
    572 Views
    murcsM

    @baris

    okay.  one needs to use /flags as route for the navigation bar object and add /flags inside the <li> tag again.  we were using /admin as route ...

    thank you.

  • 1 Votes
    1 Posts
    296 Views
    M

    Good day, all.

    I'm a user of some forum which uses NodeBB.

    Is it possible (for the admins) to configure the forum so that the Unread section (a relative example here would be https://community.nodebb.org/unread) shows to the logged in user all posts and threads (topics) which were not read by this user?

    I have already consulted my Settings, but I can't see a setting for this.

    Currently there is only quite short range of posts shown in the Unread section. In this forum: only 26, while there are probably hundrends in fact.

    In "my" forum, after I read them, the sections displays:

    There are no unread topics.

    while in fact there are tens of them (in the last months I was visiting the Forum quite rarely).

    Now I'm trying to catch up, but Unread section quickly turned empty.

  • 1 Votes
    1 Posts
    1k Views
    N

    By visiting unread page https://community.nodebb.org/unread
    By clicking on topic titles, user should be redirected to first unread message.

  • 2 Votes
    1 Posts
    1k Views
    H

    Currently watching categories is opt-out. On forums having lots of new topics, this results in a huge number of items in example.com/unread. I think the unread page would be far more useful if watching categories was opt-in. That way /unread would contain only the items a user is interested in from the start and they won't have to go ignore a bunch of categories in order for /unread to become useful.

  • 1 Votes
    9 Posts
    4k Views
    XiphX

    @baris said:

    If we were to update the list automatically the page would be a total mess on a busy forum as topics would have to move around every time a new post comes in.

    You do have a point there.
    However, you could still do it in a Facebook-esque style:

    Without refreshing: When a reply is made to an existing topic (or a status, on FB) is made, do nothing (or alternatively, only update the reply count & "X posted Y minutes ago" snippet) When a new topic is made, add it to the top of the list When refreshed: List every topic in order of most recent reply (current behaviour)
  • 0 Votes
    1 Posts
    1k Views
    S

    Hi,

    I noticed that in the unread page, if i have some "legacy" posts that is unread, and subsequently the category is disabled, it will still remain in the unread page.

    However, when one clicks on the post, it will show a 404 error.

  • Unread Count

    General Discussion
    2
    0 Votes
    2 Posts
    2k Views
    julianJ

    This code: https://github.com/NodeBB/NodeBB/blob/a9ca035e1e3d54fc457569196116871bfc8c3ba5/src/topics/unread.js#L118-L145 😄