Has anyone gotten draggable views working in drupal 7.0? I've messed with it, and can't get it to work.

CommentFileSizeAuthor
#17 1025128-fieldapi-handler.patch41.22 KBygerasimov

Comments

kbond’s picture

subscribe

traceelements’s picture

Is any more work going to be done to port this module to Drupal 7? I really, really need this module for multiple sites.

sevi’s picture

It seems I will not have time for DraggableViews any more. Seeking for new maintainers..

Countzero’s picture

I managed to make it work in D7. I don't have time to become a full time maintainer, but would be happy to help.

I'm trying to write a sortable grid plugin for Views and the GUI is almost done, but I have trouble understanding how to mix the form with the view data. It would be a lot simplier than Draggable Views as there would be no hierarchy between nodes.

Could you give me some guidelines to understand the process ? We could speak directly by mail to see what's possible if you prefer.

Hope to read from you soon.

traceelements’s picture

A sortable grid would be amazing! Thanks for working on that!

Shadlington’s picture

Subscribing

brightbold’s picture

Subscribing. Thanks for contributing to this @Countzero.

servantleader’s picture

Subscribing

ginc’s picture

Title: Draggable Views for D7? » Port Draggable Views to D7
Component: Miscellaneous » Code
Category: support » task

Subscribing

ginc’s picture

We have a project that needs the functionality, i am willing to help out as my time permits, you may add me as a co maintainer. I have CVS account.

Shadlington’s picture

Glad to hear you may be working on this soon!
Its probably best if you submit patches whilst waiting to hear back from sevi.
It'll help your case for co-maintaining and it'll give us something to test :)

ginc’s picture

@Countzero - how did u manage to make it work in D7?

Countzero’s picture

@GA : Sorry for the late answer. I was off for a week.

I installed the latest dev version of views 3 and the 7.x-1.x-dev of Draggableviews (25th of february). As I remember, all went fine then.

I can try to help if you post about any specific problem.

amalaer’s picture

subscribing

davidzz’s picture

sub

davidzz’s picture

Also, I'm wondering if the Draggable Views Book Handler can be ported as well?

ygerasimov’s picture

Status: Active » Needs review
StatusFileSize
new41.22 KB

I have ported CCK handler. Here is patch that enabled FieldAPI handler and now draggable views can be used with integer weight field. I haven't tested any other functionality.

I have removed ^M symbols in draggableviews.module file.

Patch is against 7.x-1.x branch.

joostvdl’s picture

subscribe

ginc’s picture

Title: Port Draggable Views to D7 » Drupal 7 initial release

@ygerasimov: moved your patch at #17 to #1105154: Port CCK handler.

@all: lets change the priority of all issues blocking 7.x release to major and use this issue for monitoring the progress and general discussion about "Drupal 7 initial release"

brightbold’s picture

Title: Drupal 7 initial release » Drupal 7 initial release for Draggable Views

Changing the title to distinguish from all the other "Drupal 7" issues in everyone's dashboards.

Countzero’s picture

I released the first dev version of my sortable grid project.

You can find it here.

You'll have to click 'view all releases' to be able to download the thing.

The code is vastly inspired from the Draggable Views code, so I want to thank the maintainers for their work and hope they don't mind this announcement post.

Reviews and tests are of course vastly needed and encouraged.

ygerasimov’s picture

Status: Needs review » Closed (fixed)

I think we can close this issue. Please feel free to open any other issues with specific tasks for 7.x branch.