Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Question 6.0.0-RC1-DEV-GIT Konfiguration - Beitrag melden

More
4 years 2 months ago #222195 by Gindi
Wenn man einen Beitrag erstellt oder ändert ist rechts unten ein Feld um den Beitrag zu melden.
Wenn im Template als Symboltyp "Alte Symbole" gewählt wird , steht dort:


Wenn als Symboltyp "Fontawesome" gewählt wird, steht dort:


Wenn als Symboltyp "SVG" gewählt wird, steht dort richtig:


Gruß gindi
The following user(s) said Thank You: rich, Leen

Please Log in or Create an account to join the conversation.

More
4 years 2 months ago #222197 by rich
Danke, ich trage es in die Fehlerliste ein.

Important! Always create a backup before you make any changes to your website!
The following user(s) said Thank You: Leen, Gindi

Please Log in or Create an account to join the conversation.

More
3 years 11 months ago #223360 by Gindi
Der beschriebene Fehler besteht mit K 6.0.0 weiterhin.

Please Log in or Create an account to join the conversation.

More
3 years 11 months ago - 3 years 11 months ago #223403 by Gindi
Ich habe das Problem auf meinem Testserver mit Kunena 6.0.0-GIT 2022-06-10 so gelöst:
In der Datei /libraries/kunena/src/Icons/KunenaIcons.php habe ich die Einträge "fa fa-exclamation" und "kicon-report" gelöscht. Jetzt steht nur noch "Melden" da.
public static function reportname(): string
    {
        $ktemplate     = KunenaFactory::getTemplate();
        $topicicontype = $ktemplate->params->get('topicicontype');

        if ($topicicontype == 'fa')
        {
            return 'fa fa-exclamation';
        }

        if ($topicicontype == 'image')
        {
            return 'kicon-report';
        }

        return KunenaSvgIcons::loadsvg('alert-octagon');
    }

Gruß gindi
Last edit: 3 years 11 months ago by Gindi.

Please Log in or Create an account to join the conversation.

More
3 years 11 months ago #223412 by rich
Ja, das könnte eine Notlösung sein. Aber dass der Fehler behoben werden muss, ist schon klar. 

Important! Always create a backup before you make any changes to your website!
The following user(s) said Thank You: Gindi

Please Log in or Create an account to join the conversation.

More
3 years 6 months ago #226276 by Gindi
Schade daß der Fehler mit 6.0.4 nicht behoben wurde.
Bei jedem Update muß ich die "Notlösung" anwenden.

Please Log in or Create an account to join the conversation.

Time to create page: 0.275 seconds