Is there a way to configure DraggableViews so the user can only re-order is nodes and not the others who he should not to. Actually when you gave permission to authenticated users, all the log on user are able to change order of any content.
The usage i'm looking for DraggableViews, as an exemple, is photo gallery. Every user have there own gallery and nobody else except them should be able to change it.
The module work great but the permission is missing i think. Maybe adding a permission like "Allow Reordering own content" should be nice in the future.
Any help or suggestion on this one please !
Thanks.
Sebastien
Comments
Comment #1
skizzo commentedI am experiencing the same problem with a views based image gallery. I found a workaround that may or may not be ok for you: in my draggable view I added a filter "User: current YES". In node views "user" actually means "node author", so if the current user is the author of the image nodes the draggable view is not affected (barring a performance penalty), otherwise the draggable view will be empty (preventing the user from changing the order). Not nice... but it serves the purpose.
Comment #2
sw3b commentedYes I know this trick. It work well but i'm experiencing issus with image in draggable views... sometime they are show and sometime not. I'm using imagecache..
Do you have same issue on your side ?!? Are you using imagecache ?!?
Comment #3
skizzo commentedI didn't stumble into that problem so far... Yes, I do use Imagecache,
but I am not running a live site, so I am not exercising the system
extensively. I will keep an eye on it.
Comment #4
sw3b commentedit's just because on my site... when I save the views the picture are there... and after cron or clearing cache and not goin in the views the pictures are not show. Even the HTML code is not in the source code of the page and I don't know why !
Comment #5
istryker commented6.x in now unsupported. Closing this issue.