Robert Garrigós Castro wrote:
Hi all,
I needed a new type of node sorting for a drupal implementation I'm working on and I wrote a simple sorting.module that does the job. I thought it might be a nice feature to have for the new 4.7 so I uploaded a zip file with the module and a couple of patches here: http://drupal.org/node/37899
I will appreciate any feedback on this in order to evaluate the possibility to have something ready for a 4.7RC.
Robert Garrigós
Hi Robert. The issue tracker is the place for posting feature requests, bugs, and proposed changes to core. I suggest you use this issue, http://drupal.org/node/5738, or post a new one. Also note the contributed module called weight: http://drupal.org/node/35984. It's approach is slightly different than yours though (I like weight.module approach slightly better).