GetSimple Support Forum

Full Version: Automatically installed plugins?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to set some plugins activated as the website is working? I would like to make another plugins working after setting up a site, as "Send Anonymous Data" and "Innovation Theme Plugin".
you could just add the plugins and include the plugins.xml file.
or you could modify setup.php around #160
change_plugin('InnovationPlugin.php',true);

in 3.4 there will be the definition, that can be used.
'GSINSTALLPLUGINS' => 'InnovationPlugin.php', // (str) csv comma delimited list of plugins to activate on install