Blogues
Dave Greenberg recently posted about our upcoming book sprint saying "almost every week folks ask whether there is a CiviCRM Book they can read".
So there must be something missing from the documentation. And given that the book will be in addition to what is on the Wiki - not a replacement for it - the two questions I am asking myself are:
'What are we missing in the documentation? And how should the documentation and the book complement each other?'
In brief: CiviCRM is having a good time here in Italy, associations and NGOs are very interested into the platform and how they may use it in order to reduce expenses and improve their "performance" in fund-raising tasks and management of databases.
We’ve just finished describing some of the new CiviEvent features we’d like to put in CiviCRM 2.3, including waitlisting and optional admin approval of participants. Please take a look at the CiviEvent - New Features for 2.3 wiki page and voice your opinions.
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($) {