I'd like to be able to re-order the list of flags. I've hacked together something that will work for the immediate term in the attached patch; however, I think a better way to do this might be with the draggable table that you can get with drupal_add_tabledrag. Anyhow, it would be nice to have some way to do this so that we could create a list of just a few specific flags and then use js to show all, like I've done on http://bahaipoint.com.

I should mention that this patch also includes the code for keeping saved settings from my other issue: http://drupal.org/node/682316.

Cheers!
David

CommentFileSizeAuthor
#8 gtranslate.patch3.45 KBDerryC
gtranslate.patch3.77 KBdnotes
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dnotes’s picture

A sketch of what I was thinking of for the settings page http://dnotes.net/screencasts/20100112-5bh-33kb.jpg

najibx’s picture

+1

mrgoltra’s picture

subscribing.

mrgoltra’s picture

Patch Failed

Hunk #1 failed at 160
patch: **** malformed patch at line 52: \ No newline at end of file

yannickoo’s picture

subscribe

eL’s picture

Version: 6.x-1.2 » 6.x-1.7

this feature will be very usefull!

Rar9’s picture

+1 feature would be very welcome

DerryC’s picture

Version: 6.x-1.7 » 7.x-1.13
Issue summary: View changes
FileSize
3.45 KB

I've just implemented the code from the following patch on a website I'm working on. Should be a nice simple solution to this.