teufels/tt3-poi

Point of Interest Elements on SVG-Graphic

Installs: 431

Dependents: 0

Suggesters: 0

Security: 0

Type:typo3-cms-extension

1.0.11 2024-11-06 14:23 UTC

This package is auto-updated.

Last update: 2024-11-06 14:31:39 UTC


README

VENDOR PACKAGE KEY version

[ ṯeufels ] Point of Interest

Point of Interest Elements on one SVG-Graphic

This version supports TYPO3

SUPPORTS

Composer support

composer req teufels/tt3-poi

Requirements

teufels/tt3-image

SVG Requirements

  • objects to use must have a unique id and the class "poi"

How to Use

  1. Install with composer
  2. Import Static Template (before sitepackage)
  3. Get SVG Graphic with objects, which should be used, with a unique id and the class "poi"
    INFO
    WARNING
  4. Override Template (optional)
    1. Make your adjustments to Template
      INFO
    2. Make your adjustments to Styling
      INFO

Update & Migration from hive_poi

  1. in composer.json replace beewilly/hive_poi with "teufels/tt3-poi":"^1.0"
  2. Composer update
  3. Include TypoScript set [teufels] Point of Interest
  4. Analyze Database Structure -> Add tables & fields (do not remove old hive_poi yet)
  5. Perform Upgrade Wizards [teufels] Point of Interest
  6. Analyze Database Structure -> Remove tables & unused fields (remove old hive_poi now)
  7. class & id changed -> adjust styling in sitepackage (e.g. tx-hive-poi => tx-tt3-poi)
  8. check & adjust be user group access rights

Code Examples

Override Template
plugin.tx_tt3poi {
    view {
        templateRootPaths >
        templateRootPaths {
            0 = EXT:tt3_poi/Resources/Private/Templates/
            10 = EXT:sitepackage/Resources/Private/Overrides/tt3_poi/Templates/
        }
    }
}

Changelog

  • 1.0.11 add Trigger Event "poiChangeTriggered"
  • 1.0.10 change Plugin Title
  • 1.0.9 fix renderContentElementPreviewFromFluidTemplate changed parameters
  • 1.0.7 - 1.0.8 eval rules for cutomclass
  • 1.0.6 add close button to POI Element & option to disable scrolling to result by data-attribute
  • 1.0.5 change c-
  • 1.0.4 outsource "scroll to Result" in own function to make it easier to overwrite and add query condition
  • 1.0.3 fix not toggle active for poi--label
  • 1.0.2 changed deprecated allowTableOnStandardPages() to ignorePageTypeRestriction (https://docs.typo3.org/m/typo3/reference-tca/12.4/en-us/Ctrl/Properties/Security.html#ctrl-security-ignorepagetyperestriction)
  • 1.0.1 fix undefined Array Key error
  • 1.0.0 intial from hive_poi