Is it possible to create a view to o开发者_运维百科nly see the top level terms in a vocabulary? I can\'t seem to get it to stop listing all terms, using a vocabulary ID argument. I just want to see th
I\'m building a batch importer module that will take data from one database and create th开发者_如何学Ce nodes in drupal. The code to create the node object is this:
I am using Drupal 6, and would like to create content that can be exported.Specifically, I would like to be able to generate some random content string, and then 开发者_StackOverflow中文版be able to e
I have a custom multi-step form that I add to certain node type content via hook_nodeapi.It is working great, with one exception.
I need to display part of the exposed form in my page\'s sidebar, and the rest of the form and content in the $content area. There\'s 开发者_Go百科really no good way that I can find to do this. I sort
Hi am new to theming of Drupal 6 what I want is let say am on http://abc.com and the th开发者_Python百科eme is Garland now what I want is when I go to http://abc.com/me/mypage the theme of this page s
I have a custom module and want to catch node/add , but inside form hook_nodeapi() it doesn\'t show up.
In Drupal6, I basically have a block (a hierarchical menu structure) that turns out like this in HTML:
My client has a Drupal 6 site. They are now adding another domain to the same site, but the different domain is going to be used by another branch of their company. Therefore, they need some addition
I have a form made using Webform[Drupal] which I load on the lightbox. The structure of the site is in AJAX format.