Blogs

Keep up-to-date with blogs from the core team, working groups, developers, users and champions worldwide. Subscribe to our newsletter to receive regular updates by email. We also have an RSS feed.
març 8, 2010
By deepak.srivastava Filed under CiviCRM, Drupal

Following some issues to integrate drush and making civicrm upgrade process accessible from script, I started looking at drush on how we can take advantage of it for civicrm, and was surprised with the ease I was able to reuse drush code to add few utilities for civicrm. Some of the utilities currently implemented are:

Read more
març 6, 2010
By lcdweb Filed under CiviCRM

CiviCRM is considering applying to be a mentoring organization in Google's Summer of Code program (GSOC). If you're not familiar with GSOC, you should be! (http://socghop.appspot.com/) -- it's a fantastic program that can jointly help open source projects advance development, while encouraging students to become involved in the open source community. The basic thrust of the program is that Google sponsors students (monetary stipend) to work on projects for open source software.

Read more
març 4, 2010
By illmastercFiled under
To make custom tabs when viewing a contact, begin by using the tabs_hook "hook_civicrm_tabs". http://wiki.civicrm.org/confluence/display/CRMDOC/CiviCRM+hook+specification#CiviCRMhookspecification-hookcivicrmtabs A simple example given on the hooks documentation link above function civitest_civicrm_tabs( &$tabs, $contactID ) { // unset the contribition tab, i.e. remove it from the page unset( $tabs[1] ); // let's add a new "contribution" tab with a different name and put it last
Read more
març 2, 2010
By lobo Filed under CiviCRM
As some of you might know, CiviCRM Standalone came out of a project we did with US PIRG. The project lead was Wes Morgan who also was supporting the standalone version along with a few other features he worked on in Civi (SQL Import, REST API etc).
Read more
març 2, 2010
By rczamor Filed under CiviCRM, Drupal, Joomla, Meetups

Last Thursday, a dozen local CiviCRM users, developers and persons interested in learning about the system met at the NEXUS Resource Center to discuss the Boston CiviCRM training and challenges that we each have faced during implementations. Thank you to the The Green Roundtable for allowing us to utilize their space for this meetup.

Read more
febrer 25, 2010
By yashodha Filed under CiviCRM
We are excited to announce that CiviCRM 3.1.3 has been released, and is now available for download. You can also try it out on our demo site.
Read more
febrer 25, 2010
By shot Filed under CiviCRM, Drupal, Meetups, Training

In a month, on March 25th and 26th, FairSay invites you all to Oxford, UK to join us for a two-track CiviCRM/Drupal and Plone Campaigning Camp (free with lunch and tea break included!).

Read more
febrer 24, 2010
By Dave Greenberg Filed under CiviCRM, Meetups
CiviCon - the first ever 'global' CiviCRM conference - is coming to San Francisco on April 22nd. We're getting really excited about the fantastic array of speakers and sessions already on the agenda .... Nathan Yergler, Creative Commons CTO will be kicking off the day, sharing his thoughts about the importance of open source software like CiviCRM to the success of non-profits and grass roots organizations, why Civi is important to Creative Common's mission, and what the horizon looks like. Cedric Brown, Director of the Mitch Kapor Foundation, along with Mitch Kapor (via video link) will be closing the day with their thoughts on the benefit propositions of open source software. In between, there will be a lots of great user AND developer oriented sessions including:
Read more
febrer 22, 2010
By kylejaster Filed under Interface and design
DGG and I have been discussing a small modification to the Contact page that we think will have a nice impact on usability for people who spend a lot of time working inside of the contact record. After some thought, we decided that it makes sense to move the edit/dashboard/vCard and "Create activity" buttons up and outside of the Summary tab.
Read more