Art2WB
With the design tool Artisteer you can create templates/themes for several cms, yet not for WebsiteBaker. This script fills this gap.
Version: 1.1.3 (tested with Artisteer 2.5 and WebsiteBaker 2.8.1)
+ 1.2.4 (tested with Artisteer 3.0 and WebsiteBaker 2.8.1)
Target audience: Webmasters wanting to create WebsiteBaker templates with Artisteer.
Requirements: basic knowledge in XML, HTML und PHP (for configuration).
Functions
- fold out menu (via showmenu2)
- sidebar blocks configurable
- RSS links configurable
- works with multi-language pages
Usage
- Create a page with Artisteer and export it afterwards as HTML page (folder, not zip archive).

- Copy the files index.php, info.php, art2wb.php, art2web.conf.php and simple_html_dom.php into the folder you selected in step 1 (in this example this is D:\art2wbtest).
The contents of the folder should now look like this:

- Edit art2web.conf.php. The file is in XML-style and commented.
- Edit info.php. Change values for $template_directory and $template_name.
- Zip the files of the folder (not the folder itself). Look at the manual of WebsiteBaker.
- Install the template in WebsiteBaker via Add-ons - Templates.
- Call the page http://www.yourWBinstallation/templates/templatename/art2wb.php .
If the message „Could not write“ appears, set the chmod of the info.php and index.php files to writable (eg. chmod 666) and reload the page. - Select the template in WebsiteBaker via Settings - Default Settings - Template.
- If you want to change the template later, just upload the changed files via ftp and call art2wb.php once again. That way you don't need to uninstall the template and install it again.

