Tagged Questions

7
votes
5answers
15k views

Drupal 6: How to quickly theme a view ?

I've defined a view with the cck and view2 modules. I would like to quickly define a template specific to this view. Any tutorial or information on this ? What are the files I need …
3
votes
3answers
145 views

How do you migrate CCK fields between environments in Drupal?

The Content Construction Kit (CCK) is one of the most useful Drupal modules. It allows you to easily add custom fields to a content type. However, these new fields are created thr …
3
votes
2answers
119 views

Changing CCK Title for Form

By default a CCK form creation has a title of the form Create [Your Content Type Name Here] I want to change mine to Register for Such and Such It was suggested that I coul …
3
votes
4answers
2k views

Advanced search with Drupal (Views and CCK)

Hi. I'm building a site where products are hold in a content type created with CCK. Products can be associated with multiple taxonomy vocabularities. Now I need an advanced produc …
2
votes
3answers
121 views

Removing [nid:n] in nodereference autocomplete

Using the autocomplete field for a cck nodereference always displays the node id as a cryptic bracketed extension: Page Title [nid:23] I understand that this ensures that select …
2
votes
4answers
1k views

Theme a CCK input form in Drupal 6

In my template.php file I've this: function myadmintheme_theme(&$existing, $type, $theme, $path) { return array( 'node_form' => array( 'arguments' => array('f …
2
votes
3answers
908 views

Drupal 6 : CCK : Views2 : What ways would you substitute an image for a view-field

Background: Customer X has a CCK-based Content Type (vendorxxentry) and is using Views2 to generate a listing of all the vendorxxentry nodes in a simple table. One of the fields …
2
votes
3answers
2k views

How do you remove the default title and body fields in a CCK generated Drupal content-type?

When you create a new content type in Drupal using the Content Creation Kit, you automatically get Title and Body fields in the generated form. Is there a way to remove them?
1
vote
2answers
35 views

Is it possible to customise drupal node reference and pass your search and a argument from another field

I'm trying to create a bespoke form in drupal, with a node reference field. I'd like to add a little extra functionality to the node reference auto complete. I've created a view, …
1
vote
2answers
36 views

How do I change “date field” format of a “view” in the form of a page in Drupal?

I'm trying to show a list of dates of Nodes using view. The list should be something like, 19 September 2009 20 September 2009 Right now it can only show like Thu, 2009-11-12 …
1
vote
2answers
42 views

drupal, rules, flag, date

Hi, Hope someone can advise. I am using drupal 6. I have a node called [classroom]. I would like to have a [vacancy register] associated with each classroom. vacancy register …
1
vote
3answers
75 views

Saving nodes with a filefield

I'm in the progress of creating a bulk upload function for a Drupal site. Using flash I'm able to upload the files to a specific url that then handles the files. What I want to do, …
1
vote
2answers
54 views

Drupal form requests external api

I need a multi-page drupal form that requests an external xml api and displays the data on the second page of the multi-page form. I'm new to drupal and I've been reading advices …
1
vote
1answer
81 views

Creating custom CCK Field Types in Drupal

I've been trying to get this module to work and no matter what I've tried I can't seem to get this to show up in the "Add Field" selection box, full code is over here: http://drup …
1
vote
2answers
250 views

Drupal 6 CCK: export/import content types

I've been having a problem with a certain content type. (Any time I try to access a node of that type, I get a page not found error.) So I thought I'd export and re-import, to see …

1 2 3 4 next
15 30 50 per page