Hi all,
I needed to be able to order each repository item however I wanted so I modified the Repository Module. 03.10 version
1. I added an OrderNumber Field in grmRepositoryObject table
2. I modified the getRepositoryObjects StoredProcedure to look for a CustomOrder sort
3. I modified the RepositoryBL to add the CustomOrder into the controller
4. I modified the Settings.ascx and .vb file to allow up and down arrows to move items up or down.
5. On click of the arrow it updates the OrderNumber field in the grmRepositoryObject table. (I hard coded the SQL for now, I am still having a few issues with the Update controller...)
Here is a Flash Demo of it.
http://www.9d.com/Demos/RepositoryOrder.swf.html
I am working on the packaging of it right now. I should have it ready to post for testing over the weekend.
If you are interested I will share the code with you and the project. Email me at tharris@9d.com.
I love the Repository Module!!! Great Job Steve and Mike and the rest who have helped with it.