I just gone through how to create forums and containers programmaticallywith the below link http://www.unibia.com/unibianet/drupal/how-create-drupal-forums-and-containers-programmatically
Is there a module that can make different registration forms for 开发者_C百科different roles during sign up? (ex. each Editor,Main User,Sub User role have different form)Here\'s what you should do
Drupal automatically ad开发者_StackOverflow社区ds <div>\'s and classes around form items. All form elements will have the attribute class = \"form-item\". How do I override this default behavior
Im newbuy to drupal and really curious to work more , And i created a content type for profile and link it with edit profile through content profile and make it as mu开发者_StackOverflowlti step using
in my module i am creating a page with many simple forms: foreach ($parameters as $param){ $output = drupal_get_form(\'mymodule_param_\'.$param[\'id\'].\'_form\', $product);
I\'ve made a custom Drupal module. Inside which I\'ve created a block and a form. How can I make the form appear in the block content? Cheers.
i want to allow ano开发者_如何学Cnymous users to create forum topics with their information ( name, email ) and also to be able to alert them when a new comment is posted. There is any simple way to d
I\'ve built a \"Quick Links\" drop-down select box for my Drupal-based web app. The select box is implemented as a standard Drupal form, which appears on all pages in the site. When the user selects a
I am creating a form where i have to populate \"X\" form elements (text-fields to be specific) based on values in the database (X number of elements, properties of each element etc). Is there a way to
i have to show a custom form like below either upload image or paste a url for the image O Radio button to set for image upload