I would like update a field in one of my nodes to reflect the average of all the fivestar ratings I have. However, I want it to be indexed and searcable by开发者_开发技巧 search api/solr.
I need to create a custom token that can fetch a value from a mapping table based on nids. I need开发者_运维百科 to know the hooks I should implement to create the custom token.You\'ll need to impleme
How to leave message to an article in Drupal 7 with iPhone app (iOS 4.3)? Any connector 开发者_C百科from D7 I can use in iOS SDK ?The Drupal Services module provides endpoints via XMLRPC/JSON-RPC/etc.
I have mode_rewrite enabled, but when I go to turn on clean url\'s, the page still simply refreshes to the \'test\' screen. Is there a b开发者_开发问答etter way to test to be sure my mod-rewrite is en
I have a Drupal 7 installation with a default front page and a few article nodes \"promoted to the front page\". These are displayed as teasers and in node--article.tpl.php I have a template for my te
I am using Drupal 7 for developing a site called http://somesite.com. My requirement is to redirect the site to http://sub.somesi开发者_运维技巧te.com if a sub.somesite.com folder exists in my directo
My drupal based website was working fine till yesterday but suddenly from no where today an error appeared
I need to create content that only outputs what I entered, no layout, no comments, blocks, etc. If I could implement a custom content type that used blank templates that might work, but I\'ve been un
I\'m trying to hook into a form with ID equal to \"block-admin-configure,\" mymodule_form_block_admin_configure_alter(&$form, $form_state, $form_id) is not being triggered. When I use mymodule_blo
I\'m creating a custom module which enables me to add Countries to a custom table in the database. I\'ll do later more with it, but as I got stuck at the beginning, I can\'t go on.