Blog posts by xavier
Hi all,
Following the success of the UK developer camp and meetup this summer, Michael, the Polish team of CiviCRM (Michał and Piotr) and myself have been discussing about organising one in Brussels.
We have chosen to organise it just before or after FOSDEM, that will happen this year on the 6th and 7th of February 2010.
This event is an opportunity where CiviCRM developers, administrator and users from the UK and Europe can get together around CiviCRM – and we’d like you to tell us what you want to see at the camp.
A quick braindump:
Profile are a great way of simplifying the interface and provide more focussed forms, but some of the goodies of the normal edit form are gone. For instance, the employer isn't anymore an autocomplete field. luckily, with the REST interface and a jquery autocomplete plugin, that's a few lines to add to make it work:
add on the templates/CRM/Profile/Form/Edit.tpl
{if $session->get('userID') > 0} {literal} jQuery(document).ready(function($) {Hi,
As you know, CiviCRM collects informations about the installations, like numbers of contacts, what modules are used.
I'm wondering if you would find useful to have more statistics in a new reporting screen on your installation (beside the numbers of records, knowing how many are tagged, have a postal address, have a phone, have relationships...).