Basically I've created a one-way relationship essential "Follow", I want to make a view where when a user visit's it, they will see all the content created by those who they follow, but not matter whether I use a filter or a user relationship in a view, it always does a left join on node.nid = ser_relationships.requester_id I need it to be node.nid = (everyone who I am following).
I am pretty sure this functionality exists already within the system, I just can't figure out how to access it.
Comments
Comment #1
_shyD7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.
If the issue remains relevant for D10+ versions, merge requests with proposed solutions for a new module version (D10+) are welcome in a new follow-up issue.
Thanks!