Jump to content


vanderbreye

Member Since 28 Mar 2012
Offline Last Active Jun 05 2012 11:49 AM
-----

Topics I've Started

Save Files in Amazon S3 / Cloud?

01 June 2012 - 04:04 AM

Hej!

Has anyone ever tried to save & load the files in / from the S3 instead / beside of the local filesystem ?

by using http://framework.zen...zend.cloud.html it is very esay to implement to save/load:
http://blog.ebene7.c...pper-verwenden/
- but will PW work with it?

By module? Or even better: a plugin that automatically saves/serves any files handled by the backend..

We will now try to build this, but we'll also happy about any thoughts about it!

User- oder role-based access-restriction in backend for pages and their children?

24 April 2012 - 09:57 AM

Is it possible to restrict the listing of pages/subpages based on the roles (user or role-access defined in a page?) FOR THE BACKEND?

(The page has no frontend, only a complex json output of the different users' content.)

i have multiple users which should not be able to VIEW or EDIT forign content.

They all (should) have their own "parent"-page with children:
It would be nice if the admin gives a "base-parent" for each user - where he is free to edit and create childs, but not somewhere else.

The template of the parent and the child-Pages is always the same, thats why i dont want to / can't restrict access through the template.

I also cant use the "settings-tab" on the page to give access, because it says:
"Access is inherited from page "/" and defined with template: home"
if i change the home-template-access:
Template 'home' is used by the homepage and thus must manage access

The plugin "page-roles" is not able to inherit the access to children, and its not possible to regulate EDIT/Create, only "view"...