Drupal India - Existing Local Chapters
Last updated by anirudha_3083 on Mon, 2012-10-15 07:17
Existing Drupal Chapters existing in India and the active volunteers in each region.
Read morePlay cck Video
Hi
Please Guide me, Any Good cck Video module Available in Drupal, Is it install another Player to show Video?
How to print CCK Label
Hi
My CCK Label are in Marathi. Im create node-book.tpl.php. How to print CCk Label?
Custom Form Help
Hi All
I need an help for custom form.
I have created a form, but after submit the form does not show $form_state and values of the fields.
function redeempoints_user_add_form(&$form_state)
{
$form = array();
$form['point_user'] = array(
'#type' => 'textfield',
'#title' => t('User Name'),
'#size' => 30,
'#maxlength' => 60,
'#required' => TRUE,
'#default_value' => '',
'#autocomplete_path' => 'user/autocomplete',
'#description' => t('User Name for the user you want the !points to affect'),
);
Read more Add content type CCK field to join with custom table field in drupal view 2
Hi,
I have following table structure:
CREATE TABLE IF NOT EXISTS views_price (
nid int(11) NOT NULL,
price float NOT NULL,
UNIQUE KEY nid (nid)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
In order to expose my price field in view, I wrote following code
function mymodule_views_api() {
return array(
'api' => 2,
'path' =>
drupal_get_path('module', 'mymodule'),
);
}
function mymodule_views_data() {
$data['views_price'] = array(
'table' => array(
'group' => 'My Custom Data',
'title' => 'views_price',
'join' => array(
'node' => array(
'left_field' => 'nid',
Multistep form in user registration
Hi,
Any one help me . I am trying to implement a multistep form in the user registration process. but i unable to implement.
Multistep form is not working in the hook_user case 'register'.
Help me
Thanks
Yash Sharma

