Hello,

I need to filter all content-related Views across my entire site with a PHP filter that checks for a flag between the current user and any Views page where the content of other users is displayed. For example, User A flagged User B... User B visits a Views-driven page of user-created articles... User B should not see the articles created by User A because of that flag.

The flag filter is working fine, but I would prefer to not have to add it to every View. Is it possible to create a view with that filter and use it with Views Global Filter to automatically filter the content on all pages?

For this to work, I would need to be able to disallow user input on the global filter, and also hide it from display on the page.

Is any/all of this possible?

Comments

hockey2112 created an issue.