Black Simplicity
Our first user submitted theme!
Thanks to Stephanie Layne for taking the Pink Simplicity theme and changing it into something less feminine, but still with the graphic font and corner elements.

|
Home » News & Updates » Themes
Black SimplicityOur first user submitted theme! Thanks to Stephanie Layne for taking the Pink Simplicity theme and changing it into something less feminine, but still with the graphic font and corner elements.
194 KiB - 105 downloads
Pink Simplicity ThemeSimply Pink is a theme designed to be used when a more feminine look is needed. The background is a light pink with slightly darker accent images. All text is dark red. Screen Shots
Changing the FontSeveral of the headers are graphics built on the fly from a GPL licensed true type font called Penguin Attack. If you would like to change the font you just need to upload your TTF file to the /font/ folder under the theme directory and name the file font.ttf. Be sure that it’s allowed to use the font for commercial purposes. I had a very hard time finding a font that fit the style I was looking for that was free for all uses. More about the fontThere is a script called drawfont.php in the /images/ folder of this theme that handles building the graphic files. It is something I’m working on as a plugin for a future version of ProofBuddy so it is included in this theme more as a test than anything. But this theme just wouldn’t look right with boring sans serif fonts. DownloadThis theme is available in the Theme Browser or you can download it below.
189.5 KiB - 120 downloads
18% Gray ThemeA new theme is available for download named 18% Gray. It has a dark gray background with red accents. It also has an example of a custom page opening in a popup. Screen Shots
Full image page
Shopping cart page
Editing the custom pageAfter your client logs in to this theme there will be a link titled About Us across the top right. You will want to edit the about_us.tpl file that’s included in the download so that the page has the information you want it to have. You can also change the text of the link from About Us by editing the theme language file. If you don’t want the About Us page at all you can just delete the about_us.tpl file from the theme directory and the link will not show. ThanksI want to thank Richard May of Richard May Photography for sending me a screen shot of the theme he created. It was the screen shot below that inspired 18% Gray.
Download
101.3 KiB - 167 downloads
Daily News version 2A new version of the Daily News theme is available for download. It includes several changes that have been requested by users, and rather than overwriting the current version I decided to have both available for download. Changes
99.1 KiB - 116 downloads
Daily News ThemeA new theme is available for ProofBuddy called Daily News. Daily News is based on news websites that have the content area surrounded by a drop shadow.
The Daily News theme also has an optional film strip below the fullsized image that displays thumbnails of all the images in your album. But since it can slow down the page view on albums with many images it is disabled by default. To enable the film strip you’ll need to change the language string show_filmstrip from 0 to 1. You can download the Daily News theme through the theme browser or using the link below.
104.6 KiB - 340 downloads
Theme: Black GlassThe Black Glass theme is an inversed version of the White Glass theme that’s been available for the past several months.
219.3 KiB - 514 downloads
The logoOf course you don’t want your clients to see our logo so we have made it very easy to replace our logo with yours.
The other option is to edit header.tpl to reference your logo file. Go through steps 1-5 above except that the file you upload does not need to be named logo.png.
<?php
if (file_exists(’<!–themedir–>/images/logo.png’)) { echo ‘<img src="<!–themedir–>/images/logo.png">’; } else { echo $config->readValue(’company_name’); } ?>
Theme: White GlassWhite Glass is a theme that I’ve been working on to release together with 1.0 to show what the new theme system is capable of. It is being written using the data classes that are exposed in version 1.0 of ProofBuddy. If you are familiar with PHP you will be able to look at the theme files and see how easy it is to create truly custom themes. Documentation on the new theme system will be coming shortly, but after 1.0 is released. And the old theme system of using variables will still work.
|