Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.5 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.5 KB

Autolink –– Automatic link creation for Contao

This extension has a backend GUI. It can search for text and automatically creates a link if search term was found. The search can be restricted to the needed Contao pages.

  • compatibility: Contao >= 3.2.0, now tested with Contao 4.13 and PHP 8.1
  • now with svg wand icon instead of the gif
  • Changed Database to InnoDB and charset to utfmb4 (database.sql)

Installation

Contao 3

  • copy the folder "autolink" to /system/modules
  • update database

Contao 4

  • copy the folder "autolink" to /system/modules
  • renew prod. cache
  • update database
  • composer update will create new symlinks and the icon will show in the BE

Screenshots

Backend Backend

Create links Create links

New Icon

New Icon


This Contao extension is based on the modified extension from kikmedia, which was forked from aschempp:

kikmedia-contao-autolink