allow access to multiple access_collections ?

I trying to find a way to show some (blog)posts to multiple groups in my contactlist.

What would be a good strategy to do such a thing? because the datamodel allows for just one access-level /group

 

any help would be appreciated.  :)

 

  • No way to do it with standard Elgg. You could write a plugin that allows you to create super-access lists that combine two or more access lists.

  • That was what I want to do.

    However, I'm not an expert when it comes to the data-model and such, so I'm asking for some advice.

    /lib/access.php needs a rewrite for this, but is that the only place where some access-checking is handled?