drupal-7
Drupal path pattern token if/then
I would like to do something like if [node:subtitle] is available make the path pattern [node:title]-[node:subtitle][详细]
2023-04-08 20:30 分类:问答drupal insert or update DB record with only one function
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[详细]
2023-04-08 17:41 分类:问答My first try to output my Drupal7 module as a custom block failed
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_[详细]
2023-04-08 16:52 分类:问答how to change block view pagination style
I previously posted this que开发者_JAVA技巧stion on drupal stackoverflow, but I didn\'t get any answers.[详细]
2023-04-08 14:27 分类:问答Remove "Welcome to"... on Drupal's seven theme
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[详细]
2023-04-08 06:04 分类:问答Drupal7: Trying to theme a specific page using a preprocess function, but...I get a blank screen instead
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[详细]
2023-04-08 05:42 分类:问答Is drupal a good solution for websites with a very dynamic layout? [closed]
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.[详细]
2023-04-08 05:21 分类:问答How to verify user email in Drupal 7 when registering user
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[详细]
2023-04-08 00:20 分类:问答Search API Solr integration with fivestar (or similar) rating system (fascet and sort)
开发者_如何转开发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[详细]
2023-04-07 23:23 分类:问答Drupal Display Modified Date for Node
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[详细]
2023-04-07 14:29 分类:问答