I'd like to add the ability for users to order the block links however they want. I'm thinking along the lines of making the checkboxes on the block settings page a draggable-table, however I've got no idea how to do this...
Suggestions and/or patches welcome!
Comments
Comment #1
Anonymous (not verified) commentedSome resources for when I can get my head around this:
- http://www.computerminds.co.uk/quick-guide-using-drupal-add-tabledrag-an...
- http://api.drupal.org/api/function/drupal_add_tabledrag/6
Comment #2
Anonymous (not verified) commentedI just committed some changes (http://drupal.org/cvs?commit=347628) that now enable users to configure the order of the links in a Post Block. I also added an install file that unsets some variables on uninstall.
At the moment these changes are only in 2.x-dev, so test it out and let me know if it's ready to make a new stable release (I'll make a new release in a few weeks anyway if no one responds by then).
Enjoy!