This is a user group of drupal developers of Pune, India
how to hide comment box throw code
Hi
im create cck field in content type.
in cck filed ,there is 2 option true/false
if true then comment form is enable and false then comment box disable.
Read moreDrupal Camp Deccan pics
Hello Everyone,
The pictures related to Drupal Camp Deccan event are uploaded on the site. You can see them here.
http://drupalcampdeccan.org/photos
Thanks,
Asif
How to implement use-ajax-submit in drupal 7 forms
Hi,
I would like to use ajaxed form submission on form loaded using ajaxed method.
Using following posting, I figured out that I need to implement use-ajax-submit.
http://api.drupal.org/api/drupal/includes--ajax.inc/group/ajax/7
http://www.jide.fr/english/using-ajax-in-drupal-7-outside-of-form-api
Now I am looking for example for use-ajax-submit in drupal 7 forms ?
Please guide me.
Regards,
Tejas
Requesting pictures of Drupal Camp Deccan
Hello Everyone,
Can you please mail the pictures of Drupal Camp Deccan to admin@drupalcampdeccan.in or upload them on FTP server from where we can download.
We are collating the pictures from different people in next 2 days and then will upload all of them.
Thanks,
Asif
Call for Indian Drupal Service Providers to get them listed on drupal.org Drupal Services Marketplace
Please add your firm names to http://drupal.org/project/issues/search/webmasters?text=&assigned=&submitted=&participant=&component[]=Drupal+service+list&issue_tags_op=or&issue_tags=
Make sure your site has portfolio of previous Drupal work. We will support firms that have delivered solid sites and have history of being ethical in their business deals. We all should support such firms.
See the listings page of other firms and create your content and then submit an issue http://drupal.org/node/add/project-issue/webmasters
Read moreNeed help in installing VideoLA
Hi All,
Greetings for the day.
I am working with Drupal 6 and VideoLA.
I need help in understanding how VideoLa works and where are its configurations.
If any body has worked before VideoLA and helps me, its more appreciated.
Thanks in advance.
Amol Bhavsar
Read moreDrupal Training in Pune
CS RAS Technology is the leading provider of Drupal Training Classes.
We hold regular Drupal Beginner and Intermediate classes in Pune (India).
CS RAS Technology offer Drupal Training from our Pune offices - or are more than happy to deliver courses on-site at your premises.
We also provide Drupal Based Corporate Training.
For more details, please send us email mktg@csras.in
Read moreSenior Drupal Developer: The Third Eye
Employment Type: FreeLance or Full Time
Location: Pune
A US based firm is looking to setup its operation in Pune and is urgently looking for Senior Drupal Developers.
Requirements:
- Min. 5+ years industry experience in software development with a minimum of 2 years experience in Drupal themes and modules.
- LAMP Environment Expert. Expertise in PHP/MySQL, JavaScript (jQuery strongly preferred), AJAX, JSON, CSS2/CSS3), HTML4/HTML5; cross browser support including Firefox, IE6-8, Safari, Opera
- Working experiences with SVN or CVS
Drupal Camp Deccan - Drupal, Dries & Dum Biryani :)
Hello Folk,
An update on efforts from the Drupal Hyderabad group. November 11th being the scheduled date of Dries Buytaert’s visit to Hyderabad, the Hyderabad Drupal community folk are planning a Drupal Camp to bring together all Drupal folk in the southern region to Hyderabad on that day. Having said so, the event is open for everyone across the country. There are similar events being planned in Mumbai and Delhi. So, you can attend the one closer to you.
Read moreDrupalCamp Singapore - inviting a speaker from overseas - post your candidates here
As you may have noticed, Singapore was granted money for Community Cultivation by the Drupal Association so that we can bring in an international speaker to our DrupalCamp.
Is there anybody you would like to invite?
The funds should be sufficient to bring in somebody from Europe and maybe somebody from the States if we use sponsor money to top up.
Please post your suggestion as a comment, and also - when you post,
1) include the name of the proposed guest
2) write a short explanation why you think we should invite this person
3) what you think are the benefits for the drupal community in singapore / South/SE Asia
Alternately, add to the discussion that you second one of the proposed candidates.
Note that I'm including some groups in the region besides Singapore - there might be funds available for a stopover somewhere else in Asia, so I also encourage members from nearby countries to suggest candidates for the overseas speaker.
Read moreDrupal 7 :: Training now available in COIMBATORE, India
Drupal Training :: RAM Tech's that delivers classroom training to students living in Coimbatore, India.
Training
We also specialized in offering high quality training in
Web Design Professional Training
Adobe Photoshop
Corel Draw
HTML/CSS
PHP / MYSQL
PSD to HTML Conversion(tableless css)
Traing for Creating the PSD layout and Coding the PSD layout in dreamweaver
Drupal Professioal Training
Drupal Installation
Install and Uninstall Modules
Drupal Menu and Theme Management
Drupal Views implementation and customization
Read more Dries Visit to Drupal Camp Deccan at Hyderabad
Hello Drupallers,
Some of you might already be aware, Dries is visiting Hyderabad on Nov 11th. We are in touch with Acquia and are planning to organize a major two day Drupal Camp Deccan for all of South India.
All folks from Chennai, Bangalore, Pune, Cochin are welcome to make good use of this event. We will have Dries to address the crowd in person and deliver the keynote address.
Azri (www.azrisolutions.com) is co-sponsoring the event. We plan to have different tracks for beginners and advanced learning.
Read moreNeed 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.
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 moreException handling in drupal 6
How can we manage exception handling in D6
Is there any module for exception handling ?
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,
),
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
DrupalCamp24x7
Exchange your drupal thoughts and knowledge with others and learn via online video tutorials FREE at http://drupalcamp24x7.org
Read moreDrupal 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 moreAmazon S3 with video streaming
I installed Amazon S3 and its working fine. Now we have to do streaming of video I think adobe (http://www.adobe.com/products/flashmediaserver/amazonwebservices/) will be best choice. Is there any streaming module(D6) for amazon ?
Read more




