I am new to drupal so may be my question will be very dumb. I want to show daily questions on my website which is build using drupal. The question is of multiple choice and the options should be displ
i\'m using Drupal 6.19 , in order to do some changes to the forms i followed some tutorials on the web using the form_alter hook .
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_开发百科
$langoptions = array(1=>\'German\',2=>\'English\',3=>\'Spanish\',4=>\'French\',5=>\'Portuguese\',6=>\'Chinese\',7=>\'Italian\',8=>\'Japanese\');
I recently installed a drupal from scratch and I\'m installing additional modules according to my needs.
I\'m using the ticketyboo module for Drupal and i\'m trying to get the module to only pick the last 3 node items. The module itself doesn\'t have function built in to do this.
I have enabled Location User module and during user registration I am collecting 2 location fields Country and Postal Code. As I am th开发者_如何转开发eming user registration form, I want to remove th
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
This is a site we\'ve inherited from someone else. I\'am having problems in uploading images to the site. When I initally upload via the admin, the image shows temporary,(Hence it uploads the image to
I\'ve create a module called finder that I want to take parameters from a url, crunch them and then display results via a tpl file. here\'s the relevant functions...