I'm attempting to follow the directions:
Quick install:
1) Activate Draggableviews module at yoursite?q=admin/build/modules
2) Navigate to views edit-page and click the currently enabled style plugin ("Basic settings" section)
Choose Draggable Table and click Update button
3) Click the "+" at the "Fields" section and choose "Draggableviews: Value #1" -> Click Add button
4) Enter style plugin settings by clicking the little cogwheel next to "Draggable Table" style plugin
5) Click "Add order field" button and choose "Value #1" from the list
Click Update button
6) Save the view and you're done
but I get stuck at #3. Daggable views does not show up when I click the + in the Fields section.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | draggableviews.views_.testoutput.patch | 1006 bytes | sevi |
Comments
Comment #1
sevi commentedI just tried setting up the latest drupal, views and draggableviews and it works for me. I also tried updating from 6.x-3.1. Probably your drupal is not up to date?
However, this sounds like a caching problem. Try to empty the views cache (http://yoursite.com?q=admin/build/views/tools or use devel module).
Good luck :)
sevi
Comment #2
eidolon nightFirst, I have to apologize for my horrible grammar in the title. That's what happens when you work late I guess.
Second, I tried clearing all caches, including views, and I'm still having this issue. Draggableviews: Value #1 simply doesn't show up when I attempt to add fields.
Here is my exported view (with table style currently).
Comment #3
sevi commentedI really don't know O_o
Did you already try installing Drupal new from scratch? This is not a very elegant solution to solve your problem but maybe it helps :)
Comment #4
eidolon nightUnfortunately that isn't really a viable option for my site.
Comment #5
sevi commentedI guess this comes from function draggableviews_views_data() in views/draggableviews.views.inc.
It seems there's nothing beeing exported to views from hook_views_data().
Check the module settings page at ?q=admin/settings/draggableviews. Maybe the number is set to 0..?
Comment #6
eidolon nightTried once again clearing the views cache, and making sure that ?q=admin/settings/draggableviews was set (in my case it was at 3, but I changed to 4 and clicked save just to be safe). I still don't get a field to add.
Comment #7
sevi commentedHmm, still don't know O_o.
Try the attached patch. It will output all the settings returned to views from draggableviews (assumed the function draggableviews_views_data gets called).
You have to clear the views cache to see the outputs of this patch.
Comment #8
mitchell commentedwell, it's kinda a patch... so needs review seems appropriate.
Comment #9
sevi commentedCode changed very much in the meanwhile.
Create a new issue if this error persists.