WebsiteBaker Support (2.8.x) > Templates, Menus & Design
New Template: Artificial Intelligence
kweitzel:
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
adowellin:
--- 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.
--- End quote ---
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 :)
Lucien:
"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.
mrmcctt:
Thanks for the template. I am using it for my site now. It looks great.
Navigation
[0] Message Index
[*] Previous page
Go to full version