Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I had an interesting idea that might make a good Drupla module. FreeCache is free service at http://www.archive.org/web/freecache.php which will cache contant for free. It's kind of the poor man's
Akamai. What if there was a Drupal module to enable the munging of selected URL's on a Drupal site to be fetched through FreeCache, or some other caching service.
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.