I installed this module on a clean Drupal installation. I cannot see the main function that this module is supposed to be doing - it does not place the error messages inline. It only does the (animated) scrolling to the first error on Admin pages only. On node edit or CCK forms it doesn't do even that.
I have enabled all the checkboxes on the module admin page, but I don't really see any useful result.

Am I missing any hidden dependency or a setting?

I'm on Drupal 6.16, no other contrib modules besides Inline Messages are enabled.

Thanks!

Comments

betoaveiga’s picture

For me the messages on comments are working... but it's not working the content editing... (I have enabled these 2 options, comments & content editing).

jonathan1055’s picture

Version: 6.x-1.6 » 6.x-1.7

I am also finding that the scroll-to is working fine, but messages are being displayed at the top, just as usual.

What is the mechanism by which they are supposed to be moved? is it jquery, or a different .tpl or some hook function?

Jonathan

cptX’s picture

I'm facing exactly the same problem. Any solution yet?

slucas’s picture

Also try to install.
Idem for me, doesn't notice any change.
Analyse a bit the php part of the module, no problem,
My $enabled variable say ok and the js included file is there.
May be it's a javascript problem, compatibility between my jquery version and jquery.scrollTo-1.4.2-min.js ?

How to check that ?
Mean while, I'm trying http://drupal.org/project/ife module to see if there is a difference between both.
If not should they merge ?