I\'ve been using the Drupal Google Analytics module (currently using 6x-3.1) for some time now, but have found that file downloads (in this case, PDFs) are showing up in GA as 404 errors.Like this:
I\'m using Taxonomy Browser Module and I\'m trying to override the following theme function theme_taxonomy_browser_page which is in taxonomy_browser.module. So I wrote the following function in templa
I originally setup my Feed Aggregator to discard items older than 16 weeks. Unfortunately the database grew too large and caused some issues with my hosting. I have now changed the \"Discard items old
I want to show most popular block in Drupal. For this, I have downloaded the mostpopular module from http://drupal.org/project/mostpopular.
I need to define the order of the $links output 开发者_如何学C now I have 2 modules displaying its contents on that:
in my module i am creating a page with many simple forms: foreach ($parameters as $param){ $output = drupal_get_form(\'mymodule_param_\'.$param[\'id\'].\'_form\', $product);
I have written a module that uses hook_form_alter to add a custom submit function to the node form. This function is not intended to remove the original node submit function, it is there simply to alt
I have recently migrated my module to Drupal7 (on PHP Version 5.3.1) and now I am getting following errors:
I am sorry for my poor English. I\'m grateful I have the answer. I work in Drupal to do the following: Edit User Page Fields (change password) 开发者_JAVA百科in the Profile Settings page to show that
I need to skip mollom verification if the users on a site have more then X points. Does anyone knows if it is possible to right a 开发者_开发百科module that skips mollom_form_alter ? Thanks !You can\'