installation.txt 546 B

1234567891011
  1. 1. Extract the downloaded file (locationmap.zip)
  2. 2. Copy the �locationmap� folder to �ckeditor/plugins/� folder
  3. 3. Open the file �ckeditor/config.js�
  4. 4. Add these line:
  5. config.extraPlugins = �locationmap�;
  6. config.locationMapPath = 'path/to/your/root/folder/';
  7. 5. If you're using ckfinder you may also add this line:
  8. config.ckfinder = true;
  9. 6. Copy the �googlemap.html� (not the locationmap/googlemap.html) to your root folder (e.g. 'path/to/your/root/folder/')
  10. 7. Make sure to clear your browser's cache
  11. 8. Done