some webhosters do not allow all necessary php-commands to install the files, so you have to do it manually....First an error in the wizard (I think for the webserver permission)
So I have copied and modified manually the files.
Your screenshot is ok....Anyway the template section it's little bit different from yours screenshots:
But look at the pepes starttemplatepack as an example for a proper template set. You will need the following files :screenshot.jpg, readme.htm and templatevendor.php.
you can't fool the templatewizard if you simply rename the exported template-file. if you want a copy of template create a copy in the backend (with a different name) and export this new template.At last I've saved a template, change the name of the same and try to import and this is the result:
install instructions:And last I'm not able to see the template switcher in the frontend
extract the templateswitcher.php file to the root directory of your phpwcms installation
usage instructions:
simply create an contentpart text and place the following php code inside:
Code: Select all
[PHP]
$tw_form_css = '';
$tw_select_css = 'style="font-size:10px;"';
$tw_button_css = 'style="font-size:10px;"';
include "templateswitcher.php";
[/PHP]