0
votes
1answer
35 views

How to group fields with select option?

I just want to show the user to select any one of the group see the below image. I am not sure which module i have to use. Please suggest me how to do this ?
1
vote
1answer
40 views

encrypted fields

I am using Services to collect data from an application. I will store each user's key on their drupal profile, and want to match that key against a key submitted through services. I would like to ...
0
votes
1answer
67 views

Display/hide CCk field with custom php and rules or… what do you think?

I have conditonal fields, I have computed fields, I have rules, but i can't find my head out. Can you guide me? This is what I want to do. I have custom variables stored in sessions, those ...
0
votes
0answers
31 views

populating a book into drupal 7 based on a form submission

I have been looking into drupal 7 and I am currently trying to create some multi page content all about one subject. Consequently I'm looking into the default book module built in to drupal as its ...
0
votes
2answers
36 views

How do you create a CCK field that presents a node creator with a list of the website's users?

I'm trying to add a CCK field that will present a site manager with a list of instructors which are actually a sub-group of already-authenticated users with the role name of "instructor" for a "class" ...
0
votes
0answers
18 views

Drupal - CCK Signup Issue

I've used the this link to setup an event and registration. All seems to work well until I go to post an event. The page loads into nothing: just a blank page, no error message, nothing. I'm stumped. ...
1
vote
0answers
52 views

Drupal features recreate issue with CCK fields

I have created a form using CCK with conditional fields. If I use the features module to recreate and export the new settings to my staging machine the form comes out flat. So for example my form is ...
0
votes
1answer
27 views

Customizable labels in custom fields

For a new website I have a list of products with specs, but most of the time the specs are different for each product, because there are a lot of types of products. Right now I just have a new field ...
0
votes
1answer
53 views

Is it possible to inherit a cck into another CCK and assign multiple values to it

I have been searching stackoverflow, drupal forums, drupal.stackexchange for how to create multiple values for a group. I came across several posts regarding the issue mainly Drupal Custom CCK field ...
0
votes
0answers
64 views

Image appears in edit mode in ckeditor but not on production site

I am using Drupal-6 with ckeditor. Now Image appears in edit mode in ckeditor but not on Home Page Does anybody have idea what was the exact problem ?? Thanks a lot
0
votes
0answers
96 views

Node limit module

Is there any one which have used node limit module? I have problem with this module. It does not work and every time accessing to content is denied.
0
votes
2answers
139 views

max number of content types on drupal

i have been handled a drupal site to work on, the problem is its very messy, they were building every single detail as a content type (using CCK), that produce around 150 content type and 560 database ...
0
votes
1answer
55 views

Building form and saving as a content type

I have designed a site. In this site there is a content type for our experts. Also we need to design a form to employ more experts. We need people send form and admin see their forms, edit and then ...
0
votes
0answers
98 views

creating a calender schedule

I am using drupal 6. I am trying to create a schedule node. This node will be the daily schedule at the workplace and fields will be filled in to assign certain workers different time slots. I will ...
0
votes
1answer
177 views

how to insert a block within a cck input form in Drupal 7?

I wanted to insert a block within the CCK input field in drupal 7. I have created a block which would display all the custom content types and the nodes created with those content type in tree ...
2
votes
1answer
51 views

How can I pull the latest published revision for a referenced node using the CCK node reference field?

Right now if I reference a node in another node via a CCK node reference field, if I change the referenced node, which creates a new revision of that node, it shows the edits on the page that's ...
0
votes
1answer
104 views

Allowed Values in Drupal

I am using Drupal-6. I Created CCK Field with Select Box with content type name as list_porducts. i am fetching products from external url . Here is my code $key=array(); $flowervalue=array(); ...
1
vote
1answer
186 views

Creating an “unzip” module that can interface with Content created through the GUI and through node.create by was of Services module (Drupal 7)

I am creating a website that will allow users to upload projects. Project submissions will consist of a couple of text fields, a screenshot and a .zip file. Once the user uploads their project, I ...
0
votes
0answers
175 views

How many modules is too many modules? [closed]

We have a D6 Pressflow install with 550+ modules installed and about 250 per site enabled. What are your thoughts on this?
1
vote
0answers
121 views

How to add CCK fields to my own content type provided by my own module in D6?

I'm creating a module which provides a new node content type. I can extend the default node creation fields with my owns, but I would like to add some CCK fields too (like CCK ImageField) by default, ...
6
votes
6answers
800 views

Seat reservations for (recurring) events on given days

I would like to let my users reserve seats (or a whole table) for events, and pay for the reservation via PayPal. Different performances/shows would be advertised, users could choose which tables or ...
1
vote
2answers
318 views

Problem with image field crop

I have a problem with the module image field crop. I upload an image and I can to crop but when I am going to edit the node to change the crop of the image, I can't. When I edit a node, I only see ...
0
votes
1answer
64 views

field update on field with no permission

I have a field (selectbox) that is configured to not be shown (no 'view' permission) on a particular role, nor not to be edited (no 'edit' permission) by the same role. This role is only able to edit ...
3
votes
2answers
210 views

Select a taxonomy parent ID based on the current node type for shared field declarations in cck

I have a taxonomy vocabulary with the below heirarchy: *Property Type -Commercial -Office -Building -Warehouse -Residential -Villa -Apartment -Penthouse I have two ...
7
votes
1answer
2k views

Is there a module for google maps in drupal 7?

On a site that I am building (using drupal 7), there is a feature that I need to include that I can't seem to find; Google maps. I am looking for two things; 1: something that will allow you to put ...
5
votes
3answers
1k views

Moving custom content types and content from Drupal 6 to Drupal 7

I'm rebuilding a Drupal 6 site in Drupal 7. So much needs to change, it doesn't seem worth trying to upgrade, so I'm starting from scratch. I would love to know if there is an easy way to export all ...
0
votes
2answers
112 views

Complex CCK field [closed]

My new content type ("MeetingVenue") needs to save multiple occurances of mutiple categories of information. "MeetingVenue" nodes need to have information on multiple meeting rooms; each one of those ...
2
votes
2answers
300 views

Custom Table or CCK?

I'm currently working on a project with a new requirement that, in a nutshell, queues submissions from users and submits them them to a remote API: collects submissions from users (with a form) each ...
2
votes
1answer
261 views

Module development - integrating custom content types

I want to create a module which would need custom content types from the cck module. I know in the .info I can say a dependency is the cck module. How can I best have the module create the content ...
2
votes
1answer
279 views

How do I add a customer ID field in Ubercart?

I want to ask for the customer to enter his ID when he buys something. Is it hard to add a new field apart from the default: name, phone, address, etc?
2
votes
1answer
1k views

Using hook_form_alter to set default values for multiple-value CCK fields

I was previously using the Default Value PHP field in the CCK Field Properties page to define multi-value default which was working fine. However the code is now getting so complex and I need to pass ...
1
vote
1answer
369 views

Best way to add Vcard to node

I have a content type with CCK fields that make up contact information. I was asked to add a VCard / Add to outlook feature. I have a few ideas on how to do this but not sure which one is good. My ...
4
votes
4answers
681 views

How to write a module that provides its own content-type using CCK?

I have to write a module that provides its own content type. In the drupal-documentation there is a guide for that; yet, I would have to deal with the CRUD logic inside of my module. I thought I could ...
1
vote
1answer
356 views

Views module bypasses Field Permissions [closed]

I have a CCK custom content type that contains some users' private information, and I'm using the module "Field Permissions" to restrict the view-ability of these fields from general users. I recently ...
1
vote
1answer
254 views

Output Flexifield content as Excel file?

I'm using Drupal 6 and Flexifield to create an extensible CCK content type for doing various measurements. The content type is composed of three flexifield fields -- "levels", "rooms" and "fixtures", ...
8
votes
5answers
311 views

How might I create a “step-by-step process” content type?

I'm thinking about creating a process manual for an intranet. Most (all?) of the processes have a very clear order, although the actual order may change from time to time. The plan is to have the ...