141
blueteen
Re: [BETA] multiMenu 1.8, when mm goes dynamics
  • 2006/4/15 6:15

  • blueteen

  • Quite a regular

  • Posts: 379

  • Since: 2004/7/16


great idea !
it's perfect like this

142
barryc
Re: [BETA] multiMenu 1.8, when mm goes dynamics
  • 2006/4/18 17:11

  • barryc

  • Just can't stay away

  • Posts: 480

  • Since: 2004/3/20


One more observation/question.

I now have activated the multiMenu 1.8 module on my live site, aka.org. If it is of any usefulness to use it as one example of a site using MM 1.8, please feel free.

One of the links I provide is to the multiMenu site map. I notice that it isn't available to anon users. Even though the menu item shows and is set to allow anon views, one gets an error page. Possibly that is related to some menu items not being available to anon, but that can't be the whole story.

I think it would be useful to be able to show the site map to anon users, with those items that are restricted not showing up, of course. Can this be done?

[Edit] Oops. My mistake (again). I had somehow lost permissions for anon users to view the multimenu module. All is well now.

Regards,

Barry
Barry Cooper
Sweet Home, Oregon

143
blueteen
Re: [BETA] multiMenu 1.8, when mm goes dynamics
  • 2006/4/18 18:33

  • blueteen

  • Quite a regular

  • Posts: 379

  • Since: 2004/7/16



144
irmtfan
Re: [BETA] multiMenu 1.8, when mm goes dynamics
  • 2006/4/22 16:32

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


i just want to know if there is possible to open links in a popup page?
now its target blank , taget self?
i miss something esle?

145
solo71
Re: [BETA] multiMenu 1.8, when mm goes dynamics
  • 2006/4/22 18:12

  • solo71

  • Module Developer

  • Posts: 941

  • Since: 2003/1/29


No, multiMenu is not a content manager. It just create blocks with links. That's it.


146
irmtfan
Re: [BETA] multiMenu 1.8, when mm goes dynamics
  • 2006/4/25 15:37

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


solo do you answer my question?
i install the new multimenu and have problems with treemenu;
- how it can be possible to have a link as "root" with root icon?

-i failed to create more than 1 openminus in a mainlink. i want to create something like my old treemenu with this module:
see the block in the top right: www.jadoogaran.org

- the related sublink seems to doenst work at all.

- any document for treemenu is exist? i read this but its not ask my questions:


Quote:
Treemenu

- All standard, secondary (permanent/relative) links are managed.
- Category/note links are used to create a new menu in the same block.
- Standards links are displayed opened by default.
- Cookies are used, so, those cookies will be used to restore the menu layout and setting.
- To change 'open/close folder's icon', we only have to replace existing icons in the script folder.
(with same name)

There are some operational requirements :
Each menu must start with 2 standards links.
We should not define url for standards links wich have sublinks, they are used to open/close menus.

147
blueteen
Re: [BETA] multiMenu 1.8, when mm goes dynamics
  • 2006/4/26 6:37

  • blueteen

  • Quite a regular

  • Posts: 379

  • Since: 2004/7/16


hello,
something like this ?

http://xoops.valentinois.net/ (top left menu)

i've upload your images (root, opened and closed book) to gif folder. (rename these images and overwrite original)

to display root icon, i've changed a little the template (line 26)

<!-- Start multiMenu <{$block.mm}> -->
<!-- 
thanks to Hans Bauer who permits us to use his treemenu -->
<!-- 
http://www.h-bauer.de/index.html?treemenu,eng -->
<script type="text/javascript">
var 
url="<{$xoops_url}>"
</script>

<
link   rel"stylesheet"   type="text/css"   href="<{$xoops_url}>/modules/multiMenu/script/10/css/treemenu.css" />
<
link   rel"stylesheet"   type="text/css"   href="<{$xoops_url}>/modules/multiMenu/script/10/css/config.css" />
<
link   rel"stylesheet"   type="text/css"   href="<{$xoops_url}>/modules/multiMenu/script/10/css/menu.css" />
<
script type="text/javascript" src="<{$xoops_url}>/modules/multiMenu/script/10/js/treemenu.js"></script>
<
script type="text/javascript" src="<{$xoops_url}>/modules/multiMenu/script/10/js/config.js"></script>

<
div align="left">
<
table cellspacing="0" cellpadding="0">
<
tr>
<
td>

<
script type="text/javascript">
<!--
tree<{$block.mm}> = new treemenu('tree<{$block.mm}>'truetruetruefalse);

<{
assign var=put_tree  value=0}>
<{foreach 
item=imenu from=$block.contents}>
<{if 
$imenu.submenu == AND $put_tree == 0}>
   
tree<{$block.mm}>.add(1,'<{$imenu.title}>''<{$imenu.target_context}>','<{$imenu.linkurl}>','<{$imenu.alt_title}>''<{if $imenu.title == "Home" OR $imenu.title == "2nd part"}><{$xoops_url}>/modules/multiMenu/script/10/gif/root.gif<{/if}>',     '<{if $imenu.title == "Home" OR $imenu.title == "2nd part"}><{$xoops_url}>/modules/multiMenu/script/10/gif/root.gif<{/if}>');
   <{
assign var=put_tree  value=1}>
    <{elseif 
$imenu.submenu == AND $put_tree == }>
    
tree<{$block.mm}>.add(0,' <{$imenu.title}>','<{$imenu.target_context}>','<{$imenu.linkurl}>','<{$imenu.alt_title}>',  '''' );
    <{elseif 
$imenu.submenu == OR $imenu.submenu == 2}>
   
tree<{$block.mm}>.add(0,'  <{$imenu.title}>','<{$imenu.target_context}>','<{$imenu.linkurl}>','<{$imenu.alt_title}>''''');
    <{elseif 
$imenu.submenu == OR $imenu.submenu == 4}>
    <{
assign var=put_tree  value=0}>
<{/if}>
<{/foreach}>
<{
assign var=ul_sec  value=0}>
document.write(tree<{$block.mm}>);
//-->
</script>

</
td>
</
tr>
</
table>
</
div>

<
noscript><{include file="db:multimenu_menu.html"}></noscript>

<!-- 
End multiMenu <{$block.mm}> -->


what is you problem with openminus ?
can you give an example ? error message ?

for related sublinks, it is a little more complicated
.
in some cases, this doesn't work. depends on the structure of your menu.

works on my website, try with news module. (submit link is a related link).

I need more info (a screenshot of your links for this treemenu for example)

148
irmtfan
Re: [BETA] multiMenu 1.8, when mm goes dynamics
  • 2006/4/26 14:06

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


my problem with openminus was solved with some more play with the module.
i will test the template you modified latter.
related sublinks is work in a related links for a main link of a MODULE. now i know that.
thanks for your help.
feature: if there is possible to have "Note" instead of link in the treemenu

149
blueteen
Re: [BETA] multiMenu 1.8, when mm goes dynamics
  • 2006/4/26 15:03

  • blueteen

  • Quite a regular

  • Posts: 379

  • Since: 2004/7/16


do you mean that NOTE should be displayed as text only ?
i'll look for this feature (but not before tuesday )

150
irmtfan
Re: [BETA] multiMenu 1.8, when mm goes dynamics
  • 2006/4/26 16:55

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


yes the "Note" (text only) is a needed feature for any menu.
i see your template hack. its good as a temporary solution because you just use of the menu title that must be hard coded for every menu.i think about a REAL solution.

Login

Who's Online

224 user(s) are online (142 user(s) are browsing Support Forums)


Members: 0


Guests: 224


more...

Donat-O-Meter

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

Latest GitHub Commits