Upcoming Events

NYC CiviCRM Meetup - September 7th
September 7th, 2010
This next NYC meetup will feature a case study or 2, a look at what's new in (more...)

Configuring, Customizing and Extending CiviCRM - New York
September 16th, 2010
This comprehensive two-day hands on training course is targeted at (more...)

CiviCRM User and Administrator Training - New York
September 16th, 2010
A comprehensive two day hands on training course covering the configuration, (more...)

CiviCRM Code and Test Sprint - New York
September 18th, 2010
This code and test sprint is targeted at experienced developers who want to (more...)

CiviCRM Toronto Meetup
September 21st, 2010
Come meet others from the Toronto Area who are interested in, using or (more...)

CiviCRM Philly Meetup – September 2010
September 23rd, 2010
Come meet others from the Philadelphia Area who are interested in, using or (more...)

CiviCRM Seminar - Dublin
September 28th, 2010
NfP Services are hosting a free seminar at The IBOA, Stephen St Upper, Dublin 8 (more...)

London developer and implementer training
September 30th, 2010
This comprehensive two-day hands on training course is targeted at implementers, (more...)

London user and administrator training
September 30th, 2010
A comprehensive two day hands on training course covering the configuration, (more...)

Berlin user and administrator training
October 6th, 2010
A comprehensive one day hands on training course covering the configuration, (more...)

Berlin developer and implementer training
October 7th, 2010
This comprehensive one-day hands on training course is targeted at implementers, (more...)

Benelux meetup in Brussels: Connect, communicate and activate your supporters and constituents
October 11th, 2010
Come meet others who are interested in, using or developing for CiviCRM. For (more...)

CiviCRM Toronto Meetup
October 19th, 2010
Come meet others from the Toronto Area who are interested in, using or (more...)

CiviCRM Toronto Meetup
November 16th, 2010
Come meet others from the Toronto Area who are interested in, using or (more...)

CiviCRM Components

Tools for engaging your supporters...

CiviContribute


CiviEvent


CiviMail


CiviMember


CiviReport


CiviCRM v2.3

Not Just a Contact Database

These optional components give you more power to connect and engage your supporters.

  • civiEVENT

  • Online event registration and participant tracking.

  • civiMEMBER

  • Online signup and membership management.

  • civiMAIL

  • Personalized email blasts and newsletters.

  • civiREPORT

  • Report generation and template management.

CiviCRM 3.0 release schedule. Er, wait, 3.0?

July 29, 2009 - 11:11 — michal

Yes, first item of business - the official announcement of news that has been showing up here and there already. The upcoming release, that was previously referred to as 2.3 has been renamed to 3.0. :-) After long discussions we decided that the return of CiviReport, together with many other changes and improvements that have been introduced in this release deserve a major version number.

( categories: )

New feature: display any content from within any template

July 11, 2009 - 02:38 — xavier

You might want to display more information that those that are assigned by default in the template. My goal was to have a simple way of retrieving more information from civicrm than the ones available in the template, without having to modify the php code .

For instance, I used it to display all the employees of an organisation from the profile that displays the organisation, or to display a list ofother contacts that live in the same country than the contact you're viewing.

In London in the last training, we discussed about displaying the activities directly in the contact summary tab for instance.

( categories: )

Usabilty improvements: Configurable navigation menu with one-click access to any screen

June 24, 2009 - 13:55 — Dave Greenberg

Two key usability goals for the upcoming 2.3 release are:

  • Reduce the number of "clicks" needed to move around in CiviCRM
  • Allow sites to optimize CiviCRM navigation for the way they use it

We've been working hard on the new navigation system - and it's now ready for folks to try it out on the 2.3 sandbox.

Login as usual with:
user = demo
password = demo

... and click CiviCRM on the Drupal navigation block.

( categories: )

CiviCRM Multi-org: Piggybacking on Multi-site and connecting groups and organization contacts

June 16, 2009 - 13:17 — cap10morgan

In my last blog post about multi-org, I made the case for merging groups and relationships as an elegant solution to the multi-organization data modeling requirements. My thinking boiled down to:

  1. Groups represent a relationship between "you" (i.e. one of the owner organizations of that Civi instance) and a contact (i.e. a member, newsletter subscriber, media contact, alumni, etc.).
  2. Relationships represent a relationship between 2 external contacts.

So, under multi-org there would be more than one "you" for the first scenario above, and I thought well, let's just piggyback on the existing many-to-many data model we have for relationships. However, this proved too drastic a change to make it into 2.3, so we (I and the core dev team) went back to the drawing board.

( categories: )

CiviCRM 2.3: Introducing New CiviEvent Features

June 16, 2009 - 02:08 — shot

As mentioned previously, we’re introducing quite a few new CiviEvent features in CiviCRM 2.3. Most of them are still undergoing our internal CiviCRM QA cycle, but do check them out at our CiviCRM 2.3 sandbox if you’re interested (there is still time for some minor fixes to accommodate your use-cases!).

Community Advisory Group Reviews 2.3 Usability Improvements

June 12, 2009 - 17:15 — Dave Greenberg

This month's Community Advisory Group phone conference focused on the usability improvements which are being implemented for the 2.3 release. The advisory group was responsible for making usability the top priority for this next release, and they've been quite involved throughout the 2.3 release cycle - identifying pain points, suggesting new approaches, and helping to prioritize the issues.

I had asked group members to review the key change areas and if possible also gather end-user feedback from users inside their organization or clients. Overall the feedback was quite positive - and we also got some excellent suggestions.

You can check out the meeting agenda here - including a list of areas we reviewed. I've also added a section listing some of the recommended changes from the group. We'll be posting detailed blogs on most of the key changes in the coming weeks.

This ongoing dialog with a consistent and committed group of users and consultants has been enormously helpful for the project.

( categories: )

Fixing the "Greetings" feature

June 4, 2009 - 11:58 — Dave Greenberg

Greetings and Salutations :-)

As some of you may already know, the existing "Greeting Type" feature in CiviCRM is pretty broken. You can't use it to specify a greeting for either email or printed / postal communications (no token or export support). In addition, as described in Tony Guzman's recent blog on Better Household Management - it's not designed to support a number of key use cases.

So... Tony and the folks at Dharmatech have been working with us to figure out a flexible WORKING solution which can handle the simple cases ("Dear Dave") as well as the more complex cases ("Dear Dave and Bob", "The Honorable Scout Conberg", etc.). If you haven't read Tony's blog yet - start with the Greetings and Salutations section there. Then, if this is an issue that affects you - check out the details of the proposed implementation in the issue tracker.

( categories: )

CiviCRM Multi-Org: Merging Groups with Relationships

May 27, 2009 - 14:51 — cap10morgan

CiviCRM Multi-Org refers to the ability to support multiple owner organizations (usually a hierarchical structure of umbrella orgs and sub-orgs or local chapters) and keep some data siloed in each org while allowing other users to aggregate data across orgs too. It has been been a tough nut to crack. But I and the organization I work for (The Public Interest Network) are committed to getting it working in CiviCRM 2.3.

( categories: )

Usability improvements: viewing your contacts

May 25, 2009 - 05:11 — michal

A few weeks ago, we started designing the new looks for contact edit screen, as a part of usability focus for CiviCRM 2.3. Quick remark on this - it's a very last minute to submit your feedback on that improvement, so if you have some good idea, come back to this blog post and submit your comments.

Anyway, now it's time to introduce some changes to contact viewing screen! Following the same process as previously with contact editing, we prepared the screen mockup for your perusal. Make sure to read the rest of this blog post, take a close look at the mockup and post your feedback/comments/critique/ideas below or on Usability forum board. Special humble request to all the CiviCRM integrators and consultants - if you have a chance to discuss over this mockup with end users that you work with, it would be most helpful if you could do so - and let us know about their reactions.

( categories: )

Usability improvements: shortcuts and new contribution workflow ....

May 21, 2009 - 23:57 — kurund

As we focus on usability improvements for the 2.3 release, we are looking at ways to use screen space more efficiently AND ways to streamline commonly used workflows. With these goals in mind, we'd like folks to take a look at two newly implemented features in the 2.3 sandbox - a new shortcuts dropdown menu, and a streamlined workflow for entering offline contributions.

( categories: )