jemproject / JEM-Project

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

quickicon plugin doesn't work as it should! #1606

Closed jojo12 closed 1 year ago

jojo12 commented 1 year ago

If I compare it with the quickicon of Jcomments, I see it doesn't work!

jojo12 commented 1 year ago

If we can't repare it, we should delete it! But I think, this is not so much.

mckillo commented 1 year ago

Let's me check again, but for me, Quick icon plugin worked!

jojo12 commented 1 year ago

What does it? I see nothing, what would correspond to other quickicons!

jojo12 commented 1 year ago

it's fixed with the changes via DB UPDATE xxxxx_extensions SET params = '{\"context\":\"mod_quickicon\",\"jem_quickicon\":\"JEM\"}' WHERE name = 'Quick Icon - JEM'; and with adding "use Joomla\CMS\Language\Text;" see #1590 (the answer should be here!) but there's no icon

jojo12 commented 1 year ago

I tried to add the icon: when I add into the array: 'access' => array('core.manage', 'com_jem'), and change 'image' => 'calendar', to 'image' => 'icon-calendar', then there's an image

jojo12 commented 1 year ago

not yet committed

mckillo commented 1 year ago

For me, tested and works. You can upload commit.

jojo12 commented 1 year ago

Sorry, I do not commit!

Heklaterriol commented 1 year ago

I included jojos changes and added an "add event" feature.

jojo12 commented 1 year ago

tested it works and nice add! Thanks