By macloch on
Hi,
I have upgraded testsite from 5.15 to 6.9 about 3 days ago.
The menu (nice_menu+js+css) has vanished......!?
- Original 5.15 testsite is here: http://67.18.24.74/development/
- Upgraded 6.9 testsite is here: http://67.18.24.74/d6/
I believe I have successfully migrated the theme to D6 using docs.
Just if I could get the menu back.
Has anyone any ideas (new to drupal, javascript, css) but getting there.
/Noel
Comments
something to look at
Greetings, Noel,
I can tell you what, but not exactly why. I can at least point you in a direction.
Looking at your template: near the top you have a table called "header".
Within that you have a table cell called "logo", and another called "top_menu", which is the key area.
In the old site "top_menu" is full of menu goodies, in the new site, it's not. So in your template in that spot, I presume that you have something that calls this menu. My guess would be that either the call is not being made, or it's incompatible with version 6. I would examine the template in that spot, and also contact the folks that developed that menu and see if they may know if it's D6-compatible.
Other things look good; both of your "nice menu" CSS files made it to the new site just fine.
Hope this helps. Sorry to not be more specific - I'm new to Drupal as well.
Good luck, mate.