I\'m using Views2 and cck3 and am having trouble creating a Drupal view that allows me to display multigroup fields while using arguments.
Once the node has been saved once I\'d like to block users from editing a required node开发者_开发问答reference field. I tried changing the type to \'nodereference_hidden\' like this but then submissi
Good Evening, I\'m using Drupal 6, CCK Module, and the Link Field Type. All are installed and activated.
I have a rather complex challenge. My new content type called MeetingVenue needs to save multiple occurances of mutiple categories of information. An example is:
开发者_StackOverflow社区Is there a way to pass some $variables to block & node from function like template_page_preproceess on drupal 6? $vars should already be available to node.tpl.php (if $vars
I have three cck fields.Let\'s call them: Field A Field B Field C I would like Field C to 开发者_运维知识库automatically be populated by the sum of Field A and Field B.That, or the sum to be displ
I need each \'page\' node to have a number of downloads attached to it. So if I have a page called \'about me\', the downloads could be:
I want to ask f开发者_高级运维or 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 ?From what I understand, Ubercart d
I need to send out a reminder email the DAY BEFORE a Calendar Event as well as the DAY AFTER. Unfortunately, I can\'t use Rules Scheduler, because the Tokens can\'t be manipulated with PHP. It doesn\'
I am trying to make a View with \"Top 10\" nodes where the position is granted by an administrator through a CCK text field with 10 options (1 to 10 points).