2012-12-19, 22:00:24
(This post was last modified: 2012-12-19, 22:02:29 by jason.dixon.email.)
Yeah. Give it a test run first though to make sure it works for you. Works for me, but I suppose I have to label it as experimental as I haven't had any feedback yet.
The key is in the functions.php file found in the simple_input_tabs folder (which incidentally can be modified easily to install any plugin).
Place all your theme files into the theme folder as you would normally do then throw the plugin into the same folder (so simple_input_tabs.php would be in the same directory as template.php).
If you use a file named functions.php in your theme, then rename it to temp.functions.php. If you don't then ignore this step.
Move the functions.php file located in the simple_input_tabs folder into the same location as your template.php file.
And that should do it. When the theme is viewed, GetSimple will look at the functions.php file, which will in turn move the required plugins to the proper place.
Just be sure to make a copy of the file when testing things as it deletes itself once it has run. Let me know how it goes.
The key is in the functions.php file found in the simple_input_tabs folder (which incidentally can be modified easily to install any plugin).
Place all your theme files into the theme folder as you would normally do then throw the plugin into the same folder (so simple_input_tabs.php would be in the same directory as template.php).
If you use a file named functions.php in your theme, then rename it to temp.functions.php. If you don't then ignore this step.
Move the functions.php file located in the simple_input_tabs folder into the same location as your template.php file.
And that should do it. When the theme is viewed, GetSimple will look at the functions.php file, which will in turn move the required plugins to the proper place.
Just be sure to make a copy of the file when testing things as it deletes itself once it has run. Let me know how it goes.