Closed janstieler closed 9 years ago
Hi Jan, please read the README file. There is a install section. https://github.com/fanningert/kirbycms-extension-gmaps#installation
But in short you can use git to install or manual copy the needed files in the right directories.
{kirby-install}/site/plugins/kirbycms-extension-gmaps/
kirbycms-extension-gmaps-lib.php
and kirbycms-extension-gmaps.php
into the created directory.gmaps.js
into the directory {kirby-install}/assets/js/
.googlemaps
Example: .googlemaps { height: 300px }
Much easy and better to update is to use git
.
{kirby-install}/site/plugins
git clone https://github.com/fanningert/kirbycms-extension-gmaps.git
ln -s {kirby-install}/site/plugins/kirbycms-extension-gmaps/assets/js/gmaps.js {kirby-install}/assets/js/gmaps.js
.googlemaps
Example: .googlemaps { height: 300px }
Hi, where I have to put the kirbycms-extension-gmaps-lib.php and the kirbycms-extension-gmaps.php in to use the plugin?
Kind regards, Jan