Piwigo theme development documentation, consist of one page of information explaining the structure and content of theme files. This documentation is not extensive, but enough to help understanding themes created by others, which you can use as base.
I started for example with the theme ‘Elegant’, which looked more or less what I wanted. Apart from having some knowledge of PHP it is strongly recommended to understand Smarty, the tool used to generate the layout of your Piwigo site.
I recommend to read the following:
- Coding guidelines for creating a theme (child theme or custom theme)
Information how to create a new theme or a child theme of an existing theme and the file structure of a theme. - How To Customize Colors, Fonts and more (CSS coding)
- Smarty 3 Manual
- Existing themes available in the Extensions repository
- Lots of info / how to do’s by Ben Makkink (Dutch only)
- The Piwigo forum contains also info, just search for it. For example:
When the theme is ready you can make it available to other users via the Piwigo extension repository.
0 Comments