mikelmade/mmimagemap

Create imagemaps in a user friendly way

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 6

Language:JavaScript

Type:typo3-cms-extension

dev-master 2020-11-23 15:25 UTC

This package is auto-updated.

Last update: 2024-04-23 22:20:19 UTC


README

a remake of the old MW Imagemap TYPO3 extension for newer TYPO3 versions

This extension does neither offer new functionalities nor a new user interface. It is just a new implementation of the old MW Imagemap plugin which should now work in TYPO3 8.x and 9.x.

If someone wants to migrate data from an installation of the old MW Imagemap to the new MM Imagemap - just follow those steps:

1.) Install MM Imagemap. It is presumed that your TYPO3 database must also contain all tables (with data) from the old version.

2.) Immediately after install: open the file [extdir]/mmimagemap/Resources/Private/Php/Migratedata.php for editing.

3.) Comment line 15.

4.) call [domainname]/typo3conf/ext/mmimagemap/Resources/Private/Php/Migratedata.php in your browser.

5.) uncomment line 15 again.

6.) done :-)