conseilgouz / AutoReadMore-J4

Auto Read More for Joomla 4.x/5.x
GNU General Public License v3.0
10 stars 5 forks source link

Non funziona #4

Closed tecnico10 closed 1 year ago

tecnico10 commented 1 year ago

Inserendo il plugin seguente: https://extensions.hepta.es/joomla-extensions/estimated-reading-time nella pagina dell'elenco degli articoli di una categoria il calcolo è sempre di 1 minuto.

https://www.vincenzodigiacomo.it/appunti-di-scrittura

Saluti

conseilgouz commented 1 year ago

Hi, I just downloaded estimated-reading-time plugin and was not able to reproduce your issue.

You may see this on my blog page https://www.conseilgouz.com/espace-tests

I also tried with Cassiopeia template and did not notice any problem.

Could you send me a copy of AutoReadMore and Estimated reading Time plugins parameters ?

Pascal

tecnico10 commented 1 year ago

Immagine 2023-01-06 174159 Immagine 2023-01-06 174121 Immagine 2023-01-06 174046 Immagine 2023-01-06 174028 Immagine 2023-01-06 173959

Tempo di lettura

tecnico10 commented 1 year ago

Immagine 2023-01-06 175407 Immagine 2023-01-06 175344 Immagine 2023-01-06 175306 Immagine 2023-01-06 175248 Immagine 2023-01-06 175223 Immagine 2023-01-06 175155 Immagine 2023-01-06 175004

Autoreadmore

tecnico10 commented 1 year ago

Grazie

conseilgouz commented 1 year ago

For the record :

This issue is due to the fact that Reading Time plugin uses onContentBeforeDisplay instead of onContentPrepare function. This means that plugins ordering could not solve this issue.

If no "readmore' appears in an article, content introtext is ok, but fulltext is empty. AutoreadMore replaces the content of introtext by its trucated value and left fulltext empty.

With version 5.0.9, if fulltext is empty, it is filled up with introtext.

tecnico10 commented 1 year ago

ok risolto, grazie.