New Premium Template Refresh V2.0

doc

#7
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. 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.
<form class="search" action="<?php echo WB_URL.'/search/index'.PAGE_EXTENSION?>" method="post">
If the template is ported from an existing template, use the following line in info.php:
$template_author = 'Erwin Aligam; John P., Charles M. (WB port)';

[gelöscht durch Administrator]

johnp

#6
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

doc

Hi,

think would only require a few modification according the template guidelines so it can be put to the Addons repository.

Regards Christian

bgg

A nice template indeed.

he top horizontal menu: need to work to make it drop-menu

johnp

#3
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


Any news
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

johnp



UPDATE!!!

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

<title><?php page_title(); ?></title>

Sorry about this

johnp

#1
Refresh


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..