How to allow users to change stack contents? (blocks within a stack)
Permalink
EDIT: I've figured out an even easier and better way to do this. Instead of adding a stack I've simply added the below code to the place in my theme where I had a stack earlier.
Hello,
I'm trying to give a certain user permission to edit blocks within a stack. Problem is, when the user click on "Manage Stack Contents" he is taken to the login screen. I believe this is because it tries to enter the dashboard in order to edit the stacks. However, I've given the user admin permission from the page permission (Read, Versions, Write, Approve, Delete, Admin <- all enabled).
Is there a way to allow a user to edit the blocks within a stack?
<?php $a = new GlobalArea('My new name'); $a->display(); ?>
Hello,
I'm trying to give a certain user permission to edit blocks within a stack. Problem is, when the user click on "Manage Stack Contents" he is taken to the login screen. I believe this is because it tries to enter the dashboard in order to edit the stacks. However, I've given the user admin permission from the page permission (Read, Versions, Write, Approve, Delete, Admin <- all enabled).
Is there a way to allow a user to edit the blocks within a stack?