Version 5.x.2.3 according to readme file. 5.x.2.6 according to the .info file

Great module. Fantastic.
I'd love to be able to enable the users to move the modules around onscreen in their mysite page (ajax style?).
I see that this is in the API, in mysite.js. But I am totally at a loss as to how to implement this.
Please point me to some instructions or information.

Comments

agentrickard’s picture

Status: Active » Fixed

MySite _requires_ the jQuery Update and jQuery Interface modules for drag-and-drop sorting.

See section 3 of the INSTALL.txt file.

--------
3. DEPENDENCIES

In order to provide a shared library of functions, MySite uses other modules to provide advanced JavScript functions. If you do not install these modules, MySite will still work correctly. However, without these modules drag-and-drop sorting of content is not supported.

----
3.1 jQuery Update

Download and install the jQuery Update module from:

http://drupal.org/project/jquery_update

This module upgrades Drupal's jQuery file from version 1.0 to the newest release, which is required by the jQuery Interface library.

----
3.2 jQuery Interface

Download and install the jQuery Interface module from:

http://drupal.org/project/jquery_interface

This module provides a common method for using the Interface library with Drupal.

And you should upgrade to 5.x.2.8.

agentrickard’s picture

Status: Fixed » Closed (fixed)