it it possibile to limit the reorder capability only to the current logged in user ?
(ie. for pages unser user/%/foobar)

Comments

mitchell’s picture

Status: Active » Fixed

@gunzip: I see that you're trying to create a personalized hierarchy. Since, the handler value is global, any user who edits one of those values will change it for other users, no matter which view they're in. So, your views implementation wouldn't be sufficient to accomplish what I think you're trying to do.

The solution to this is to use Flag Weights.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Donaldd’s picture

Is this solved and how did you do it?

I currently have a list of flagged nodes on the user-profile, but I only want the owner of the profile (the person that flagged the nodes) to be able to change the order of the nodes.
Because now every user can change the order of every list, even not their own and that's not what I need.

Any suggestions?

Thanks,
D

gunzip’s picture

you can put two different views at the same address, one is the draggable one with access rights, the other one is plain with anonymous access. you can do this with panels as well.

Donaldd’s picture

Thanks Gunzip!

I'm also using panels, but would the plain one then have the same order as the draggable one?