Here\'re the steps I did to create an mudule: create a directory groups under sites/all/modules in the above directory groups, create two files groups.module and groups.info
I\'m having some开发者_运维百科 strange behaviour on one of my Drupal sites. Usually when I\'m logged in as admin (uid 1) I can always see and edit nodes even if they are unpublished (makes sense). Ho
For the title field,I want to return node.title,but what I tried is not workin开发者_如何学运维g:
I\'m storing a string in a CCK field. The problem is getting it back out. I have a node-node_type.tpl.php and ask it
I have module that implements custom content type via NodeAPI hooks (hook_insert, hook_update etc). I want to add CCK field to this content type and populate it via hook_nodeapi calls like create or u
I have a Drupal 5 site that needs to have has taxonomny listing pages excluded in the search results.For instance http://site.com/category/role/guest-speaker returns a listing of all of the nodes tagg
i m newbie to drupal i have a view开发者_Go百科 which displays the list of cars , i have 2 filters which are exposed make users to search for the car model and price.
i have to generate the pdf file with bunch of nodes, i can generate pdf files with print pdf modules but i want to generate the
I have a bunch of content in the page content type that I would like to migrate to a new custom content type. I don\'t need to add or remove fields or change开发者_Go百科 the data stored in the conten
I inherited a Drupal5 site and have been tasked with making some changes, but I\'m unable to figure out where to start looking.