India

Events happening in the community are now at Drupal community events on www.drupal.org.

Welcoming all Drupal Users & Developers from India.

If you are organizing a meetup, update @ http://bit.ly/drupal-india-db

Join the Drupal India mailing list at http://groups.yahoo.com/group/drupal-india

gobinathm.php's picture

how to display Node Terms in block with tree structure in Drupal?

Hey guys,

I just enabled multiple terms for node creation and i just wanna display those mulitple terms as a tree sturctured in a block i tried with the following code

 if ( arg(0) == 'node' && is_numeric(arg(1)) ) {
 $node = node_load(arg(1));
 if (module_exists('taxonomy')) {
 $terms = taxonomy_link('taxonomy terms', $node);
 print theme('links', $terms, array('class' => 'node-terms'));
} else {
  print 'No associated categories.';
 }
 }

But no luck its just displaying all terms, But i have to display like below

 - parent term1 
Read more
lut4rp's picture

DrupalCamp Delhi 2011

Start: 
2011-04-16 10:00 - 18:00 Asia/Calcutta
Event type: 
Drupalcamp or Regional Summit

Venue: 303, 3rd Floor, Solitaire Plaza, near Guru Dronacharya metro station, Gurgaon, India
Facebook event page: https://www.facebook.com/event.php?eid=143077992425474

I hope to see everyone from the community around NCR turn up, let's make this a great event! :-)

Read more
asif.mulla's picture

Advance Search Form with Views and CCK fields

Hi All,

I am looking for Advance search module that'll expose CCK fields for search. I know using Views2 we can expose the CCK fields as a filter. However its not possible to convert CCK text fields as checkboxes. For e.g. I have added and exposed filter of group Search (Search: Search Terms). To assist I want to add 2 check-boxes like search in Title and/or Description which are CCK Text fields. I couldn't find way to change them as check-boxes with functionality search in Title and/or Description CCK fields.

Read more
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
tejaspmehta's picture

How to get Date of file uploaded in view ?

Hello All,

I have used content_profile module and based on that i have created view which display username and related fields. Now in this there is one field of files. User can upload unlimited number of files. I wanted to know what settings i should do to get date of posted file. I tried -delta option but there is nothing possible it just duplicate records.

After that i found in database that there are few tables which may help.
1. content_field_profile_files
2. files

Read more
Mandakini_Kumari's picture

How pass node id as view argument used as filter to select the nodes in a CCK node reference

I have a view that selects a subset of book child nodes of a given type, where the parent book id is passed as argument. This works fine when I pass a given nid as parent book id in the view preview.

I have a CCK node reference that uses that view under Advanced - Nodes that can be referenced (View), selecting the created view under View use to select the nodes:.

How can I pass the nid of a specific node with an instance of the node reference field to the view under View arguments, which just says:

Provide a comma separated list of arguments to pass to the view.

Read more
Mandakini_Kumari's picture

creating view

I need help in creating view.

I have two content type(profile and patient_services ) reference nid to connect two are nid and field_patient_service_reference_nid.

I need to display data from both table
where content_type_profile.nid = content_type_patient_services.field_patient_service_reference_nid

Please let me know how to get this result.

Read more
netbabu's picture

Invite more students and professors/academicians

Dear members,

Please invite more students and professors to join this group:

http://groups.drupal.org/og/invite/118504

We need to increase drupal awareness as much as possible. This will definitely help the entire industry as a whole.

Read more
kinshuksunil's picture

OSScamp Lucknow 11.03

Start: 
2011-03-26 09:00 - 2011-03-27 18:00 Asia/Calcutta
Organizers: 
Event type: 
Drupalcamp or Regional Summit

OSScamp Lucknow 11.03 is an open source unconference being organised at the Babu Banarsidas Group of Institutions, Lucknow, on March 26-27 2011, in Lucknow (UP), India

At the OSScamp, we are organising a Drupal Hindi Localisation Sprint, plus have other hands on activities planned around Drupal. Please participate to make it a success.

Registeration/Signup and more details at: http://osscamp.in/event/osscamp-lucknow-1103

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

Cost of Drupal SEO in New Delhi

Hi everybody,

I'm US-based developer, who created a pro bono website (Let's Go! India Tours) for a gentleman in India. I don't speak Hindi, so the language barrier is a huge problem. As a result, I'm now looking for someone local (New Delhi) to take over site maintenance (content updates, page additions, installing contrib. modules, etc) as well as SEO. This all puts me in an awkward position of going to English-language websites to look for an Indian developer/optimizer for my Indian client.

Read more
msk2020ckp's picture

Preloaders in drupal6.0

Plaese explain to me about Preloader module in drupal 6.0....this is very very urgent for me..So plz give some useful information.

Read more

Building Selenium Tests for Drupal.org

The steps involved in taking forward the Selenium test for Drupal.org initiative:

Link to drupal.org issue queue: http://drupal.org/node/991040

  • Identifying a groups of people interested in building Selenium test-cases
  • Working on Identifying critical tests
  • Writing tests
  • Working with the infrastructure team to run these tests

If you are interested in building Selenium tests and supporting the same, please add you name and the area of support.

Implementers:

Read more
highermath's picture

DrupalCon in South Asia? 2013?

Is the South Asian community ready to take on a DrupalCon, perhaps as soon as January 2013?

If so, now would be the perfect time to start discussing it. It would be great to open this discussion before DrupalCon Chicago, next month. Of course, if you are going to Chicago, we can have a very informal meeting there.

To be clear, there has been no discussion, let alone a decision of any kind by the Drupal Association. This is strictly a fact-finding mission by me to gauge the level of interest in your communities.

Read more
dipen chaudhary's picture

Drupal monthly meetup

Start: 
2011-02-04 17:30 - 19:30 Asia/Calcutta
Organizers: 
Event type: 
User group meeting

Hi,

This is the call for monthly drupal meetup at SICSR, agenda for this meetup will be:

1> Discuss drupal sessions at GNUNIFY.
2> General drupal query discussion.
3> Drupal networking.

Please come up with ideas for GNUNIFY as that will be the focus of this meetup.

venue:
Room no. 706
Atur Centre, Gokhale Cross Road, 411016
Model Colony, Shivaji Nagar, Pune, Maharashtra 411016, India

Cheers

Read more
amitsoni26's picture

Module for portfolio website

Hello all , I am preparing drupal based self portfolio websites.
So I need to know about some of the most important drupal module which can help me for developing my online Portfolio website.

Read more
digitalpiku's picture

Drupal Tutorial and Tips Blog

Hello, I have started a new blog about drupal tips and tutorials. I regularly post tutorials and videos which I found useful regarding drupal website development while browsing internet. I like to share knowledge among drupal enthusiastic people around the world and also I would like the people to interact with me with their problem and knowledges they have.

Go to http://drupaltutorial4u.blogspot.com for more details.

Read more

D7 Party by Chennai Group !

Thanks to Shyamala of UniMity for hosting the D7 party. The Drupal enthusiast were no doubt enthusiastic about the party but were surprisingly pleasing bunch of varied technology enthusiasts. There was a round of introduction by the members of the Chennai Drupal Group. Some of the members have been with Drupal since its 4th version and many of them have deployed number of web sites on Drupal. One of the revelation of the party was that the community showed the supporting and nurturing attitude amongst its people.

Read more
tuxnani's picture

Drupal 7 Release party Hyderabad

Start: 
2011-01-08 13:30 - 16:00 Asia/Calcutta
Organizers: 
Event type: 
User group meeting

Hello Everyone!

Drupal Hyderabad is happy to say that we've decided to celebrate the release of Drupal 7 in style. And, for this, we have organised celebrations at a new and fun venue that would be a great place for us to meet each other.

We are celebrating the occasion on the Boat Cruise, Bhagmati on the Hussain Sagar Lake. This is a fun activity to meet, celebrate and share ideas.

The party will be on the Boat, and everyone is requested to be at Lumbini Park at the Boat harbour by 13.30 hrs (1.30 afternoon) on Saturday, January 8th, 2011.

Read more
swatee_karpe's picture

Drupal 7 apache solr search module not supported CCK fields for filteration

Hi,
I am using drupal 7.0-alpha7 for testing apachesolr search integration module. I got success in installing this with connection of apache solr server. Even I have added some CCK fields(text field, image field, file field..) and now I want that fields will come in the filter list of apache solr settings page.

In the apache solr search integration information they are given that they also support for CCK fields for filtration.
but in drupal 7 we are not able to find such feature in it.

Please let me know what should do to resolve this issue.
thanks in advance.

Read more
Subscribe with RSS Syndicate content

India

Group notifications

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