Bhopal

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
This group should probably have more organizers. See documentation on this recommendation.

Welcome to the Bhopal Drupalists Group. This Group is to allow Bhopal Drupal Users and Developers to communicate, organize and help promote the use of Drupal in Bhopal , Madhya Pradesh in INDIA.

Share your experiences about Drupal.
Post the links of your sites developed with Drupal.

rajeevk's picture

Who are going for DrupalCon 2012?

Hello Everybody,

I am reading the news of coming DrupalCon 2012 for such a long time & I am just curious about the number of persons who are attending this in Munich, Germany.

Who ever is going to attend, they must be packing their bags today but knowing about them will make me feel that - "Yes We Are Also There".

I am hoping for some response right now...so lets see...

Thanks,
RajeevK
+91-9650361380

Read more
rajeevk's picture

Drupal Training Event on Global Drupal Day - September 14th in Delhi NCR ?

Hello All,

Please have a look on this link (though I have copied the text from there in this same post below). Hyderabad has already planned such event & Mumbai is also planning to have one on this day, so why not Delhi?
Lets discuss about this, plan a meetup in this weekend & reach on structure of this event before going to inform DA about it.

Link - http://drupal.org/learn-drupal

Overview -

Read more
Mandakini_Kumari's picture

Online Matchmaking Site In Drupal on Amazon Cloud

Hi All

mymitra.com is at final stage of completion, It is an online matchmaking site for graduates worldwide based on Drupal-7. It offer a platform for professionals and accomplished people to meet with other like minded people. USP: Profiles are verified and then displayed based on an individual’s merit.

It contain tons of custom module other than core and contributed ones. Some of them are like
1)Memcache
2)LoginToboggan Rules Integration
3)BeautyTips
4)USERPOINTS
5)USER RELATIONSHIPS
6)Views

Your suggestions are welcome

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
Praveen Dhyani's picture

I have a code for fetching and where I use it in Drupal and How?

I have made a Code is this right
Where and In Which file I use this code

<?php
$con = mysql_connect("localhost", "user", "user123!");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}

$db_selected = mysql_select_db("drupalweb", $con);

if (!$db_selected)
{
die ("Can\'t use test_db : " . mysql_error());
}
$query = db_select('test1_drupal');
$query->fields('test1_drupal', array('rollno', 'name','result'));
$query->condition('regno', $regno);
$result1 = $query->execute()->fetch();

drupal_set_message($result1->rollno);
Read more
Praveen Dhyani's picture

How can I make View Ticker in Two different Languages(Hindi & English) separately In Drupal 7.7?

Dear Friends
I am making a Website in Drupal 7.7 in both Hindi and English.

I make a View and that view publish content types like( I make Recent News,Recent News with PDF and with Image) but the main problem is If translate these content, Content type will show both Hindi and English content with in main page.

Both are showing together,I want Hindi and English Differently.
But the problem which I understand is Ticker showing Content types, It is not distinguished between Hindi and English.

Please help If you can
Thanks

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
prajila.v.p's picture

Add one field to hook__views_data()

hiii
i am trying to develop a drupal module which wants a default view. Already there is a group called test which contain 2 fields. i want to add one more field to that group from my module. I tried this code. but it gives an array field and structure broken .

function myhook_views_data() {
$data['test']['table']['group'] = t('test');
$data['test']['table']['base'] = array(
'field' => 'view_name',
'title' => t('test data'),
'help' => t("test data help."),
'weight' => -10,
);
return $data;
}
how can i do this?? Pls help me

Read more
manishhworld@gmail.com's picture

Drupal 7

Hi,

I am new to Drupal. I have successfully installed Drupal on my Windows 7 m/c.
I want to load sample RDF data and retrieve it using - Drupal RDF java SparQL Jena.

It would be great if someone could share some example or any post or any document which helps me to do it.

Thanks and Regards,
Manish H

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

adding more than one action to same function

I am new to Drupal. I am using Drupal 7. After installing drupal 7. I created 2 files. beep.module and beep.info Following is beep.module


<?php
/**
* @file
* Provide a simulated beep.
*/
function beep_beep() {
watchdog('beep', 'Beep!');
}

/*
Implementation of hook_action
1) tell which triggers it supports
2) define the action
*/
function beep_action_info () {
return array( 'beep_beep_action' => array('type' => 'system', 'label' => t('Beep annoyingly'),'configurable' => FALSE,'triggers' => array('node_view', 'node_insert', 'node_update', 'node_delete'),
),

Read more
manojondrupal's picture

drupal6 with 2 database

Hi All,

In my drupal6 installation I am using 2 database, default drupal database and other database. In my drupal pages I am fetching data from second database and representing it using pager function. In settings.php required amendments are done. Now whenever I am using my administrator account all the pages are working fine. When I am using other login account then data from second database is not coming. In logs no message is showing.

Please help me regarding this problem.

Thanks in advance.

-
Manoj

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

warning: include_once(sites/default/civicrm.settings.php)

Facing This Error After Installing civiCRM Module

Site building

warning: include_once(sites/default/civicrm.settings.php) [function.include-once]: failed to open stream: No such file or directory in C:\wamp\www\drupal_dev\modules\civicrm\drupal\civicrm.module on line 252.
warning: include_once() [function.include]: Failed opening 'sites/default/civicrm.settings.php' for inclusion (include_path='.;C:\php\pear') in C:\wamp\www\drupal_dev\modules\civicrm\drupal\civicrm.module on line 252.
Read more
nirbhaysaini's picture

schoole managment

I am a PHP programmer and new on drupal

We are yet planning a school management solution for a school in. We use Drupal for our school and alumni sites.

Here is a list of benefits and functionality we are looking at. Is this doable with Drupal or will we need a proprietary solution. Are there any open source solutions for this use case?

1.An interactive platform for all entities and stakeholders viz. Students, Parents, Teachers, Management, Administrators and the Alumni of the school.
2.connects all the departments of an institution and knits them into a complete whole

Read more
Subscribe with RSS Syndicate content

Bhopal

Group organizers

Group notifications

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

Hot content this week