drupal-5
Have trouble creating an hello-world module in drupal 5
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[详细]
2023-01-07 14:46 分类:问答Drupal redirect user (also uid 1) to "page not found" for unpublished nodes. Cannot view, cannot edit
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[详细]
2023-01-04 05:55 分类:问答How do I deal with drupal hook_views_tables?
For the title field,I want to return node.title,but what I tried is not workin开发者_如何学运维g:[详细]
2022-12-31 20:55 分类:问答Get CCK values, without the html in Drupal templates
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[详细]
2022-12-30 20:01 分类:问答Drupal 5: CCK fields in custom content type
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[详细]
2022-12-24 05:57 分类:问答Drupal Exclude taxonomy listing pages from search
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[详细]
2022-12-21 22:04 分类:问答Drupal: hiding the view to display the results?
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.[详细]
2022-12-18 21:21 分类:问答drupal Generate a PDF catalog from a bunch of nodes
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[详细]
2022-12-18 05:13 分类:问答Drupal 5.x migrate content from one type to another
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[详细]
2022-12-10 13:11 分类:问答Drupal $tabs not including edit / revisions / workflow
I inherited a Drupal5 site and have been tasked with making some changes, but I\'m unable to figure out where to start looking.[详细]
2022-12-09 09:36 分类:问答