Hey guys, as promised on one of my other threads I have cleaned up my ski resort site template coversion and released it for general use =) This one is artificial intelligence featuring five section blocks and two ways of the menu showing up. Oh yeah, it validates just fine too!
Detail page: http://www.websitebakertemplates.com/pages/showcase/artificial-intelligence.php
Download link: http://www.websitebakertemplates.com/templates/1024px/download.php?file=artificial-intelligence.zip
viel spaß beim probierien =) have fun trying it out =)
Hello,
again a great template. Added it to the addons page too.
http://addons.WebsiteBaker.org/pages/templates.php?template=artificial-intelligence (http://addons.websitebaker.org/pages/templates.php?template=artificial-intelligence)
Thanks for your addition
Matthias
Hello,
I like this template - clear and easy - good work!
Martin
It doesn't seem to like large sub-menu's tho...
http://baker.mnpages.com/pages/templates/artificial-intelligence.php
I'm figuring it's an easy fix, but I haven't checked out the CSS on it yet.
Hi, good work but where is the login/register block?
When i create 1th page, then 2nd subpage and 3th subpage, menù display only 1 and 2 page. Why this?
Thank if anybody help me.
Maybe it has not been integrated ... but you can do that. Just head over to the project page ("projects" - "WebsiteBaker 2" - "Documentation") and have a look at the template tutorials. You'll find the info required for adding the login the box there.
cheers
Klaus
Quote from: Panther on June 07, 2007, 06:48:46 PM
It doesn't seem to like large sub-menu's tho...
http://baker.mnpages.com/pages/templates/artificial-intelligence.php
I'm figuring it's an easy fix, but I haven't checked out the CSS on it yet.
Indeed, the template as it stands only supports 3 options in that menu. I just did the conversion to WebsiteBaker, not the original template =) I leave the template in original form generally and if people have need of it to do different things, then it's up to the user to deal with that.
There is, therefore, no login/register block for this same reason - it wasn't on the original template. This can be easily added in the left column div, however, using the box class on this particular template. If you'd like I can send you a template modification with this already included, just let me know on here, if you can't do this yourself :)
"Indeed, the template as it stands only supports 3 options in that menu"
Hi,
Just change the following code if you want the use more options in the left menu;
in the CCS sheet:
.box {
padding: 12px 15px;
border: 1px solid #ccc;
margin: 0 0 10px 0;
clear: left;
}
Index.php:
move the line:
show_menu(1, 0, 1, true, '<li>[a][menu_title]</a>','</li>','<ul id="menu_left">','</ul>');
to the div left section.
<div id="left">
<?php
show_menu(1, 0, 1, true, '<li>[a][menu_title]</a>','</li>','<ul id="menu_left">','</ul>');
?>
<div class="box">
Thats all!
Cheers.
Thanks for the template. I am using it for my site now. It looks great.