1
Roepertje
MultiMenu
  • 2006/12/27 17:55

  • Roepertje

  • Just popping in

  • Posts: 3

  • Since: 2006/12/27


I've looking around but could't find step-by-step tutorial.
I couldn't find out how MultiMenu is being used.
(I've installed MultiMenu}

I want to create a Drop Down Vertical CSS, just like http://xoops.valentinois.net/menus/index_us.html

Where do I have to change things or what template has to be changed.
Can somebody give an example how to make a menu.

2
Quest
Re: MultiMenu
  • 2006/12/27 17:58

  • Quest

  • Friend of XOOPS

  • Posts: 1034

  • Since: 2005/11/19


The last time I worked with multimenu it had a great help/tutorial file.

Yep, just checked and they are right there in the doc folder. Admin should have a link to the help files too.

Quest

3
jensclas
Re: MultiMenu

The first time I looked at this I put it in the too hard basket...that was some 6 months ago - now ready to have another go as i have become more familiar with how it all works - with many thanks to lots of posts about the module here on the forums - I am sure there was a post that made some sense to me at least - so try a search on the module. grab a coffee - there are a number of them!

4
davidl2
Re: MultiMenu
  • 2006/12/27 19:02

  • davidl2

  • XOOPS is my life!

  • Posts: 4843

  • Since: 2003/5/26


Definately worth working through the demonstration menu and the documents ... My colleague and me on the XOOPS module demo site found this a great module to use - but not the easiest to implement.

5
wizanda
Re: MultiMenu
  • 2006/12/27 19:19

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


In comparison with making your own drop down navigation with Dynamic response....Multimenu is easy...

The instructions are in side its admin...I only copied and posted it a week ago for someone else with same question...

Yet as soon as you add the code from the guide and set it where you need it, its' easy as 123.

6
Roepertje
Re: MultiMenu
  • 2006/12/27 20:46

  • Roepertje

  • Just popping in

  • Posts: 3

  • Since: 2006/12/27


In the guide (version MultiMenu 1.8) there are instructions about blocks and create a custom template, but it is still abacadabra to me.
Also something about the code is mentioned here:
https://xoops.org/modules/newbb/viewtopic.php?topic_id=46428&viewmode=flat&order=ASC&start=0

but I still don't know where to put what code and where to put the links to the pages or how it is done.

7
wizanda
Re: MultiMenu
  • 2006/12/27 20:55

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


You stick the first bit of Code where you want the Menu going:
<{foreach item=block from=$xoops_lblocks}>
  <{if 
$block.title == 'navbar'}>
    <{
$block.content}>
  <{/if}>
<{/foreach}>

You edit the left Block like this, where it says:
<{foreach item=block from=$xoops_lblocks}>
   <{include 
file='default/theme_blockleft.html'}>
<{/foreach}>

Edit that to look like this:
<{foreach item=block from=$xoops_lblocks}>
  <{if 
$block.title != 'navbar'}>
   <{include 
file=='default/theme_blockleft.html'}>
  <{/if}>
<{/foreach}>

8
Roepertje
Re: MultiMenu
  • 2006/12/27 23:18

  • Roepertje

  • Just popping in

  • Posts: 3

  • Since: 2006/12/27


Thanks, now I know what to do.
<{foreach item=block from=$xoops_lblocks}>
<{if 
$block.title != 'navbar'}>
<{include 
file="default/theme_blockleft.html"}>
<{/if}>
<{/foreach}>


This is what I have now changed in my filthy_blue/theme.html
I see the navbar now in my Default-theme, but when I change it back to filthy_blue, I don't see the navbar.

So it seems that there is something wrong in filthy_blue/theme.html ?
(I've uploaded theme_blockleft.html from the default theme, but it has no effect)

9
Quest
Re: MultiMenu
  • 2006/12/28 12:01

  • Quest

  • Friend of XOOPS

  • Posts: 1034

  • Since: 2005/11/19


<{include file="filthy_blue/theme_blockleft.html"}>

Login

Who's Online

462 user(s) are online (65 user(s) are browsing Support Forums)


Members: 0


Guests: 462


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Sep 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits