I am trying to use jQuery in the context of a Drupal site. The script works fine in other browsers including IE8, but in IE7 it partially breaks down.
My completely finished website started displaying \"region\" in all the regions instead of the content. This was shortly after I enabled \"Calendar Multiday\" so perhaps it was related (although I hav
开发者_如何学运维Is there a way to add an external navigation link with target = \"_blank\" in drupal 7? I can get the link added but not with target = \"_blank\"http://drupal.org/project/menu_attribu
I would like to convert the fieldty开发者_如何学JAVApe of existing fields to another. A possible solution I thought of is to copy an existing field to a new field.
I\'m using \"views\" to customize the output of every single blog page. I know I need some kind of wildcard. I am also using clean URLS but am unsure if a wildcard can be used on an alias. 开发者_Stac
I have Drupal 7 and UC 3 running with custom fields.I want to be able to display those fields in the shopping cart but can\'t seems to be able to do it. That\'s my first module creation attempt!
I\'m running the following code: $query = db_select(\'taxonomy_index\', \'ti\') ->fields(\'ti\', array(\'nid\'))
As far as I know, Drupal Services Module can allow PHP scripts to communicate with Drupal7. But how to add a comment to a post using this module?
I want to reuse the same existing field more than once within the same content type. Assume that ContentType1 has a field Phone-Number.
Closed. This question is off-topic. It is not currently accepting answers. 开发者_C百科 Want to improve this question? Update the question so it's on-topic for Stack Overflow.