jemproject / JEM-Project

JEM - an Event Manager for Joomla
https://www.joomlaeventmanager.net
GNU General Public License v3.0
25 stars 36 forks source link

Introtext and readmore aren't working in event details #1706

Open jojo12 opened 3 months ago

jojo12 commented 3 months ago

in Joomla 5 JEM 4.2 when I use the general settings for event details (page), only introtext and readmore are not working (Until now I never used this (and normally don't need) but there was such question in the forum) I am in responsive style!

mckillo commented 3 months ago

Those options aren't active in the code: block-line 189 components\com_jem\views\event\tmpl\default.php block-line 195 components\com_jem\views\event\tmpl\responsive\default.php

It could be active but there is the review code, because in this case, the event only display the introtext if the user isn't logon and the read mode link is a link to register.

If you want those 2 buttoms in the JEM setting could be disable for the moment or we can think if active this feature in the event.

mckillo commented 2 months ago

What do we do with this?

jojo12 commented 2 months ago

for me, we can let it. But this was a post in forum!

mckillo commented 2 months ago

As I said, this requires developing the code, I suppose that was the intention at the time but it was left undeveloped. It can be left open to decide in the future. Now, this issue is the very low priority.