Hi I\'m having the following issue (or misunderstanding): I\'m registering a path (using hook_menu in a custom module), let\'s say the path is admin/some_settings. On this page I\'m supposed to show a
im trying about a week to do multistep form usin form api in drupal 6 and in the step 2 there is 2 upload fields and then its should proceed until step 5, after user fill the s开发者_Go百科tep 1 he ca
In Drupal I\'d like to s开发者_如何学Cet up a rule that only runs if a workflow state is changed to a specific state. For example, if an Application is marked as \'submitted\' and was previous marked
hey i got a contnet type that i made and i want to twweak it some , when i do form alter its all good but once i do submit its ignore my changes that i added a field forexample, how can i do that chan
I am working on theming the product page for drupal ubercart and can\'t seem to get the image to be a link also. This is what I have so far:
I have a Drupal site on which users can enter CCK content by uploading docs to content. CCK has title, body, and a set of attached documents and I would like to show the nodes (using views) in a fancy
How do I sort the output of node listings without using Views? I already created my template for my Node listing based on a category
I am customizing the node/add and node/edit forms of a content type with a form_alter. In my content type, there is a file f开发者_如何学编程ield that permits to upload files to the content.
I recently installed a drupal from scratch and I\'m installing additional modules according to my needs.
I\'m attempting to add an additional field to images. e.g. position, left or right. So the user can add m开发者_如何学编程ultiple images and specify left or right position.