Installation

The installation and initial configuration of the extension is as following:

  1. Install the extension with the extension manager

  2. Include the static TypoScript configuration “libconnect (libconnect)” in your TypoScript template

  3. Now you can change in the Constant Editor the values for “ezbid” and “dbisaid” The default values are from the Staats- und Universitätsbibliothek Hamburg. Or you can do it as typoscript in the setup, like this:

    1plugin.tx_libconnect {
    2    ezbbibid = yourId
    3  dbisbibid = yourId
    4}