Same here, for a site im building, I must do: Simplefeed -> Custom module for hierarchical clustering -> custom module for scoring -> custom module to create and save nodes based on that -> recalculate preempt panels cache. I agree that this is advanced. But i'd love a module with a javascript drag and drop interface; i shouldnt have to manually update obscure and underdocumented database fields for that, shouldnt I? :) I vote for leaving it in moduleweight.module. Michael Imbeault CHUL Research Center (CHUQ) 2705 boul. Laurier Ste-Foy, QC, Canada, G1V 4G2 Tel: (418) 654-2705, Fax: (418) 654-2212 Fabio Varesano wrote:
I have the code ready in my sandbox for half a year that would add before/add instead of manually setting weight once module registry lands.
For some recent development to the video module we had to explicitly alter the weight of some modules in order to create the expected submission flow interaction between submodules.
As example: video upload -> video thumbnailing -> video transcoding -> video storage
All of this implemented by submodules which expect that the data provided by the "before module" already are available.
A before/add feature would be really useful for us and I'm sure there are lot more scenarios that would surely benefits from this.
Fabio Varesano