I have purchased the Drag & Drop Reorder RG plugin and am working on implementing to sort user profile images, and to select the user’s “featured photo” as the first photo in the sort order.
Currently my database structure contains a Users table and an associated User-Images table which contains a List of Images which references the Users table by Creator.
Is it possible to control the sort of the List of Images with this plugin? I haven’t been able to get it to work. I’m trying to avoid changing the structure of my DB too much. Any help is greatly appreciated, thank you!