Postponed (maintainer needs more info)
Project:
Flag Weights
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2009 at 16:41 UTC
Updated:
16 Oct 2012 at 18:08 UTC
I have setup Flag weight and draggableviews according to the documentation available.
Once I completed this everything is working fine, but I require the use of parent sorting for hierarchy view.
If you use the draggableview parent variable with out a relationship it shares the variable for all users, and this won't work, and when you try to use the draggableview with the flag:user relationship it goes always breaks the structure.
I was going to attempt making my own handler but I think it would be better to piggyback on the flag weight module.
Does anyone know what this would involve? Would it be as easy as creating another field and a new handler? or should this be it's own module?
Comments
Comment #1
chitownguy commentedThank you in advance.
Comment #2
chitownguy commentedComment #3
chitownguy commentedComment #4
chitownguy commentedbump
Comment #5
lyricnz commentedchitownguy: It's not "critical" for the module just because you need it. I don't know how to do what you're asking, perhaps you can provide a patch, and documentation, for flag_weights module?
Comment #6
c-c-m commentedI would also like to have hierarchical categorization in this module.
Comment #7
runzipel commented+1
Comment #8
lyricnz commentedSomebody needs to provide a patch.
Comment #9
cindyr commentedThe ability to have parent relationship/hierarchy would be awesome, especially for D7.
Comment #10
lyricnz commentedLike I said in 2010, I don't understand what you're asking, or how to do it. Moving to D7, as that where any new feature would be implemented.
Comment #11
lyricnz commentedPS: Draggable Views 7.x-2.0 doesn't support parent hierarchy yet
Comment #12
cindyr commentedI'm using Flag Weights and Draggableviews. What I'm ultimately trying to achieve is twofold:
1. Have the user identify how many "folders" they would like to categorize their list into (maybe via an exposed form, maybe a content type, maybe a profile field, still haven't figured the best option for this...)
2. Be able to drag their lists into those folders. This requires the parent hierarchy, which I think is a Flag Weights issue (but maybe it's Draggableviews?).
Example usage: someone has selected a variety of songs they like via flags. At the draggable list view, I'd like them to be able to identify how many categories they want (and preferably name them, but I can live without that), so some songs would be dragged under a parent folder that represents "Pop", another for "Country", another for "Reggae" etc.
Does Flag Weights accommodate my needs in #2?
Comment #13
lyricnz commentedIt certainly doesn't do #2 yet, but if support for parents were added to Flag Weights, it could theoretically be used for the sorting part of it. I had a play with that this morning, but am way behind the game on Views internals, so it's slow going.
Comment #14
cindyr commentedThanks for looking into this. It looks like some progress was made on this in DraggableViews, but progress seems to have stalled lately. If they get their end working, maybe you could just tie Flag Weights into their system: http://drupal.org/node/566332