CCK

Tricks regarding Content Construction Kit

Drupal India - Existing Local Chapters

Existing Drupal Chapters existing in India and the active volunteers in each region.

Read more
mayur.pimple's picture

Play cck Video

Hi

Please Guide me, Any Good cck Video module Available in Drupal, Is it install another Player to show Video?

raintek's picture

How to print CCK Label

Hi

My CCK Label are in Marathi. Im create node-book.tpl.php. How to print CCk Label?

viral007in's picture

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
mehtatejas's picture

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',

Read more
yashsharma01's picture

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

Subscribe with RSS Syndicate content

Mumbai

Group organizers

Group categories

Tips and Tricks

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds: