hh-com/contao-eventnewsregistration

用于事件和新闻注册的 Contao 4 包。

1.02 2022-07-03 11:15 UTC

This package is auto-updated.

Last update: 2024-09-30 01:30:29 UTC


README

此模块添加了独立、简单的活动管理,不与 Contao 活动包链接。创建类别并将它们(一个或多个)分配给事件。可以为每个事件激活注册(包括可用的位置数量和价格)。目前此模块不支持多语言。可以在设置中激活注册电子邮件/确认电子邮件。注册用户和非注册用户都可以注册。非注册用户需要 JavaScript 才能注册活动。

安装

$ composer require hh-com/contao-eventnewsregistration

或复制到
root
- src
- - hh-com
- - - contao-eventnewsregistration

更新您的 contao 安装 composer.json

"repositories": [
    {
        "type": "path",
        "url": "src/hh-com/contao-eventnewsregistration",
        "options": {
                "symlink": true
        }
    }
],
"require": {
    ...
    "hh-com/contao-eventnewsregistration": "@dev",
    ... 
}

后端配置

  1. 创建类别(以及/或地点、组织者)
  2. 创建一个阅读页面
  3. 创建一个列表视图页面
  4. 创建一个注册表单页面(您还可以在阅读页面上插入注册表单)
  5. 创建一个注册感谢页面
  6. 创建一个注册确认页面
  7. 创建列表视图模块并将其插入页面
  8. 创建阅读模块并将其插入页面
  9. 创建类别模块并将其插入页面
  10. 创建注册模块并将其插入阅读页面或注册表单页面

屏幕截图

eventnewsregistration

image

image

变更日志

  • init