dpn_glossary icon indicating copy to clipboard operation
dpn_glossary copied to clipboard

Parser recognising parts of a word

Open instruccionesaldorso opened this issue 7 months ago • 1 comments

First of all, thank you for the great extension! :) We upgraded one project to TYPO3 11.5 and replaced a custom glossary extension we had and started using your extension (latest version 5.3.0) as a replacement. We just wanna use your extension just to show tooltips whenever a term appears in a page. Instead of using the "tooltiptext" field for each term, we decided to use the "descriptions" inline field for the replacement, as "descriptions.text" is a RTE field and we wanted that flexibility ("tooltiptext" is just an input field).

We got the next problem our previous extension did: showing tooltips for "parts of a term, not the full term".

Example: we got the term "Profildichtung" defined in a term record in the backend and text in a frontend page is "die Lösung zur Fixierung von Profildichtungen ..." (notice german plural).

We would like the part of "Profildichtungen" word that contains a term ("Profildichtung") would show a tooltip.

Is this possible with your extension or we would need to define "Profildichtungen" as another term?

I couldn't find any TypoScript constant in the Reference guide that would allow that.

instruccionesaldorso avatar Jul 02 '24 08:07 instruccionesaldorso