Bhopal

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.

Drupal front-end developer | Indian Customers

Employment type: 
Contract
Telecommute: 
Allowed

We are looking for an Drupal front-end developer to work on an Indian customer support platform with Drupal 7.

The developer should be expert in at least one scripting language (PHP or ASP) and can crank out databases. Expert hand-coding in (X)HTML, CSS, and Javascript, jQuery & AJAX. Up to date on web standards. Strong communicator able to express ideas about technical solutions in a clear and demonstrative way. Troubleshooter. Self-motivated.

Job Requirements:

Read more

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

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

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

Online Developers Community manager | IGC International LLC

Employment type: 
Full time
Employment type: 
Part time
Employment type: 
Contract
Telecommute: 
Allowed

We are having a senior position for you of Online Developers Community manager

Role : Developing and managing a community of thousands of developers same like ubuntu or Joomla or Drupal, on behalf of our Client Intjo Inc. (A USA headquartered Company). Through the medium of community, you will get some mighty projects to complete.

Responsibilities :

  1. Starting from scratch to develop a community of developers from entire world.

  2. Bringing most talented developers on the community from all over the World.

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

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

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

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

Form Filling Job, Online advertising | Universal Info Service

Employment type: 
Part time
Telecommute: 
Allowed

Online Data Entry Workers Needed:-If you are interested in working part-time from home for some extra income or whether you're looking for a full-time career, work whenever and wherever you want. All that is needed is access to the Internet. There are absolutely no restrictions on how much or how little you work. Of course the more data you enter, the more money you can make. For more details visit us at www.easypostjob4u.com Ph. 03532461473, mobile- 09434019000,9474425752 easypostjob4u id= GYU2983AMH

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

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

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

ayushiinfotech'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

Drupal Developer | E-nova Technologies Pvt. Ltd.

Employment type: 
Full time
Telecommute: 
Not allowed

E-nova Technologies is an Indo-French vibrant company based in Delhi and working mainly with clients in Europe. We are specialized in Magento & Drupal websites and OpenERP Solutions. We also created a unique French E-learning portal - Click On French (www.clickonfrench.com).

We are a member of the Indo-French Chamber of Commerce and offer our customers a wide range of outsourcing services, from offshore web design to the creation of e-commerce platforms, Search Engine Optimization (SEO) or the implementation of total ERP systems. We always base the projects on Open-Source.

ayushiinfotech's picture

Exception handling in drupal 6

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

ayushiinfotech'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,
),

ayushiinfotech'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
ayushiinfotech'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 ?

Executive | Zeal World/Home Based Online Jobs (Offered Ad) WITH LAPTOP

Employment type: 
Part time
Telecommute: 
Allowed

Online ad posting job for students, unemployed, housewives. We pay for every ad posted by you. The work is very simple. All you need to do is just copy-paste the text ads which is provided by us. For more details VISIT www.zealworld.com, Call: 0761 4045669, 9329746005

Subscribe with RSS Syndicate content

Bhopal

Group organizers

Group notifications

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