Nitro

[qubn] New Posts Filter 1.1.1 2026-03-12

No permission to download
Allows users to exclude specific users from their "New Posts" / "What's New" feed without using the global Ignore feature.

Features:
  • Per-user exclusion list managed from Account > Excluded from New Posts
  • Filters both thread creators and last posters from the feed
  • User autocomplete for adding users
  • Sidebar navigation link added next to "Ignoring"
  • 200-user exclusion cap for performance safety
  • Zero additional queries, uses data already loaded with the visitor profile
How it works:
Users go to their Account page and click "Excluded from New Posts" in the sidebar. They can search for any username and add them to their exclusion list. Threads started by or last replied to by excluded users will no longer appear in the New Posts feed.

This is different from the built-in Ignore feature, ignored users are hidden everywhere (posts, conversations, etc.). This addon only affects the New Posts feed, leaving all other interactions intact.

Installation:
Upload the ZIP via Admin CP > Add-ons > Install/upgrade from archive.

Technical details:
  • Stores excluded user IDs as JSON on xf_user_profile (no new tables)
  • Hooks into ThreadHandler::applyFilters(), stays in sync with core XF updates
  • Uses fastUpdate() for efficient single-column writes
  • Full uninstall cleanup (drops column on removal)
  • Like
Reactions: BeckaCook
Author
NitroNitro is verified member.
Downloads
1
Views
31
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from Nitro

Latest updates

  1. [qubn] New Posts Filter 1.1.1

    Fixes a TypeError on the What's New / New Posts page that could occur on fresh installs when...
  2. [qubn] New Posts Filter 1.1.0

    New Features Admin option: "Globally excluded users" - specify users whose threads are hidden...
Back
Top Bottom