Hello,

I'm trying to use DraggableViews module in a critical project for our univrsity. I checked Unique for each user option but it doesnt save order for each user. Is there any option which i complete. When i checked "draggableviews_structure" i cant see rows for each user.

I really need this option for the project.

Regards,

Comments

rkarajgi’s picture

@subscribing..

I am having same problem here...

rkarajgi’s picture

Component: Documentation » Code
Category: task » bug

Thanks for this terrific module. I have used the D6 version and used the unique sort order for each user. I tried to use the same feature in D7 version and it does not seem to be working.

This is not a problem with documentation but I think it maybe a bug - or maybe I am not configuring something right.

rkarajgi’s picture

Priority: Critical » Major
MikeHauden’s picture

Version: 7.x-1.x-dev » 7.x-2.x-dev

Bumping this. I'm able to build a view that allows users to sort via DraggableViews; however, it's saving the site-wide weight. How do I add/implement a per-user weight? Is this option even available in the D7 version? I should mention I'm running Views 7.x-3.5 and the most recent -dev release of DraggableViews. Thanks!

MikeHauden’s picture

For what it's worth, I made this work by generating the UID as an argument (using the "Null" argument type, then assigning it the UID without it actually being in the URL), then DraggableView: Content takes the argument and stores it in the draggableviews_structure table. I'm not sure if this is a workaround or the proper way to do this, given that the 6.x version of DraggableViews had a checkbox for this functionality in the UI.

p_tamas’s picture

Same problem was in this issue.
I done a little patch for it

https://drupal.org/node/1877662#comment-7963387

manuelBS’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

This works out of the box, see #1877662: Allow for different sort per user