qcovery/lms

There is no license information available for the latest version (1.0) of this package.

LMS-connection for VuFind

Maintainers

Details

github.com/qcovery/LMS

Source

Issues

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:qcovery-module

1.0 2024-01-17 10:34 UTC

This package is auto-updated.

Last update: 2024-06-05 17:29:35 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 -->