Ticket #372 (new enhancement)

Opened 6 months ago

Last modified 6 months ago

Standard access restrictions should include 'Friends only'.

Reported by: eavdmeer Assigned to: nobody
Priority: normal Milestone: 0.9.1
Component: core Version: 0.9.1
Severity: normal Keywords: access, friends
Cc: Patch Included: 1
Review Stage: unreviewed

Description

When you create blog posts or upload files, you are currently limited to only three default access controls:

'public' 'logged in users' 'private'

That is probably either too open or too closed. I propose to add 'Friends only', in a fashion similar to the access restriction on communities. The included patch allows just that.

Attachments

elgg_access.patch (4.1 kB) - added by eavdmeer on 06/16/08 14:39:20.

Change History

(follow-up: ↓ 2 ) 06/13/08 19:45:27 changed by justinr

See the z_acsext (formerly acsext) plugin for this exact functionality:

http://classic.elgg.org/_download/plugins/z_acsext.tar.gz

Perhaps this extension should be included in the core distribution of modules? I use it all the time, and it works great.

06/16/08 14:39:20 changed by eavdmeer

  • attachment elgg_access.patch added.

(in reply to: ↑ 1 ) 06/16/08 14:42:10 changed by eavdmeer

I missed that plugin, but you are right, it seems to do the same and a bit more even. I'm not too keen on it's dependence on the include order though. I would definitely advise to have this included in the core. I think the functionality it offers is essential!