drupal-modules
Passing arguments via AHAH in Drupal
Drupal 6.22 I have an empty page except for a form that takes two input values and, when submitted, must display the result of a query based on that. The result may be displayed in a new window or on[详细]
2023-04-01 00:21 分类:问答Drupal 7 Views 3: Exposed Filters that search specific FIELDS
I\'d really appreciate some help with this. I\'m trying to create two different exposed filters in Views. I currently have 6,000 nodes with 75 fields each inside one content type. I\'m using a Page V[详细]
2023-03-31 12:40 分类:问答Drupal 7 Views 3: Displaying the number of displayed nodes? Example: (Showing 3842 of 5382 results)
How could we display the number of displayed nodes in a View? Like: \"Showing 3842 of 5382 results\" Then if all nodes in the View are displayed at once, (often initially), it might say:[详细]
2023-03-31 09:47 分类:问答How do I enable the Theme developer module in Drupal 7?
I am working with drupal 7.4, and have installed the Devel module; however, I am missing the \"Enable theme devel开发者_开发知识库oper\" link in its menu.[详细]
2023-03-30 20:26 分类:问答sql query for drupal 7 module
This query I pulled and worked with from a view. (it is meant to be handed a node id, and return all nodes that have this node id as a node reference)[详细]
2023-03-30 18:37 分类:问答I am creating a page using hook_menu() but I get "You are not authorized to access this page."
I am trying to create a very simple page in my module using hook_menu(), but after I test it I get, \"You are not authorized to access this page\". I can\'t figure out what I am doing wrong. Following[详细]
2023-03-30 18:14 分类:问答Block/Theme not 'return'ing $output
This is the issue. I have a block called \'User Favorites Block\' It\'s placed in the region \'First Sidebar\'[详细]
2023-03-30 10:15 分类:问答drupal undefined function static html with post to php
I have placed my own php file in /sites/all/modules/开发者_如何学运维<myfolder> and call it via $.post(<myphppage>) from a static html page (javascript function) also in /sites/all/modules/&l[详细]
2023-03-30 07:33 分类:问答What is the purpose of files[] in .info?
I\'ve just started learning discovering the changes to Drupal 7, and I just found the files[] array now required in the mymodule.info. From what I\'ve found, it is required to add the mymodule.module[详细]
2023-03-30 05:01 分类:问答I can't seem to override a function using template.php
I\'m trying to alter the comment links in my Drupal output, and I think I have found the function I want to influence, which is function comment_node_view($node, $view_mode).[详细]
2023-03-29 02:43 分类:问答