i'm seeing a problem with the navigation module when the i18n module is enabled. with either the block menu or tabs, if a parent menu item has a child, it doesn't expand as it should when you select it from the menu (for menu, source shows class=collapsed when it should be expanded). as soon as i disable the i18n module, the child items are displayed as they should be when a parent is selected. i'm using URL rewriting for i18n for translation of the interface and content.
Is there a simple alternative to drupal_set_message for displaying information at the *top* of the current page? I don't want to modify the current 'status' box as it looks right for the admin pages, but taxonomy_config puts the section descriptions at the top of the taxonomy pages in a little bulleted 'Status' box.
I want to make a really simple module that simply prints the mission onto the page. It is to be used as my home page. I had it working in version 4.3.x but after upgrading to 4.4.1 I just cant figure it out.
I need to run a task which a user launches with a form button. This task may take upwards of a minute or so to complete. Is there a way I can give feedback to a user so they don't think the process died?