Pune

Events happening in the community are now at Drupal community events on www.drupal.org.

This is a user group of drupal developers of Pune, India

swatee_karpe's picture

Drupal 7 apache solr search module not supported CCK fields for filteration

Hi,
I am using drupal 7.0-alpha7 for testing apachesolr search integration module. I got success in installing this with connection of apache solr server. Even I have added some CCK fields(text field, image field, file field..) and now I want that fields will come in the filter list of apache solr settings page.

In the apache solr search integration information they are given that they also support for CCK fields for filtration.
but in drupal 7 we are not able to find such feature in it.

Please let me know what should do to resolve this issue.
thanks in advance.

Read more
gauravkhambhala's picture

Drupal 7 Release Party by Gujarat Drupal User Group, Ahmedabad

Start: 
2011-01-07 06:30 - 08:30 Asia/Calcutta
Event type: 
User group meeting

GDUG - Gujarat Drupal User Group and CIGNEX invites you to Drupal 7 Release Party in Ahmedabad, Gujarat, India. Come with Drupal Enthusiasts, participate, meet, and celebrate Drupal 7 Release with fellow Drupallers.

DATE:
Jan 7, 2011/Friday

TIME:
6:30 PM to 8:30 PM IST

AGENDA:
[1] Introduction & Welcome
[2] Drupal 7 Tech Talk (round robin among 10 speakers)
[3] Drupal Quiz (Surprise gifts)
[4] Drupal 7 Cake & Snacks & Networking

VENUE:
CIGNEX Technologies

Read more

Drupal 7 Press Release - India

Know of any interesting site that's using Drupal 7 in India, please list in here.

Drupal 7 Contributors, drop in your names with a brief of your contributions. A link to your profile a must.

Sivaji: Contributed to Patches in Drupal 7 Core

Read more
shiv.godi's picture

Drupal 7 Release Party Chennai

Start: 
2011-01-07 18:30 - 23:00 Asia/Kolkata
Event type: 
User group meeting

Folks singup for the Party !


Drupal 7 - Time to party!

Venue:
UniMity Solutions Pvt Ltd
3, 5th Floor, "Kasi Arcade"
116, Thyagaraya Road
T.Nagar, Chennai 600017

Join us in the Fun yet again.... Please signup!

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
dipen chaudhary's picture

Drupal monthly meetup

Start: 
2010-12-18 16:30 - 18:00 Asia/Calcutta
Organizers: 
Event type: 
User group meeting

Hi,

This is call for the monthly drupal meetup which we started last month and had much fun discussing the latest and greatest in drupal + other interesting open source projects which can be used with drupal to help the cause of scalability, interoperability and mobile development. We had lot of discussions on deployment strategies as well. Therefore I think it would be apt to have a session on one of deployment strategies we discussed which is drush + features.

Agenda:

1> Session on Drush + Features - 30 mins - Dipen Chaudhary

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

Best drupal chat module for Live chat

Hi

Is any chat module where customer can interact with site administrator without login.
Example you can see on http://www.hostgator.com/ here many customer can talk with one or many sales support team.

I implemented few module but not satisfy with result e.g. DrupalChat work after login only

Read more
Mandakini_Kumari's picture

multisite with SEO(sitemap.xml)

Hello

In which folder we need to keep sitemap.xml, google and yahoo site verification code files if we are using multisite concept ?

Read more
Mandakini_Kumari's picture

Core Search returns Access denied

On http://ayushiinfotech.com/search I am searching keyword "drupal web development"
getting below result for first two page
Access denied
You are not authorized to access this page.

on 3rd page I am getting results. Do I need to change anything in setup for it ?
I am using core search only

Read more
dipen chaudhary's picture

Monthly Drupal Meetup

Start: 
2010-11-13 16:30 - 18:30 Asia/Calcutta
Event type: 
User group meeting

Hi,

This is call for general drupal meetup in city of pune, more and more consulting shops and product startups are now using drupal and its a nice time to start regular monthly meetups to keep a pulse on how people are using drupal. Agenda for the meetup is almost anything under the sun related to drupal, but few specific things we can discuss:

1> How to go about having regular monthly meetups, whats needed and how to go about it - 30 mins
2> Ad hoc drupal related issues/questions people might have - 30 mins

Read more
boraganesh's picture

using short urls

hi frieds

would like to use short urls in drupal, any one knows how to rewrite urls using simple way.
like insted of this default url for about us node page http://localhost/testsite/?q=node/1
i would like to rewrite it as http://localhost/imageflow/page/aboutus

thansk in advance

Read more
vishal33_us's picture

use of Drupal for large projects and security issues

Start: 
2010-11-12 12:30 - 14:30 UTC
Organizers: 
Event type: 
User group meeting

Drupal users and non users will hereby join by for making understand every developer easy and more convenient ways to use drupal, future with drupal rather than making a start with every project when you get the ready modules whereas security issues are concerned this would help in resolving the issues through group discussion

Read more
gobinathm.php's picture

help with views 2 working pro-grammatically sorting & filters not working as expected

Hi,

Im using custom module to handle this view.I did many try(find inside the code) but nothing works and also sorting too. Only arguments code works charm. Guide me to right way / help me with solutions.

and here is the exported view link http://pastebin.com/YzzzLEbW

    function custom_module(){
        views_include("view");
        $view = new view();
        $display = 'default';
        $display_id = 'page_1';
        $view = views_get_view('master');

        // ensure view exists
        if (!$view)
        print("Not real");
        // set display_id
Read more
gobinathm.php's picture

help with drupal views

Hey people,

I'm working with drupal views and im new to drupal. I did exported the views and creating a widget with that exported views. I have no idea how to pass argument to that exported views.

http://pastebin.com/YzzzLEbW

i just want to pass url args and filter the views result accordingly and also pagination too.

if i pass ?page=0,1 in url it wont reflect any change.please help me with this.

if you like to contact mgobi.php AT gmail.com

Thanks,
Gobi.

Read more
beautifulmind's picture

Would you share your Drupal code if permitted?

Yes, I would.
92% (11 votes)
No, it belongs to me only.
8% (1 vote)
Total votes: 12
kinshuksunil's picture

Drupal Updates from OSI Days 2010 - Open Source Conference, Chennai - September 19-21, 2010

Conference Details - http://osidays.com
Drupal Sessions with Overview and details: http://osidays.com/tracks/60
Conference Registration - http://osidays.com/register-now

Shortlisted Sessions:

<

ul>

  • Building Powerful search in Drupal by Prajwala Manchikatla - http://osidays.com/proposal/building-powerful-search-drupal
  • Citizen Journalism on Drupal by Markus Franz - http://osidays.com/proposal/citizen-journalism-drupal
  • Drupal Theming (Workshop) by Marek Sotak - http://osidays.com/proposal/drupal-theming
  • Read more
    kinshuksunil's picture

    Drupal Updates from OSI Days 2010 - Open Source Conference, Chennai, India - September 19-21, 2010

    Conference Details - http://osidays.com
    Drupal Sessions with Overview and details: http://osidays.com/tracks/60
    Conference Registration - http://osidays.com/register-now

    Shortlisted Sessions:
    Building Powerful search in Drupal by Prajwala Manchikatla - http://osidays.com/proposal/building-powerful-search-drupal

    Citizen Journalism on Drupal by Markus Franz - http://osidays.com/proposal/citizen-journalism-drupal

    Drupal Theming (Workshop) by Marek Sotak - http://osidays.com/proposal/drupal-theming

    Read more
    gdzine's picture

    small business website Features

    Lets share our thoughts about the base features of a small business website features here ..

    Read more
    liorm's picture

    Looking For Carlos Zuniga

    Hi

    Carlos Zuniga, a developer from Mexico, emailed me not long ago, and now his email is unavailable. if you know him, and could ask him to contact me again, it would be great

    thanks
    Lior Messinger

    Read more
    Subscribe with RSS Syndicate content

    Pune

    Group organizers

    Group notifications

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