Resource icon

New Posts Filter 1.0.0

No permission to download
Compatible XF 2.x versions
  1. 2.3
Visible branding
No
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)
Author
qubn
Downloads
3
Views
41
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from qubn

Back
Top Bottom