Hello, I had the older version of YUI Menu to work--I don't remember the number, but I'm guessing it was 1.4; anyway, I tried to install the replacement 2 modules: YUI and YUI Menu and update the installation, etc. For some reason the menu won't show up properly, when I have the with markup option selected, the menu shows up completely expanded, when I have the javascript version of the top nav menu set, it only shows the first level of menu options, but doesn't expand at all--and the list of menu items is stacked vertically, rather than horizontally. Any ideas? Could it be having trouble accessing the YUI library? The default link to the library did not work, I downloaded the library and put it in files/library/yui but that path didn't work either? Any ideas would be greatly appreciated. thanks.
Comments
Comment #1
dellis commentedOkay, so going to Yahoo, it seems that http://yui.yahooapis.com/2.3.1 is the correct link; which is 0.0.1 higher than the setting for the module--does this mean that the module will break everytime Yahoo upgrades their system?
Also, I still can't figure out how to host the files locally, I downloaded the library, extracted it into the files/lib/ folder... the structures I've tried include:
files/lib/yui/
files/lib/
files/lib
files/lib/yui
files/lib/yui/build
files/lib/yui/build/
And none seem to work...?
Comment #2
bakyildiz commentedSo it seem that i miss something. Thank you.
First of all remove the yui modules from your Drupal.
Download and enable the yui module version 5.x-1.x-dev which is the development snapshot.
Then download and enable the yuimenu version 5.x-2.x-dev which is again the development snapshot.
For local hosting, I created a directory named yui under drupal/files directory. And put the yui library inside here.
Like
files/yui
files/yui/assets
files/yui/build
files/yui/docs
and give "files/yui" to Location of YUI library: in YUI Common Settings.
If you have any problem please let me know.
Comment #3
bakyildiz commentedComment #4
(not verified) commented