Drupal Coimbatore

Events happening in the community are now at Drupal community events on www.drupal.org.
This group should probably have more organizers. See documentation on this recommendation.

Coimbatore is 17th best outsourcing city in the world. All People belong to Coimbatore are welcome here.

Shilpa Kothari's picture

how to use the backup file .mysql to restore the data

Hi All,
I reinstalled xampp and and also install the drupal 7 into it.
I wanted to use my backup (.mysqlfile).But when try to import this file in drupal database using phpmyadmin it shows

Read more
Garvit Kumar's picture

jOB PROFILES FOR TRAINERS FOR MOBILE APPLICATIONS

Hello Friends,

     Nextgma (Next Generation Mobile Application),Noida  is urgently looking for Faculty Members/Trainers in the following areas:

                        1. IOS iPhone
                        2. ANDROID
                        3.BLACKBERRY

Candidates with proficiency in one or more of the above areas can apply.

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

Drupal 6.17 with PHP 5.3

Hi,

Currently I am using Drupal 6.17 with php 5.2 . I planned to upgrade my php 5.2 to 5.3 but drupal should be 6.17 version.

Does all the drupal 6.1.x contributed modules will support to php5.3.

Need suggestion.

Thanks,
Sree

Read more
printcbe's picture

This topic removed. There should be no business ads.

This topic removed. There should be no business ads.

Read more
msk2020ckp's picture

Ubercart Order page" Javascript must be enabled error"

When i click next button in (billing address & Shipping address page), i got this error message "Javascript must be enabled to view the order total preview." below the "Click to calculate shipping " button . because of this issue
not working other javascript events and also its page redirect to previous page. its happening only IE Browser but others working well.

Read more
muruga.sp's picture

Payment user registration

Hi Friends ,

I want one functionality for my new website . New user registration with payment options. Register page have some options like 6 month Subscriptions and 1 Year & 2 Year Subscriptions options. After one year automatically expiry on particular user or Renew options for that users. I used ubercart but i dont know how to configure properly, Please help me anyone!.

--Muruga

Read more
Shilpa Kothari's picture

Module update issue

Hi,
I received available updates on my site for the three modules Entity ,Entity reference
and API module.I went ahead and tried to update them.But for some reason the Entity
module showed some error.When I tried again to update I got following error:

Fatal error: require_once() [function.require]: Failed opening required
'C:\xampp\htdocs\drupal/sites/all/modules/entity/includes/entity.controller.inc'
(include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\drupal\includes\bootstrap.inc
on line 2702

Now I am locked out of my site and cannot do anything.

Read more
amharis's picture

Hi Friends i need help drupal & joomla

hi, friends i am haris from trichy
i am using My website (www.citystartravels.com) allrady instald drupal. i want remove drupal i want instal JOOMLA Plez Help Me...

Thanks and Regards,
A.M.Haris
Mobile - +91 7871340341
tmngroup@hotmail.com

Read more
kvprashant's picture

Updates from DrupalCampDeccan spark-off meeting at Hyderabad

Please find the pictures of the participants at the meeting in La Makaan at https://www.facebook.com/pages/DrupalHyd/241614012554488. If you like the pics and notes, please “LIKE” us, and spread the word.

I am jotting some notes and points raised in the meeting today. The detailed meeting minutes are attached at: http://www.scribd.com/doc/68117431

Read more
venky.drupal's picture

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

Drupal 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
dhakshinait's picture

how do i apply and create patch for drupal module in windows?

hai,i need to apply for one contributed module but i dont know how to appy patch in windows. can you guide me for it?

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

Amazon 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
sudarshan.taparia's picture

Views

I wished to connect two views. ie . supply the output of one view to the input to the other view.
For eg.

Suppose I have created a vocabulary project members.And I add two terms to the vocabulary male and female.Now i create 5 nodes of story type and tag them as male and female.
Suppose I have entered(Sudeep,Sudarshan as Male and Pallavi,Menka as female)
Now first page of view should show

male
female

then when I click on male it should show
Sudeep (Node Title to be connected to its node)
Sudarshan(Node Title to be connected to its node)

Read more
suresh.ceg's picture

Passing User Input to a View Argument and display the result

I'm new to drupal and php

I'm trying to retrieve the result from the database based on the user input
I have created a view with the arguments using views 2 and Table wizard modules

I don't know how to map the user arguments to the view argument and display the result to the user?. Please help.

Read more
siva_epari's picture

Drupal Tutorial Workshop at National Convention for Academics & Research, 2010

Start: 
2010-12-16 10:00 - 20:00 Asia/Kolkata
Event type: 
Training (free or commercial)

Hi Drupalers,

Read more
quardz's picture

Download leads management application. Developed in drupal

Application in Drupal

I developed an Application for Leads management. It contains many parts to manage the affiliations for Leads in the areas of

1) Secured Loans
2) Non-Secured-Loans
3) Life-Insurance
4) Debt Management
5) Private medical insurance

I developed this to sale as product. But now give the application here to download and use for free. For any help mail me : adal@quardz.com

Drupal files and its sql file and users.txt are inside leads.7z

Download the application here (Main user ID/PASS -> userone/password) : http://dev.quardz.com/files/leads.7z

Read more
Subscribe with RSS Syndicate content

Drupal Coimbatore

Group organizers

Group notifications

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