Welcome, Guest. Please login or register.
Did you miss your activation email?
May 26, 2012, 12:02:35 PM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
155533 Posts in 21712 Topics by 7736 Members
Latest Member: chris85
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: main menu + sub menu  (Read 672 times)
joycesf

Offline Offline

Posts: 13


« on: October 06, 2010, 08:49:12 AM »

Hi Guys... I need to know how this done... you can see it on the top right sidebar.

main menu and the submenu

http://scholarscanada.com/adults/general-public-seniors/

http://www.itoklantenservicecentrum.nl/wb/pages/actueel.php

thanks in advance

Joyce Smiley
Logged
joycesf

Offline Offline

Posts: 13


« Reply #1 on: October 06, 2010, 09:42:01 PM »

pretty please Smiley... anyone direct me to the solution?  argos or anyone?... thanks Smiley
Logged
kweitzel
Forum administrator
*****
Offline Offline

Posts: 6975


WWW
« Reply #2 on: October 07, 2010, 06:01:49 AM »

Take a look at the template AllCSS (with drop down) ... it already has this effect.

cheers

Klaus
Logged

WebsiteBaker Org e.V. - for WebsiteBaker

PurpleEdge

Offline Offline

Posts: 232



WWW
« Reply #3 on: October 07, 2010, 07:23:14 AM »

I think there is an add-in available for Superfish menus available at AMAST - I can't remember if it is a module, or something else?

This looks like a Superfish menu?

Edit: there is a discussion of it here...

http://www.websitebaker2.org/forum/index.php/topic,18520.0.html
« Last Edit: October 07, 2010, 07:40:04 AM by PurpleEdge » Logged
Argos
Moderator
**
Offline Offline

Posts: 2161


WWW
« Reply #4 on: October 07, 2010, 06:43:42 PM »

There are several options to create submenu: multiple showmenus, droplets (showchildren, sitemap, etc), snippets, modules. On the itoklantenservicent rum.nl site I used this snippet:

Code:
<?php 
// Submenu region, only shown when submenu's are available
ob_start();
show_menu2(0SM2_ROOT+1SM2_CURR+2SM2_ALL|SM2_CURRTREE);
$childmenu=ob_get_contents();
ob_end_clean();
if (
$childmenu!="") {
?>


<div id="sidemenu">
<?php show_menu2(0SM2_ROOTSM2_MAXSM2_CRUMB|SM2_CURRTREE,'<h2>[menu_title]</h2>','','','',false,false); ?>
<?php show_menu2(0,SM2_ROOT+1,SM2_CURR+2,SM2_ALL|SM2_CURRTREE); ?>  
</div>
<?php ?>

Logged

Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
WB Showcase: http://www.mywebsitebaker.com/pages/showcase.php?v&category_id=1242&count=30
----------------------------------------------------------------
Please don't request personal support, use the forums!
joycesf

Offline Offline

Posts: 13


« Reply #5 on: October 08, 2010, 07:21:23 PM »

Thank you guys... and Argo... that's the one I am looking for... it works beautifully, thanks Smiley
Logged
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!