I have the following content types: Camp - the top level type Registration Information - contains node reference to Camp called Camp
I\'m doing a project开发者_JAVA技巧 for a surveying company in Drupal 6. Ultimately, employees will need to enter measurements into a new content type. Currently they do it in a big Excel spreadsheet
How can I create two CCK fields where the latter has values based on the first selection? In my case I have a few programs which can be selected and then projects that are related to programs. I need
I am hoping to build a Codeigniter library similar to Drupal\'s CCK, albeit in an extremely simplified version. I am wondering what kind of database structure would work best to achieve my ultimate go
I am thinking in moving all JS and images from webserver to another server to mitigate the load on my webserver. then i will use parallel module to get this stuff from the other server.
Hi I\'m using the Jobsearch module to build a recruitment site in Drupal 6. By default it sends applications to the email address of the user who posted the job. My problem is all jobs will be posted
I just enabled the translation module and the i18n module. One of my content types has a node reference field, and after translating the page, the node reference dropdown is empty. It works fine for E
i used cck and link module to create a link field for my \"test\" content type, now i want to the link field can rediect to the actual link. eg: the link field is filled by \"google\" which i want to
I\'ve tried quite a few options and I just simply have no clue what I\'m doing.I do program in PHP, but this SOAP/wsdl stuff is all new to me.
I\'m trying to add a \'Display\' check box to multiple cck textfield. The code below does add the field, but when I submit the form I do not see the values in the $form_state array when I\'m validatin