Active
Project:
Inline Messages
Version:
6.x-1.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 May 2010 at 15:24 UTC
Updated:
15 Sep 2011 at 10:39 UTC
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
Comment #1
betoaveigaFor me the messages on comments are working... but it's not working the content editing... (I have enabled these 2 options, comments & content editing).
Comment #2
jonathan1055 commentedI 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
Comment #3
cptX commentedI'm facing exactly the same problem. Any solution yet?
Comment #4
slucas commentedAlso 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 ?