By dlkautz on
The collapsed options under Create Content, etc. cannot be expanded. For example, Menu Settings, Input Format, Publishing options, etc. show only as headers. There is no way to open them and change the settings.
Drupal 6.9 installed by GoDaddy. Same behaviour for IE7, Firefox, and Chrome.
How do I get these to work?
Comments
jQuery Update
After reading many items about this problem on drupal.org, my problem was the module jQuery update. After installing the update, I copied the files in the folder misc just as I had to do in Drupal 5. But with Drupal 6.9 you don't have to do this. This is what I did
- turn off module jQuery update
- unpack jQuery Update again and copy the files to sites/all/modules (removed the old folder jQuery_update)
- copy the contents of the folder misc from drupal 6.9 again to httpdocs/misc
- turn on module jQuery update
So if you have jQuery update installed, maybe this could be your problem...