GetSimple Support Forum

Full Version: Multi level navigation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, and sorry for my bad english ...
I just test your CMS and it seems to be very useful ! Great works !

I just have One problem ...
I don't understand how to generate a sub menu...
I try to install your plugin

http://get-simple.info/forum/viewtopic.php?id=235

I add the line in the template ...
<?php menu_master(); ?>

but this line genrate the first level menu !

for example ...
I have this structure

HOME
PAGE 1
|___ SUB PAGE ALPHA
|___ SUB PAGE BETA
PAGE 2
PAGE 3

so : my first level menu should be "PAGE 1 | PAGE 2 | PAGE 3"
and if I click PAGE 2 I would like to generate a sub menu "SUB PAGE ALPHA | SUB PAGE BETA" (on the left side of my page for example)

... but I don't know how :'-(
Please Help me with a little tuto understandable by a kid of 6 yeard old ... lol

GETSIMPLE : 2.01
PHP : 5.2.6
APACHE : 2.2.8

regards
nobody to help me :'-(
I just read you post here
http://get-simple.info/forum/viewtopic.p...3596#p3596

but I'm ok with that ...
a part of my code
Code:
<div id="header">
        <a class="logo" href="<?php get_site_url(); ?>"><?php get_site_name(); ?></a>
        <p class="tagline"><?php get_component('tagline'); ?></p>
        <ul id="nav">
            <?php get_navigation(return_page_slug()); ?>
        </ul>
    </div>

    <div id="bodycontent">
    <?php    
    echo return_page_slug();
    menu_master();
    ?>

.
.
.
.
.

and the first level menu appears ...not the sub levels Sad
Ok, I've trying the abacus template and understand how your plugin works ...
And ... now, I need to know if it is possible to generate an individual sub menu ...
and not the full menu with subsection to use it as dropdown menu ...

I just need to have the sub menu section of the current page ...
possible with this plugin ?

thanks !
скачать темы и посмотрим, как это делается, то делать это под свой собственный шаблон.
плагин сделал то же самое.
Thanks for your answer but ...
I'm sorry but your link is dead :'(
sorry
download a theme and see how it is done, then do so under its own template.
plugin did so too. activate my theme
thanks !
the sub menu is a drop down menu animated now Smile
but I have an error

Fatal error: Call to undefined function get_breadcrumbs() in ....
I think I miss a plugin ?

thanks
Ok i've downloaded the plugin beadcrumbs here
http://www.box.net/shared/yl8xad06c8

it works ...
but... This is not exactly that I would like...

I just need a plugin which generate ONLY the sub menu

for example...

The main menu is "HOME | PRODUCTS | CONTACT"
AND The sub menu of the PRODUCTS page is
"PRODUCT 1 | PRODUCT 2 | PRODUCT 3"

That I would like to have :

when I click PRODUCTS link on the main menu
The page PRODUCTS is loaded
and on the left the SUB MENU appears
PRODUCT 1
PRODUCT 2
PRODUCT 3


If i click PRODUCT 1
the page is loaded
and on the left I havt the submenu again
PRODUCT 1
PRODUCT 2
PRODUCT 3


do you understand ...
I'ts just a standard navigation with 2 levels ...
this plugin is not, you just insert the menu in the left component, create a template for a page to favorites
hmmm...sorry I don't understand ...
any example ?

regards,
no Rolleyes
Dropdown menu appears, but content and sidebar disappears.
Oleg06 Wrote:http://cumbe.no-ip.biz/GetSimple_201_RC3...p?id=page1
do you have in mind?
I would like to be able to do this, how do you do it?
I have tried by having the regular menu at the top (<?php get_navigation(return_page_slug()); ?> ) and using this plugin for the sidebar but it doesn't load from where I have <?php menu_master(); ?>.
Edited to add, the more I look at what you've done the more I really really want it! Please share with us how to do it Smile
http://get-simple.info/forum/viewtopic.php?id=672
look at this topic and download the plug-in
Perfect, thank you! I was starting to hand code but sort of negates the purpose of a cms!