Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Plugin Load Order
#1
Does anyone know if there is a way to control the loading order of plugins. I want to load one plugin before loading another.
Reply
#2
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");
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
#3
@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.
My Github Repos: Github
Website: DigiMute
Reply
#4
Mike, thanks for the info!
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply




Users browsing this thread: 1 Guest(s)