I would like to do something like if [node:subtitle] is available make the path pattern [node:title]-[node:subtitle]
similar quest is here: Help with db query in drupal - if exists update else insert But drupal_write_record() third argument is to 开发者_运维知识库determine update or insert. Maybe drupal has another
This is my first try to create a Drupal module: Hello World. I need it to have it displayed as a custom block and I found this can be implemented by 2 Drupal7 hooks: hook_block_info() and hook_block_
I previously posted this que开发者_JAVA技巧stion on drupal stackoverflow, but I didn\'t get any answers.
I\'m trying to remove the text "Welcome to" on the Drupal theme seven. I want to keep my site name though as it stands it says "Welcome to Site Name" at the top 开发者_开发技巧left
I\'ve just discovered that if you want to alter a specific page (or group of pages) all you need is to add templates file to the core templates. For instance, I need to theme my /helloword page using
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I want a user to enter email, password and password verification. After that they should receive an email notification with an activation URL. When they navigate to this URL, the account gets activate
开发者_如何转开发I\'m attempting to sort nodes by ratings using the Search API faceted search with Solr integration. I\'ve already set up fivestar ratings (about 9 per node, its a large multi-axis rat
Is there a simple way in Drupal to display the last modified date for a node as part of the node.tpl.php f开发者_如何转开发ile?If you put this code in the node.tpl.php file it will show the date of th