What I\'m trying to accomplish I\'m building a favorites module and I need the ability to: Select from a dropdown, hardcoded list of options
I am building a drupal 6 page view which needs to display a list of nodes depending on the value selected in a user\'s content profile.
I\'ve created a new node type that is identical to a page called \"foo\", except there is an extra text field, \"bar\".
Drupal 6.22 I have an empty page except for a form that takes two input values and, when submitted, must display the result of a query based on that. The result may be displayed in a new window or on
I\'m using Drupal 6. In ./modules/node/node.module, the following outputs the submission info in the node view:
Using Drupal 6. I\'ve created a new node type with CCK, which has one form field, in text, limited to 120 characters. The title is hidden by the node_autotitles module, and the body is removed by rem
I currently use开发者_如何学运维 theme_blocks() in a base theme for Drupal 6, and I have had difficulty converting my theme to Drupal 7 because theme_blocks() is not used in Drupal 7. The below code i
I have graphical project of three-column Drupal front page which has first column for one piece of custom content and two other colums designed for most recent news (one content type) as it is shown o
This is the issue. I have a block called \'User Favorites Block\' It\'s placed in the region \'First Sidebar\'
I have a drupal event calendar, When I click on an event it shows event details in a new page, How to sh开发者_如何学运维ow event details in a popup?Enable the Calendar Popup module (part of the Calen