Closed (works as designed)
Project:
DraggableViews
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jul 2011 at 17:33 UTC
Updated:
19 Apr 2014 at 08:05 UTC
Jump to comment: Most recent
Comments
Comment #1
rkarajgi commented@subscribing..
I am having same problem here...
Comment #2
rkarajgi commentedThanks 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.
Comment #3
rkarajgi commentedComment #4
MikeHauden commentedBumping 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!
Comment #5
MikeHauden commentedFor 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_structuretable. 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.Comment #6
p_tamas commentedSame problem was in this issue.
I done a little patch for it
https://drupal.org/node/1877662#comment-7963387
Comment #7
manuelBS commentedThis works out of the box, see #1877662: Allow for different sort per user