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

njmahesh's picture

Standard site name for Drupal Camps

Drupal camps have been very valuable sources for learning many things from Gigs and also update with new stuff. Its really useful to watch videos/slides after the camp is done but everyone having different names based on their group, year which really confuse a lot, I mean they can any name they want but the site name for all the Drupal camps I feel should be consistent so I don't need to track or search for it.

My suggestion is:

year.drupalcamp.groupname

For ex:

2011.drupalcamp.nyc

Read more
ishanmahajan's picture

Dries is visiting India!

Hello Drupalers,

Dries Buytaert, the creator of Drupal and the CTO of Acquia is visiting India during the week of 07 Nov. He will be visiting Delhi, Mumbai and Hyderabad, to engage with the developer and business community, to further the adoption of Drupal open source "content management system" (CMS) in our country.

Read more
kurund's picture

Mumbai CiviCRM Meetup - User, Admin & Integrator Training - October 2011

Start: 
2011-10-11 14:00 - 19:00 Asia/Calcutta
Organizers: 
Event type: 
User group meeting

Mumbai CiviCRM Meetup - User, Admin & Integrator Training - October 2011

Come meet others from the Mumbai who are interested in, using or developing for CiviCRM. For this meetup, we will do an introduction to CiviCRM v4.0, hands-on training for different levels (user, admin and developer), integration with Drupal modules and have open question and answer sessions / breakout groups based on interests.

Read more
hypertext200's picture

Video module 7.x-2.1-alpha2, what you should know?

Original post : http://heididev.com/video-module-7x-2x-what-you-should-know

I released video module 7.x-2.1-alpha2 version on 11th of Sep. This major version completely redesign the video module and its core, I'm the only one worked on this release and seems our co-maintainers (6.x) had no time to contribute code to the 7.x yet. I'm very very happy about the progress of downloading and using video module. It has over 10,500+ usage now.

In this article I'm going to examine some new features added to the video module.

Read more
yuvraj_jain's picture

Need Help for Multisites With Drupal new bee for multisites

Hello All,
I have to develop a site that can support multisite with drupal, my basic needs are
1) Main site can create the other site with different database
2) The site created from Main site can handle custom modules and themes.

Read more
rahuldewan's picture

"Hello Drupal" training in Hyderabad

Hi:

We're looking to help organise Hello Drupal training days in all major cities in India; primarily targetted at college students.

We need an atleast "one Drupal enthusiast" at atleast "one college in Hyderabad", who could become the pivot for organising this training for the community. Please recommend/volunteer names here, for further communication. Please write to us at "trainings [at] srijan [dot] in", to help take the next steps on this initiative.

Ipsita Mishra, a Hyderabad based Drupaler, has volunteered to conduct the training.

Read more
svenryen's picture

DrupalCamp Singapore

Start: 
2012-03-03 09:15 - 23:00 Asia/Singapore
Organizers: 
Event type: 
Drupalcamp or Regional Summit

RSVP: http://www.meetup.com/Drupal-SG/events/32404752/

Join us for a one day Drupal Community Event and Explore a World of Drupal Opportunities!

Venue: Microsoft
Date: March 3rd 2012
Time: 9.15AM - 6PM

PROGRAM
9.15-9.45 Registration
9.45-12.45 Session 1, 2, 3
12.45-2.00 Lunch (At the venue)
2.00-3.45 Session 4, 5
3.45-4.30 Afternoon Tea Break
4.30-5.15 Session 6
5.15-5.30 Wrapping up and lucky draw
8.00-> After party at Hackerspace.SG

If you're in the region, come over and see us in Singapore.

Read more
Mandakini_Kumari's picture

Setup new site on Amazon EC2

I need help in setup new site on amazon EC2. I created new instance and able to login via Putty but not sure how to access database and where to upload files. I used to work on our dedicated server so amazon is completely new for me. Below is my amazon server info.
AMI: sles-11-sp1-v1.00.i386 (ami-e0a35789)
Public DNS: ec2-50-17-89-164.compute-1.amazonaws.com

Please help me in setup.

Thaks

Read more
Mandakini_Kumari's picture

Exception handling in drupal 6

How can we manage exception handling in D6
Is there any module for exception handling ?

Read more
Mandakini_Kumari's picture

Drupal 7 #ajax element giving error An illegal choice has been detected. Please contact the site administrator.

I am doing select of country,state and city using ajax element and getting message "An illegal choice has been detected. Please contact the site administrator." if passing $selected_state

If I use ajax_example_get_third_dropdown_options(2) it works but give error for ajax_example_get_third_dropdown_options($selected_state)

'#ajax' => array( '#options' => ajax_example_get_third_dropdown_options($selected_state),
'#default_value' => $profile_country_residence_city_id,
),

Read more
tejaspmehta's picture

How to create custom add/edit/delete module in D7 ?

Hello,

Did anyone know how to create custom module in D7 for simple add/edit/delete. I am new to module development. Need to create one content type which have add/edit/delete functionality. CCK is not a option for us as lots of additional functionality needed here. We have already checked http://drupal.org/node/361112 but this is only for creating block.

Anyone have proper links to share or custom module created which will be helpful for review will be great help.

Thank you
Tejas Mehta

Read more
dgoutam's picture

drupalcamp24x7

learn from the Drupal gurus online and 24x7 online video tutorials for all at http://drupalcamp24x7.org..

Read more
Mandakini_Kumari's picture

Drupal 7 search hook

We are working on site like shaadi.com and we want to implement search hook for profile. We used custom multi step form( Not CCK) and we have around 130 fields in profile section. Search form should have 2 to 15 fields. e.g.
1) search for "Country"
2) Age between 20 to 25
3)Mother Tongue etc
.....
.....

If I understand correctly drupal search uses two tables a)search_dataset and b)search_index
So we can't use date between or other conditions like we do in non drupal search.

I have not implemented views hook for our custom multistep form yet.

Read more
tejaspmehta's picture

Need help in 2 level fields in CCK

Hello Everyone,

I am using D7 to create a basic catalog site and stuck at one point. I have following flow.

Category
Sub Category
Product.

Now with help of CCK module, i have created all 3 types of content types. Sub Category has Node Reference for Category and it works fine. Now in Product content type what i need is when i select Category (which is node reference field) then automatically related Sub Category should be listed. Can anyone let me know how to do this with available modules ?

Thank you
Tejas Mehta

Read more
chintan4u's picture

How to create Recorded Webinars functionality?

I have used video module 6.x-4.2 for drupal 6 with normal drupal file system storage.
This module is not able to render video more than 100MB.
I want to make a page for recorded webinars so obviously these videos are more than 500-600MB.

Is there any open source streaming software available?
or I am totally going in wrong way for video...?

Guys Please help if you have idea about how to host bulky video files into drupal CMS.

Read more
zakir.gori's picture

website with feature like policybazaar

I wanted to make website like http://www.policybazaar.com/
using drupal can i make such kind of site. basically i need insurance comparing feature. using webform can i do that?

Read more
sreedharprabhu.mca@gmail.com's picture

Is there any module like Moodle Whiteboard

Hi,

I am looking for Whiteboard Module. Which is similar to Moodle Whiteboard Module.

Features:
1. Screen Sharing
2. File Uploading
3. File Edit.
4. Text chat
5. Audio chat
6. Drawing tools with some features.

If any one knows this Kindly update here.

Thanks,
Sree

Read more
phantomvish's picture

Message to existing users and new emails

Hi all,

Invite module allows you to send message to external emails. Private Message module allows you to send message to existing users. I'm wondering if there is a module with a "To" box where you can type both emails and usernames to send simple text messages.

Read more
phantomvish's picture

Is there a user to user testimonial module?

Hi all,

I'm looking for a linkedIn recommendation like module which has the following features.

  1. One user can visit other user's profile page and write a recommendation or testimonial about him (Basic title + textbox + one image attach)
  2. The author has the update and delete access and the owner (user whom the testimonial is about) can hide using flags
  3. Users can request other users for testimonials
  4. Email notifications to author and owner when testimonials are written and requests are made.
  5. Views and blocks support
Read more
viral007in's picture

Drupal 7.7 Updates

Why is drupal 7 being releasing new updates at very short intervals, I has now reached to Drupal 7.7
Just 2-3 weeks back we got 7.5 and know 7.7

We should discuss and understand before we migrate our systems to Drupal 7 and under take new projects on Drupal 7

What is the road map for Drupal 7

Let us all discuss this out

Warm Regards
Viral Mehta

Read more
Subscribe with RSS Syndicate content

India

Group notifications

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