I've installed CiviCRM with my drupal installation, and I am creating a custom theme. What is a good resource for utilizing CiviCRM elements in the theme?

I need to give/pull these things to/from CiviCRM:

Registration elements, Basic CiviCRM variables, and Profile elements...

Sorry if it seems like a newbie question to some of you, but CiviCRM.org seems like it's too full of filler language...

Thanks

link|improve this question

57% accept rate
feedback

1 Answer

up vote 1 down vote accepted

What you're looking for is the CiviCRM API. Try this page: http://wiki.civicrm.org/confluence/display/CRMDOC40/CiviCRM+Public+APIs EDIT: Updated link

I've never used CiviCRM, but a good resource for finding how to retrieve data from CMS modules in general is to look at the code for the module/extension/plugin itself. It will often be retrieving information the same way you can for your template.

link|improve this answer
Thanks! CiviCRM is a nice platform, I'm anxious to learn more... – inertialmedia Aug 3 '11 at 22:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.