subhh / libconnect
本扩展由Avonis受汉堡州立和大学图书馆委托开发。使用它可以将雷根斯堡大学的EZB和DBIS信息系统中的结果直接集成到TYPO3系统中。
10.0.1
2024-08-27 07:29 UTC
Requires
- typo3/cms-core: ^12.4
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
配置
-
包含静态模板
-
设置数据库ID。
plugin.tx_libconnect { ezbbibid = SUBHH dbisbibid = sub_hh zdbsid = vid:dbid }
-
在您的页面上设置插件。
自定义设计
设置模板、部分和布局的路径
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>
}
}
}