The module-ificaton of Tiki themes & easy module export via profiles in Tiki 9.1

Marc Laporte Wednesday 11 July, 2012

Themes historically include CSS, images and some custom Smarty (*.tpl) files. However, increasingly, we are using modules. module menu, module logo, module breadcrumbs, etc.

So if you are developing a theme on server A, and you want to copy to server B, it's no longer just copying over the theme files, but also reconfiguring the modules.

This is time consuming and error-prone. Profiles are perfect for this, but building and maintaining profiles in wiki pages is time consuming. Now, thanks to the profile export, it becomes easier & faster.

In the future, we'll be looking into having this available as a text file in the theme package, a bit like System Configuration for preferences.

For now, go to tiki-admin.php?page=profiles -> Export

And on the new site, tiki-admin.php?page=profiles -> Advanced -> Profile tester

The code for this is r42346

Enjoy!


Permalink: https://trunkdev.tiki.org/blogpost22-The-module-ificaton-of-Tiki-themes-easy-module-export-via-profiles-in-Tiki-9-1