AlternateTemplates
for folderblog 3 (beta) :There are two alternate templates currently available for beta version of folderblog 3.
Note: To use the template, modify your fb_settings.php, specifically the line:
(in this example, the Almanac template is used)
Standard fb_settings.php: $template_name = "template"; // template filename prefix
to;
Modified fb_settings.php: $template_name = "almanac"; // template filename prefix
for folderblog 2.xx :
There are three alternate templates currently available for folderblog 2.x.
- Vert (preview) (download)
- Bar (preview) (download: comments version) (no comments version)
- Zoom (preview) (download) $show_thumbs must be set to 3 (in vars.php) for this template to function correctly.
You can view the source of the default template here with $rand_thumbs enabled or here with FotoBuzz integrated.
Note: To use the template, modify your vars.php, specifically the line:
(in this example, the Vert template is used)
Standard vars.php: $template="template";// template name
to;
Modified vars.php: $template="vert";// template name
Last edited February 23, 2008 at 10:51pm.(edit this entry)