使用 CiviCRM 和 Drupal 进行主题化、php 变量、基础知识

发布于 2024-11-27 19:01:37 字数 225 浏览 1 评论 0原文

我已经通过 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烂柯人 2024-12-04 19:01:37

您正在寻找的是 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文