qcovery/result-feedback

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

Advanced feedback form for VuFind

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:qcovery-module

1.0 2024-03-05 07:52 UTC

This package is auto-updated.

Last update: 2024-06-05 16:44:56 UTC


README

This module adds an enhanced feedback form that can be configured via config file.

Usage

Integrate the module in the modules directory of VuFind and activate it by adding ResultFeedback 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 line to your template to link to the feedback form:

<a href="<?=$this->url('resultfeedback-email').'?id='.$this->driver->getUniqueId().'&searchclassid='.$this->searchClassId?>">Contact us about this title</a>