I am new to Drupal and I would like to create an e-portfolio system where users (students) can create their own e-portfolios.
I was wondering if anyone could offer me some advice on the best way of achieving this or if you know of any online guides which might support me.
Many thanks,
CiviCon London is taking place at Skills Matter in the centre of the City on the 22nd August 2011 from 9am to 6pm.
CiviCon is the international meeting of CiviCRM users, implementers and developers to share knowledge, experience and to discuss the future of the project.
Building on the success of CiviCon Chicago, this August sees London as the location for a truly British affair that promises to be one of the major Civi events in Europe this year.
Hi,
can anybody help me to find out which is the best CRM system is well suited with drupal. or is there any module in drupal? i search crm module for drupal, but i couldnt not find any thing. except some of the crm but there are still in development.
can anyone recommend me a good crm for drupal.
I would like to move every term type field to a specific place when rendering a node. I currently use hide($content['field_cnt_subject']); and print render($content['field_cnt_subject']);, but what if I want this to be also for any later created term field ?
I noticed they all are in divs with class field-type-taxonomy-term-reference, so I assume there is a simple way to access them in my tpl page code, but cannot find which,