开发者

Theming with CiviCRM and Drupal, php variables, basics

开发者 https://www.devze.com 2023-03-25 06:55 出处:网络
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'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 t开发者_JS百科oo full of filler language...

Thanks


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消