使用 CiviCRM 和 Drupal 进行主题化、php 变量、基础知识
我已经通过 drupal 安装安装了 CiviCRM,并且正在创建自定义主题。在主题中利用 CiviCRM 元素的好资源是什么?
我需要向 CiviCRM 提供/从 CiviCRM 中提取这些内容:
注册元素、基本 CiviCRM 变量和配置文件元素...
很抱歉,如果这对你们中的某些人来说似乎是一个新手问题,但 CiviCRM.org 似乎充满了填充物语言...
谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您正在寻找的是 CiviCRM API。试试这个页面:
http://wiki.civicrm.org/confluence/display/CRMDOC40/CiviCRM +公共+API
编辑:更新的链接
我从未使用过 CiviCRM,但要了解如何从 CMS 模块检索数据,一般来说,一个很好的资源是查看模块/扩展/插件本身的代码。它通常会以与模板相同的方式检索信息。
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.