GetSimple Support Forum
QUESTION Automatically installed plugins? - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Plugins (http://get-simple.info/forums/forumdisplay.php?fid=13)
+--- Thread: QUESTION Automatically installed plugins? (/showthread.php?tid=7348)



Automatically installed plugins? - Artur - 2015-06-18

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".


RE: Automatically installed plugins? - shawn_a - 2015-06-18

you could just add the plugins and include the plugins.xml file.


RE: Automatically installed plugins? - shawn_a - 2015-06-18

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