Hi,
I am WordPress developer but using Elgg for one of my project. I have certain customization to make and considering creating plugin for them so that other Community members can use. I am listing one of the Use case below and any help in this regard will be appreciated.
1. The requirement is I do not want members to select access levels for Pages and Blogs. The Site default access level is public and is should be that only. For example on New Page or Post we can see word "Who can see it" and then drop down with access levels.
2. Similarly on Pages there is drop down who can modify it. I want it to be Private only. So that only admin can delete or modify the content not other users.
I tried this too and unset the access levels but it does not work as intended and impacts both of above user cases. Any help is appreciated as it will be given back to Community
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Nikolai Shcherbin@rivervanrain

Nikolai Shcherbin - 0 likes
- Esha@Udinra

Esha - 0 likes
- Nikolai Shcherbin@rivervanrain

Nikolai Shcherbin - 0 likes
You must log in to post replies.Which your Elgg version?
Thanks for fast response. I am using 3.1.1 the latest stable version
In first, you can try to disable option for allowing users to set their own suggested privacy setting;
Also, you can use the hook in your custom plugin.
start.php
Use this hook in your custom plugin (start.php):
Learn more about views.
Read this trick also.