New converted theme: Aura

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
User avatar
kermit
Power Poster
Power Poster
Posts: 693
Joined: Thu Jan 26, 2006 11:46 am

New converted theme: Aura

Post by kermit »

I just posted to http://themes.cmsmadesimple.org/ a conversion of Aura, old XHTML template originally done by http://www.leorex.com/

The conversion is a 'first version'... some tweaks here & there are needed, and it could use a custom news details template. if i didn't just go and upload it now while i was thinking about it, it probably never would be, because i'm a bit of a perfectionist when it comes to web pages and am never fully satisfied with them. at any rate, read the readme file included in the zip file.

Aura is completely skinnable using the original layered Photoshop PSD and Fireworks PNG files available at http://www.leorex.com/products/aura/  -- they are already sliced and diced and ready for hacking.

Note though that the exported XML file did not contain the custom menu template. So until that can be fixed on the Themes site, the menu template is below......

yes, i know it's missing the 'dfn' tags.. i took 'em out of the site this template was originally used on (with a different theme)
Image

Code: Select all

{if $count > 0}
<ul>
{foreach from=$nodelist item=node}
{if $node->depth > $node->prevdepth}
{repeat string="<ul>" times=$node->depth-$node->prevdepth}
{elseif $node->depth < $node->prevdepth}
{repeat string="</li></ul>" times=$node->prevdepth-$node->depth}
</li>
{elseif $node->index > 0}</li>
{/if}
{if $node->current == true}
<li class="active0{$node->depth}">{$node->menutext}{elseif $node->parent == true && $node->depth == 1}
<li class="activeparent"><a href="{$node->url}" {if $node->accesskey != ''}accesskey="{$node->accesskey}" {/if}{if $node->tabindex != ''}tabindex="{$node->tabindex}" {/if}{if $node->titleattribute != ''}title="{$node->titleattribute}"{/if}>{$node->menutext}</a>{elseif $node->type == 'sectionheader'}
<li class="sectionheader">{$node->menutext}{elseif $node->type == 'separator'}
<li class="separator" style="list-style-type: none;"> <span class="hide">-----</span> {else}
<li><a href="{$node->url}" {if $node->accesskey != ''}accesskey="{$node->accesskey}" {/if}{if $node->tabindex != ''}tabindex="{$node->tabindex}" {/if}{if $node->titleattribute != ''}title="{$node->titleattribute}"{/if}>{$node->menutext}</a>{/if}
{/foreach}
{repeat string="</li></ul>" times=$node->depth-1}</li>
</ul>{/if}
Edit: speedy work by westis has the zip on the themes site updated to include a menu template file.
Last edited by kermit on Thu Mar 15, 2007 12:26 am, edited 1 time in total.
eternity (n); 1. infinite time, 2. a seemingly long or endless time, 3. the length of time it takes a frozen pizza to cook when you're starving.
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
cyberman

Re: New converted theme: Aura

Post by cyberman »

Thanks - looks nice.

Maybe it will be better to create a zip archive with aura.xml, menu.tpl and a readme file inside ...
User avatar
kermit
Power Poster
Power Poster
Posts: 693
Joined: Thu Jan 26, 2006 11:46 am

Re: New converted theme: Aura

Post by kermit »

cyberman wrote: Thanks - looks nice.

Maybe it will be better to create a zip archive with aura.xml, menu.tpl and a readme file inside ...
one step ahead of ya.. ;) already sent off a request to westis and ted (dunno who else to bug about it) with a link to an updated zip file to get the one on the themes site updated (it was already zipped up with a 'readme').
eternity (n); 1. infinite time, 2. a seemingly long or endless time, 3. the length of time it takes a frozen pizza to cook when you're starving.
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
Post Reply

Return to “Layout and Design (CSS & HTML)”