Skip to content
  • 0 Votes
    5 Posts
    175 Views
    julianJ
    @phenomlab that doesn't sound like out of the box behaviour... can you reset all plugins and see if it reproduces?
  • 0 Votes
    3 Posts
    242 Views
    DownPWD
    @baris @baris said in Recent page and Recent Card update doesn't work for one account: So this started after you migrated your server? 2 or 3 days after @baris said in Recent page and Recent Card update doesn't work for one account: I would login with that user and make a new reply and see if that shows up in recent he use his account, he can answer tot topic but nothing in recent @baris said in Recent page and Recent Card update doesn't work for one account: Other things to check are blocked users, ignored categories Where can I check this? I put this user in the admin group and same things @baris said in Recent page and Recent Card update doesn't work for one account: If all else fails you need add some console.logs into src/controllers/recent.js to figure out why no topics are returned for that user. So there I am dropped
  • Hide category from feeds

    Unsolved Plugin Development
    1
    0 Votes
    1 Posts
    370 Views
    magnusvhendinM
    Is there some way to hide all topics within a category from all feeds (recent, popular, new, the digest)? I need the topics to be accessible (and usable) to all users directly, but not searchable or showing up at random.
  • 0 Votes
    5 Posts
    2k Views
    M
    So I'n my opinion it is bug that it ignores categories for some people. How to delete those entries in MongoDB?
  • Adding New Topic to Recent page.

    NodeBB Development
    10
    1 Votes
    10 Posts
    5k Views
    AlexA
    I imagined something like that for filtering by categories. The active tab would be bigger than the others. [image: baSiUs5.jpg]
  • Auto-Refreshing /recent Page

    Feature Requests
    9
    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)