qcovery / lms
LMS-connection for VuFind
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:qcovery-module
Requires
- php: >=7.3
- qcovery/vufind-composer-installer-plugin: ^1.0.0
This package is auto-updated.
Last update: 2025-05-05 19:41:12 UTC
README
This module adds the option to create and manage semester reserves.
Usage
Integrate the module in the modules
directory of VuFind and activate it by adding LMS
to VUFIND_LOCAL_MODULES
.
When adding the module manually make sure to copy and adapt the config file and copy/symlink the theme.
Add the following lines to your cart.phtml
template:
<!-- Module LMS --> <div style="float:right;"> <?=$this->render('cart/cart-lms-export.phtml', []) ?> </div> <? if ($this->cart()->isLmsActive()): ?> <div style="display: inline-block;"> <?=$this->transEsc('ELSE hint cart')?> </div> <? endif; ?> <!-- Module LMS -->