Topic: [snippets] MOOmenu  (Read 16743 times)

Pages: [1] 2  All   Go Down

#1: 16-Apr-2006, 12:19 PM

Moderators

xyzvisual
Javier Arraiza Cenoz
Posts: 649

Javier Arraiza Cenoz

WWW
updated whith some fixed the main moosnippet
updated open menu to tell in the first line the folder to start like the snippet
updated dont show open if no sublinks
updated call the folder in firstline of the snippet
here are a moofx menu i made
downoas js from moofx website end use all i put here its a cool menu sistem.
updated whith a zone to expand and a little text to open

* mootemplate.txt (0.94 KB - downloaded 1167 times.)
* moocss.css (3.54 KB - downloaded 845 times.)
* openmenu.txt (0.54 KB - downloaded 871 times.)
* moosnippet.txt (2.82 KB - downloaded 791 times.)
« Last Edit: 3-Jun-2006, 07:38 AM by xyzvisual »

#2: 16-Apr-2006, 12:43 PM

Coding Team

doze
Posts: 4,091

....Boom!

Sounds great, any demo site? Smiley
New MODx wiki! Please help up with documentation efforts! || Old Wiki

"He can have a lollipop any time he wants to. That's what it means to be a programmer."

#3: 17-Apr-2006, 01:15 AM

Emeritus
Mark
Posts: 3,250

Ditto Developer

WWW
Would love to see your implimentation of this on a demo site.

#4: 17-Apr-2006, 06:25 AM

Moderators

xyzvisual
Javier Arraiza Cenoz
Posts: 649

Javier Arraiza Cenoz

WWW
Remove demo site for client dont want to show in google
« Last Edit: 4-Jul-2006, 06:09 AM by xyzvisual »

#5: 17-Apr-2006, 06:32 AM

Testers

Dimmy
Posts: 1,999

Я не говорю по-русски 私は日本語を話さない

WWW
It looks nice but it expants at every menu selection and then colabs again, this makes it rather chaotic jumping up and down. is this because the script gets loade a bit after the page is displayed? or mabe the css is to slow?

Greets Dimmy

#6: 17-Apr-2006, 07:31 AM

Moderators

xyzvisual
Javier Arraiza Cenoz
Posts: 649

Javier Arraiza Cenoz

WWW
there is two kinds of menu selection, one for open the menues and the other in the liks
it give you whith the zone +- abiliti to show all pages whithout reload and if you chouse the page title likk reload the page i think is what are you telling im not sure it works whith ie firefox and safari.
hi

#7: 17-Apr-2006, 07:44 AM

Coding Team
heliotrope
Posts: 2,535

WWW
Tested with safari(2.0) and everything is ok.

What should be better IMHO for visitors is that first label "cubo", cubo spa, etc ... (which points to a content page does not active moofx effect) because it's confusing.

Anyway nice work  Wink


EDIT : tested with FF 1.5.2 works fine

« Last Edit: 17-Apr-2006, 07:51 AM by heliotrope »

#8: 17-Apr-2006, 01:49 PM

Moderators

xyzvisual
Javier Arraiza Cenoz
Posts: 649

Javier Arraiza Cenoz

WWW
i updated the script to no expand when click in a main link,
thanks for the feeling. i put a full css example too for easy implement,
change it to sweet yours needs.
i put a zone in the left 80px whith for expand colapse menu on click
reduce it if need more space to the menu.
hi

#9: 25-Apr-2006, 05:01 PM

sunflower
Posts: 10

Hello,

i´m not good to understand english. Can you help me to install this MOOmenu?

Step by Step

Thanks for your help


sunflower

#10: 26-Apr-2006, 10:14 AM

sunflower
Posts: 10

Hello

Is nobody here to help a little bit?
i´m a newbie in modx.

Thanks!

sunflower

#11: 26-Apr-2006, 10:17 AM

Foundation

rthrash
Posts: 11,348

WWW
Hi sunflower, you should probably start in the documentation section: http://modxcms.com/designer-guide.html
MODx is a content managmeent framework that allows web professionals to turn over sites to end-users for daily maintenance without worrying. Please help us help you when asking for assistance and read the wiki. Searching the forums from the top level helps, too.
Ryan Thrash
MODx Co-Founder
Principal @ Collabpad
work productively.
work intelligently.
work together.

#12: 29-May-2006, 05:19 AM

Testers

Dimmy
Posts: 1,999

Я не говорю по-русски 私は日本語を話さない

WWW
I am trying to implement the snippet but I get: "No children to display..."

I called the snippet like this [!moomenu!] and like this [!moomenu?id=0!] same results.

could you tell/show me how to call the snippet? or maybe somthing is missing in the snippets above?

#13: 29-May-2006, 07:30 AM

Moderators

xyzvisual
Javier Arraiza Cenoz
Posts: 649

Javier Arraiza Cenoz

WWW
updated moosnipet.txt call in the firstline of the snippet the folder you want to menuing  whithout parameters

#14: 29-May-2006, 08:48 AM

Testers

Dimmy
Posts: 1,999

Я не говорю по-русски 私は日本語を話さない

WWW
updated moosnipet.txt call in the firstline of the snippet the folder you want to menuing  whithout parameters

ok that did the trick but now I get other problems

This is the site I am building: goodseed.1-vision.nl

it shows the menu but no fx I looked at your working page and copyed all js that you have, but still no results

when i open the page in FireFox the little red ! on the top right starts to light-up and by pressing it i get the folloing message: fx.Accordion is not a constructor on line 160 when i press the link below the error it selects this part: (typed in red)

      //accordion effect
      var myAccordion = new fx.Accordion(
         toggles, stretchers, {opacity: true, duration: 400}
      );

This is a part from the javascript that needs to be in the head.

what could be wrong?

Thanks in advanced for your help

Dimmy

#15: 29-May-2006, 09:22 AM

Moderators

xyzvisual
Javier Arraiza Cenoz
Posts: 649

Javier Arraiza Cenoz

WWW
js/rollover.js could be the problem
another problem your html have some errors in span lavels at the end of the codepage pass the validator xhtml or look in firefox extension page validator
the code init2 of the top isent needed
test al js are well copyng in the js files (onli need prototype lite and moo.fx.pack and moo.fx

#16: 29-May-2006, 09:31 AM

Testers

Dimmy
Posts: 1,999

Я не говорю по-русски 私は日本語を話さない

WWW
It does validate now I removed the rollover.js and the images related to it
still get the same error

fx.Accordion is not a constructor

when I Open your page in Firefox this error is not there.

man bugtesting sucks

#17: 29-May-2006, 04:28 PM

Moderators

xyzvisual
Javier Arraiza Cenoz
Posts: 649

Javier Arraiza Cenoz

WWW
the problem are no id in the span abrir,
you need to put all code of the snipet to work.
think it help you

#18: 1-Jun-2006, 06:38 AM

Testers

Dimmy
Posts: 1,999

Я не говорю по-русски 私は日本語を話さない

WWW
I took the new version and it still is not working.
Will test it later with new js and blank page maybe that way I can find the error

#19: 1-Jun-2006, 07:18 AM

Moderators

xyzvisual
Javier Arraiza Cenoz
Posts: 649

Javier Arraiza Cenoz

WWW
I think somzing wrong whith your css its agood idea test in a blank page

#20: 2-Jun-2006, 03:41 AM

Testers

Dimmy
Posts: 1,999

Я не говорю по-русски 私は日本語を話さない

WWW
Man I got it to work (domass that I am I used an old moo.js...)

would it be posible to have the abrir tag only show when there are children on this document?
now it also shows a abrir link on single pages that are in the root
Pages: [1] 2  All   Go Up
0 Members and 1 Guest are viewing this topic.