Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

DataObjectManager Module /

Discuss the DataObjectManager module, and the related ImageGallery module.

Moderators: martimiz, UncleCheese, Sean, Ed, biapar, Willr, Ingo, swaiba

Drag & Droping of images in gallery not working in SS 2.4.1 ( Solution :-) )


Go to End


1282 Views

Avatar
Storm Striker

Community Member, 6 Posts

30 March 2011 at 8:20pm

Edited: 30/03/2011 8:21pm

Respected UncleCheese,

I had an issue with the ImageGallery Drag & Droping of Images while reordering in SS 2.4.1.
But i have fixed it.

I think in SS 2.4.1 version u've missed this call to -> Requirements::javascript(THIRDPARTY_DIR.'/jquery-livequery/jquery.livequery.js'); some where arround line number 110 to 130 in yourSiteName/dataobject_manager/code/DataObjectManager.php.

For this purpose the drag & drop was not working in 2.4.1, Other versions are working fine so far.

I included this line ----| Requirements::javascript(THIRDPARTY_DIR.'/jquery-livequery/jquery.livequery.js'); |---- in the DataObjectManager.php. Then it started working fine.

Hope this will be helpfull-----

Regards--
Storm Striker