Drupal 6 Node Gallery - Not saving on sort images tab, but works on sorting when list mode.

not working on this page: http://img192.imageshack.us/img192/2207/croppercapture62.jpg

upon saving, it just reverts back to the way it was before.

But when doing the list mode it works. (http://img13.imageshack.us/img13/6274/croppercapture63.jpg)

Comments

patoshi’s picture

Using a temporary fix:

line 216: $items['node/%node_gallery_gallery/sort/'] = array(

to

line 216: $items['node/%node_gallery_gallery/sort/no_jquery'] = array(

makes it go directly to the no_jquery page instead.

zengenuity’s picture

Status: Active » Closed (duplicate)