As mentioned on the Module Weight project page, this functionality is now included in the Utility module (http://drupal.org/project/util) in D6. Steve Khalid Baheyeldin wrote:
You can change module weights directly via SQL. Basically you set the weight column in the system table.
Or you can use this module http://drupal.org/project/moduleweight
Although it is for D5, it is a small module and can easily be adapted to D6.
On Sun, Sep 6, 2009 at 11:23 PM, Jeff Greenberg <jeff@ayendesigns.com <mailto:jeff@ayendesigns.com>> wrote:
Dipen wrote:
By changing weight you mean directly in the table or there is a way to inform drupal that my custom module should be loaded at last. The module listing page at admin/build/modules follow the same weight based order (?) in that case would it mean that it can be controlled by package name?
I'm looking through the api without much luck. From what I notice, the packages are alphabetical.
-- Khalid M. Baheyeldin 2bits.com <http://2bits.com>, Inc. http://2bits.com Drupal optimization, development, customization and consulting. Simplicity is prerequisite for reliability. -- Edsger W.Dijkstra Simplicity is the ultimate sophistication. -- Leonardo da Vinci