I can only find docs for predefined handlers. I guess I would have to override one of the handler classes, but which methods do I actually have to override? I read somewhere that new handler for Views
I\'m using Drupa开发者_运维百科l 6 and Views 2, along with CCK, Panels and Node Relationships. (so far)
I\'m learning a lot about the Views in Drupal, but can\'t figure how to a开发者_StackOverflowdd new View types to the list (node, comment, user, etc).
How to Print the output, if i written in WHILE SNIPPET in the function , Below is my snippet, i want print retrieved result ,
Is there a way to create a View in Drupal based on a custom SQL query? I made the query to test my results and everything is fine, but don\'t wanna go through the whole process of trying to recreate t
function searchsong_block($op=\'list\',$delta=0){ $block = array(); switch($op){ case \"list\": $block[0][info] = t(\'Search song\');
I have created a View with multiple page displays. I have specified one as the \"default tab\" and the other two as \"tab\" and they all display c开发者_如何学Pythonorrectly together on a page similar
I would like to generate a secondary menu based on the first letter of all of my nodes that have a certain content-type, however I am unsure how to go about doing this.
I am looking for expert advice on how to best serve multiple sites with one Drupal instance (using Pressflow 6.x). Let\'s consider the company needing this is called \"ABC Group of Companies\" and it
Here is my custom module using hook, Assume if I want to pass argument to custom1_default_form function call, how should i pass the argument?