I have a profile type (“Blocks”) where various groups make profiles for the Blocks they offer.
I have one group that will need to do the following simultaneously:
- List the set of Block profiles it owns and manages.
- List a curated list of Block profiles shared with it from other groups.
What I’m hoping for is a widget argument that achieves these two without any additional input from editors (i.e. tagging).
Group filtering doesn’t seem to work here. If limited to the current group, then all Live Blocks the group has (owned or linked) are listed. If excluding the current group, then will include all Live Blocks on the site rather than the curated set; will also list any of the group’s Blocks shared to other groups.
I want to be able to, within a group, divide by this owned/linked status. Something like:
<arg id="filter" name="is_linked_copy" action="equals">true/false</arg>
- True: show only items from other groups
- False: show only own items
<arg id="filter" name="owned_by_me" action="equals">true/false</arg>
- True: show only items owned by “me”
- False: show only items from groups that are not “me”
- etc.
Does something like this exist, or a (relatively easy) method to achieve the desired result?
Thanks,
Nick