23 votes
Allow per-item permissions within a page
I'd love to have more granular control over what each editor can do - ie, one editor may have acess to the homepage, but only be able to edit body copy rather than headings.
A current workaround for achieving this could be the use of server side includes. In your homepage:
<!--#include file="fragment.html" -->
And then point cushy at fragment.html
- retailmenot
fysicsluvr
May I suggest something similar to the Lussumo Vanilla permission system?
http://www.getvanilla.com
5 months ago
mpoyner
This is a good idea from the OP. I had the same thought earlier today.
5 months ago
mimboo
It will be much more easier to use for Editors, it was more like creating categories/sections for certain things, example is, if the client just wants to edit a certain div or contact numbers, they will just go to the contact us section/category then select edit contact no's or edit about us. It'll be more user friendly.
3 months ago
TomTester
There's only one problem with the server side includes, they're not available on all platforms (Windoze). How about adding an include feature in cushy, a simple one, where you merge the files before upload, e.g. <a class="cushyinc" href="chunkID"></a> where chunkID is the name of a page or chunk defined on cushy.
3 months ago