?
avatar xillibit
xillibit
5 Apr 2020

Steps to reproduce the issue

On Joomla! 4.0 updated with last changes.
Publish a third party plugin in icon position in backend, the plugin doesn't appear :

image

Expected result

The plugin should be displayed in icon module position

Actual result

See screenshot above

System information (as much as possible)

Php 7.3.16, MySQL 5.7.26

The third party quick icon plugin is this one : https://github.com/Kunena/Kunena-Forum/tree/6.0-install/src/plugins/plg_quickicon_kunena

Additional comments

avatar xillibit xillibit - open - 5 Apr 2020
avatar joomla-cms-bot joomla-cms-bot - change - 5 Apr 2020
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 5 Apr 2020
avatar brianteeman
brianteeman - comment - 5 Apr 2020

It should be displayed in a group called 3rd party ....

Look at how akeebabackup does it

avatar brianteeman
brianteeman - comment - 5 Apr 2020

Might be related to the bug you reported in #28582

avatar 810
810 - comment - 5 Apr 2020

We want our plugin to be showed on the Update Checks, because its a plugin that is checking the component version. So it should be placed on "MOD_QUICKICON_MAINTENANCE" group.

Its not a fixed quick link to the backend component.

avatar brianteeman
brianteeman - comment - 5 Apr 2020

As far as I am aware that is not possible as the code was written so that anything non core went in the 3rd party module but you would need to check with @Hackwar who wrote it

avatar xillibit
xillibit - comment - 5 Apr 2020

It should be displayed in a group called 3rd party ....

Look at how akeebabackup does it

You mean like here : joomla/backend-template#279 (comment) ? I didn't know that was a third party position

avatar ReLater
ReLater - comment - 5 Apr 2020

When I try Group "update_quickicon" (not "mod_quickicon)" in plugin settings it's displayed inside "Update Checks" module.

avatar brianteeman
brianteeman - comment - 5 Apr 2020

@xillibit yes thats what I meant

avatar ReLater
ReLater - comment - 6 Apr 2020

I don't understand the issue. I simply changed the Group setting in the plugin and see it (a bit "destroyed" in the image because I had to remove the Kunena class dependencies):

06-04-_2020_13-27-24

When I read post 1 that's what was asked for.

avatar 810
810 - comment - 6 Apr 2020

i have now set it to "update_quickicon" and thats working. Thats is good, but there should be written somewhere on the docs that you need to set it to that, that only core plugins can use "MOD_QUICKICON_MAINTENANCE".

For the removing Kunena class dependencies, we are checking why the system - kunena plugin wouldn't be enabled by default on install.

avatar ReLater
ReLater - comment - 6 Apr 2020

For the removing Kunena class dependencies, we are checking why the system - kunena plugin wouldn't be enabled by default on install.

A misunderstanding, I think. Because I only installed the plugin and not the whole package. I got messages because of missing Kunena classes in use lines. Therefore I removed them and class calls inside plugin code.

(I found no build instructions for the 6.0 package and a ZIP of folder /src/ could not be installed).

avatar xillibit xillibit - change - 7 Apr 2020
Status New Closed
Closed_Date 0000-00-00 00:00:00 2020-04-07 17:07:53
Closed_By xillibit
avatar xillibit
xillibit - comment - 7 Apr 2020

I close the issue because it has been fixed in kunena

avatar xillibit xillibit - close - 7 Apr 2020

Add a Comment

Login with GitHub to post a comment