GetSimple Support Forum

Full Version: Plugin Load Order
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Does anyone know if there is a way to control the loading order of plugins. I want to load one plugin before loading another.
plugins are loaded in /admin/load.php by the sequence of their ids

each plugin defines it's ID

Code:
# get correct id for plugin
$thisfile_innov=basename(__FILE__, ".php");
@connie, they are sorted by the ID on the plugins page but they are loaded depending on the OS, so it is usually by the date of the file.

@dshaner, at the moment there is no way of doing this.

maybe for 3.2/4 we'll add some sort of drag/drop sorting to enable this.
Its a problem that we are aware of and will put on the roadmap.

Mike.
Mike, thanks for the info!