WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: adowellin on June 05, 2007, 05:35:25 AM

Title: New Template: Artificial Intelligence
Post by: adowellin on June 05, 2007, 05:35:25 AM
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 =)
Title: Re: New Template: Artificial Intelligence
Post by: ruebenwurzel on June 05, 2007, 06:12:45 PM
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
Title: Re: New Template: Artificial Intelligence
Post by: onliner45 on June 05, 2007, 08:16:42 PM
Hello,

I like this template - clear and easy - good work!

Martin
Title: Re: New Template: Artificial Intelligence
Post by: 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.
Title: Re: New Template: Artificial Intelligence
Post by: pippo6311 on June 07, 2007, 08:21:11 PM
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.
Title: Re: New Template: Artificial Intelligence
Post by: kweitzel on June 07, 2007, 09:23:40 PM
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
Title: Re: New Template: Artificial Intelligence
Post by: adowellin on June 08, 2007, 01:51:40 AM
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 :)
Title: Re: New Template: Artificial Intelligence
Post by: Lucien on January 22, 2008, 10:32:46 AM
"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.
Title: Re: New Template: Artificial Intelligence
Post by: mrmcctt on January 23, 2008, 11:42:15 PM
Thanks for the template.  I am using it for my site now.  It looks great.