About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
administration:third-party_add-ons:stackmaps

This is an old revision of the document!


After you have received your custom URLs from StackMaps, edit the theme.config.php file located in your custom theme (/usr/local/vufind2/themes/YOURLOCALTHEME/) by editing the theme.config.php file:

<?php return array(

  'extends' => 'bootstrap3',
  'js' => [
	'https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js',
      'https://www.stackmap.com/integration/YOURINSTITUTION/StackMap.js',
  ],
  'css' => array(
    'https://www.stackmap.com/integration/YOURINSTITUTION/StackMap.css',
      'custom.css',

);

If you encounter problems in the display, contact support@stackmaps.com

administration/third-party_add-ons/stackmaps.1529509776.txt.gz · Last modified: 2018/06/20 15:49 by jdrescher