WebsiteBaker Support (2.8.x) > Templates, Menus & Design

Template - All CSS 2

<< < (2/9) > >>

bgg:
Hi G:

Thanks for your nice template. I am playing with your template at: http://wb.asiasrc.org

What I want to achieve these:


* Breadcrunbs: DONE
* List of Sublinks on each main pages: DONE
* Submenu on the left block: working
* Style switcher: atleast 2 sets of font size - large/small texts -- trying .. any idea?
* sitewide fixed boxes: on the left block all pages... any idea?
Thanks

Babul

kweitzel:
Hi bgg,

at least for the style seitcher you'll need to research and programm a bit. A good starting point for this is this thread here: http://forum.WebsiteBaker.org/index.php/topic,4887.0/topicseen.html

The second issue, "sitewide fixed boxes" ... it depends on your definition of this term. Do you want to have a functionality where you have a WB page which is displayed in all other WB subpages as a content block (Global Blocks) or is it something else?

cheers

Klaus

bgg:
Hi Klaus,

Thanks. I will work on the style switcher and will let you know...

The content box: I want one or mroe content boxes on in all the pages!
these may contain some existing WB things such as

1. Root menu
2. last 10 news items
4. last 10 forum posts
5. one random image from gallery
6. Latest events: list of events from the events section
7. a calendar: dates linking to events!

May be all these things will coem in the homepage.. and few will be shown in the other pages.

Currently the searchbox is shown in all the pages.

Perhaps I can hardcode few things in the template itself.

Thanks

Babul

kweitzel:
You'll have to, but some scripts are available ...

1) Root Menu - normal menu call
2) look for script "Display news anywhere"
3) not yet done
4) Snippet Module Random Image
6) people in Germany are working on a script
7) see above

They can all be hardcoded into the template or included via "php - inlude" and/or curl.

cheers

Klaus

gavjof:
Hi,


--- Quote from: bgg on February 21, 2007, 05:32:47 AM ---
* Submenu on the left block: working
* Style switcher: atleast 2 sets of font size - large/small texts -- trying .. any idea?
* sitewide fixed boxes: on the left block all pages... any idea?
* a calendar: dates linking to events!
--- End quote ---

1. Have you moved your submenu from the left? as I can see it in the main content block.

2. Not thought about the style switching yet, although I've seen examples around that use js.
Have a look on here, I'm sure it's here someewhere: Web Developers Handbook

3. I presume you're talking about the fixed box pulling data from baker, as this would be easy to do in just the template? If the content is different on each page then you can add another content block. See this post: Multiple Blocks/ Menus

4. There's a few Calendar's on the Add-ons directory. Give them a whirl and see if you like any.


--- Quote from: bgg on February 21, 2007, 05:32:47 AM ---Currently the searchbox is shown in all the pages.
--- End quote ---
why not try


--- Code: ---<?php
// code used to show search on homepage only
if (MENU_TITLE == "Home") { ?>
<div id="searchbox">***Search goes here***</div>
<?php } // code used to show search on homepage only ?>
--- End code ---


Cheers gav

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version