I am using Drupal 6.4. Not sure if same issue applies to Drupal 7.x
When I add the following checkbox ahah element, it works fine if I add it in the form initially.
If I add the element to the form as part of an ahah callback, the checkbox is added but the ahah event does not occur. I have applied the patch defined here:
Is there for drupal a sitemap module that crawl the web site doing the same as the Google crawler. It crawls your drupal site and stores all the urls in a XML file.
for joola there is an opensource plugin like this and this is very useful and simple to use: http://extensions.joomla.org/component/option,com_mtree/task,viewlink/li...
Drupal makes the main site feed "/rss.xml" auto-discoverable from front page only. I would like to make this feed autodiscoverable from any page. I am browsing the source around drupal_add_link, etc, but can't get where it is specified to emit the feed related header on front page only. How could I print this header on all the pages without the ugly hard coding?