Hi

i do a display to sort views items like doc say and it works but i don't have the drag'n drop enabled, only select boxes to choose weight..not user friendly..

how can i get the javascript drag'n drop for this view page display ?

thanks

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

iStryker’s picture

Status: Active » Fixed

Aiphes you have to click 'show row weights'.

aiphes’s picture

Status: Fixed » Active

where ? i don't find it..

iStryker’s picture

Troubleshooting:

  1. Make sure javascript is turned on and loading properly. For tables in drupal 7, its [root]/misc/tabledrag.js.
  2. Make sure you have draggableview permission for the correct role (which you have as you can see the select dropdown)
  3. Select 'show row weights' where to select 'hide row weights'
  4. 'Show row weights' is a global variable/setting. You have to 'hide row weights' on another page/table, such as admin/structure/block (Drupal 7) or admin/build/block (Drupal 6), or go into the variable table in the database.
iStryker’s picture

Title: No drag'n drop on a D6 views » No drag'n drop on a D6 or D7 views
Status: Active » Fixed
FileSize
1.06 KB
1.13 KB

I have update the README.txt for D6 and D7.

Committed 3d3ffd3 for D6
Committed 4f5ac4c for D7

aiphes’s picture

Title: No drag'n drop on a D6 or D7 views » No drag'n drop on a D6 views
Status: Fixed » Active
  1. Make sure javascript is turned on and loading properly. For tables in drupal 7, its [root]/misc/tabledrag.js.
  2. i'm under D6 but js seem to load right : <script type="text/javascript" src="/sites/all/modules/jquery_update/replace/tabledrag.js?c"></script>

  3. Make sure you have draggableview permission for the correct role (which you have as you can see the select dropdown)
  4. i use it as admin so do i need this ?

  5. Select 'show row weights'
  6. i'm not able to do so

  7. 'Show row weights' is a global variable/setting. You have to 'hide row weights' on another page/table, such as admin/structure/block (Drupal 7) or admin/build/block (Drupal 6), or go into the variable table in the database.
  8. i'm using a page display dedicated to order items

iStryker’s picture

Issue summary: View changes
Status: Active » Fixed

Looks like this is committed for D6 and D7.

Drupal 6.x is no longer supported. Closing issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.