subhh / libconnect

本扩展由Avonis受汉堡州立和大学图书馆委托开发。使用它可以将雷根斯堡大学的EZB和DBIS信息系统中的结果直接集成到TYPO3系统中。

安装: 925

依赖: 0

建议者: 0

安全性: 1

星级: 8

关注者: 7

分支: 8

开放问题: 5

类型:typo3-cms-extension

10.0.1 2024-08-27 07:29 UTC

README

Libconnect是一个TYPO3扩展,最初由Avonis为汉堡卡尔·冯·奥斯捷茨基州立和大学图书馆(SUB)开发。现在由SUB维护。使用libconnect可以在基于TYPO3的网站上显示雷根斯堡大学的EZB和DBIS信息。

以下是德语的手册

访问我们的git仓库:https://github.com/subhh/libconnect

10.0.2

- DBIS:
    - Sidebar: set the selected values as default in select field
- HTML5 compatible

已测试与 - TYPO3 12.4.14

配置

  1. 包含静态模板

  2. 设置数据库ID。

     plugin.tx_libconnect {
         ezbbibid = SUBHH
         dbisbibid = sub_hh
         zdbsid = vid:dbid
     }
    
  3. 在您的页面上设置插件。

自定义设计

设置模板、部分和布局的路径

    plugin.tx_libconnect {
        view {
            templateRootPaths {
                0 = EXT:libconnect/Resources/Private/Templates/
                1 = <yourPath>
            }
            partialRootPaths {
                0 = EXT:libconnect/Resources/Private/Partials/
                1 = <yourPath>
            }

            layoutRootPaths {
                0 = EXT:libconnect/Resources/Private/Layouts/
                1 = <yourPath>
            }
        }
    }