WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: johnp on February 16, 2008, 02:36:15 PM

Title: New Premium Template Refresh V2.0
Post by: johnp on February 16, 2008, 02:36:15 PM
Refresh
(http://img88.imageshack.us/img88/5283/refreshce1.th.png) (http://img88.imageshack.us/my.php?image=refreshce1.png)

GNU General Public License.

Version: Refresh Version 1.0 / Layout-1.0 (WB Retrofitted)
Date: February 16, 2008
Original Author: Erwin Aligam (http://www.styleshout.com/about.php)
License: Fully open source without restrictions.
Please keep footer credits with a link to
Erwin Aligam (http://www.styleshout.com/about.php). Thank you!
http://www.styleshout.com/about.php#license

Retrofitted by: John P. and Charles M.

Hope you like it..
Title: Re: New Template Refresh
Post by: johnp on February 16, 2008, 05:50:33 PM


UPDATE!!!

 When redesigning this template I didn't insert the title tag

Code: [Select]
<title><?php page_title(); ?></title>
Sorry about this
Title: Re: New Template Refresh
Post by: johnp on February 16, 2008, 06:27:19 PM
Advanced features

If you don't have the following installed some features might not work within the template I am
retrofitting for WebsiteBaker 2.6.x

You can read more about the module add ons
http://addons.WebsiteBaker.org/pages/modules/code-snippets.php  (http://addons.WebsiteBaker.org/pages/modules/code-snippets.php)


Any news
http://addons.WebsiteBaker.org/modules/dlg_by_groups/dlc.php?file=218 (http://addons.WebsiteBaker.org/modules/dlg_by_groups/dlc.php?file=218)


ShowMenu2
http://addons.WebsiteBaker.org/modules/dlg_by_groups/dlc.php?file=40 (http://addons.WebsiteBaker.org/modules/dlg_by_groups/dlc.php?file=40)
Title: Re: New Template Refresh
Post by: bgg on October 03, 2008, 07:50:36 AM
A nice template indeed.

he top horizontal menu: need to work to make it drop-menu
Title: Re: New Template Refresh
Post by: doc on October 03, 2008, 11:51:42 AM
Hi,

think would only require a few modification according the template guidelines (https://forum.WebsiteBaker.org/index.php/topic,10864.msg64568.html#msg64568) so it can be put to the Addons repository.

Regards Christian
Title: Re: New Template Refresh V2.0
Post by: johnp on October 05, 2008, 04:43:38 PM
Template Name: WB Refresh v2.0
           Platform: 2.7
            Version: 2.0

Brief Description:

This template defines the guidelines to
be applied for new templates added to
the WebsiteBaker add-ons repository
from August 2008 onwards.

Enjoy!!

JP
Title: Re: New Premium Template Refresh V2.0
Post by: doc on October 06, 2008, 11:29:22 AM
John,

thanks for your contribution. Have reviewed the template and found some issues which should be fixed before the template will be added to the addons repository.

The general comment block in text files should provide the purpose of the individual file and some information about author, not the text from the master template.

The variable $template_directory have not to contain any characters other than: a-z, _ and - in lower case (no spaces, no uppercase etc. are allowed here).

The variable $template_license in info.php should provide a link to the license like:
$template_license = '<a href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution license</a>';

Have changed the license information from GNU GPL to Creative Commons Attribution 2.5 as defined by the original designer Erwin Aligam (http://www.styleshout.com/about.php). We had some issues in the past with licenses and we need to take this part serious. If you would like a contribution to your site, feel free to add a link to your website in the footer and add something like: "Credits in footer must remain intact as per the licence - the designer and the porter sections."

Please find attached a modified version with the applied fixes. Have not tested browser compatibility or validity of HTML/CSS yet. Please feel free to review and modify the changes I made.

Regards Christian

[Edit]
The code for optional template functions like frontend search (login etc.) should be taken over from the template guidelines. The search uses PAGE_EXTENSION for /search/index.php which should be avoided as this is a WB core file and hence not influenced by user settings.
Code: [Select]
<form class="search" action="<?php echo WB_URL.&#39;/search/index&#39;.PAGE_EXTENSION; ?>" method="post">
If the template is ported from an existing template, use the following line in info.php:
Code: [Select]
$template_author = 'Erwin Aligam; John P., Charles M. (WB port)';
[gelöscht durch Administrator]