I've recently noticed that the administration menu on my drupal sites is not displaying correctly when viewed in the latest version of firefox (v34.0) / Drupal v7 & v6 / Administration menu 7.x-3.0-rc4 / Administration menu Toolbar style 7.x-3.0-rc4.
The linked images show what happens. Only the grandchild items seem to be affected. Some of them appear partially, others are not there at all. The menu links still work, the mouse pointer changes and the menu stays open when the hovered -- i.e. the menu item is still "there", it's just invisible.
I have strange behavior in my drupal6.14 site after moving to Live.When admin edit a Node,that node and menu item pointing to that node is getting Locked automatically.For anonymous users these nodes/menus disappears and page not found/no permissions error is coming.All the nodes/menus are getting locked like this after edit.
There is a drupal form that contains checkboxes. How to pass the value of the checkboxes to a hook (say hook_search_api_views_query_alter).
I have altered the form of views exposed filter and added checkboxes. On submit button, hook_search_api_views_query_alter gets executed. How to pass the value of checkboxes to this hook.
I am currently using $_POST variable inside hook. Is there any drupal way for doing this instead of using $_POST ?