Which is the best module for Syntax Highligting in Drupal. I am using GeSHi for syntax highlighting my code. It was working fine then I installed a second module FCKeditor. Now GeS开发者_如何学编程Hi
I have many mp3 files stored on my server already from a static website, and we\'re now moving to drupal. I\'m going to create a node for each audio file, but I don\'t want to have to upload each file
Although I am using drupal 开发者_如何学Gosince the D4 series, I only started developing professionally for it with D6, so - despite I did various site upgrades - I was never faced by the task of havi
I need to limit access of content on Drupal site based on the Drupal User\'s Role. http://site.com/managers/intro
I\'d like a select box to appear on a form that I\'m building, and I know that I can use theme(\'select\', $element); 开发者_StackOverflow社区to generate a properly formatted select list. When I chec
i am try to build a web site, it has a 2 level menu. global|asia|euro|u.s (this is locaion menu) about|home|news (this is content menu)
I made a private section on a drupal site by writing a module that checks the RERQUEST_URI for the section as well as user role.The issue I am running into now is how to prevent those nodes/views from
The following query: INSERT INTO term_node( nid, vid, tid ) VALUES ( ( SELECT ctb.nid, ctb.vid, 35 FROM content_type_bout AS ctb
I want to change content inside $block->content, which Drupal hook I 开发者_Python百科should to implement?Depending on what your needs are, I can think of various possible ways:
I am trying to add some additional logic to the \'Promoted to front page\' feature in Drupal 6. That is, rather than the boolean behavior there by default, I would like to add additional criteria that