- Posts: 732
- Thank you received: 117
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
4 years 2 months ago #222195
by Gindi
6.0.0-RC1-DEV-GIT Konfiguration - Beitrag melden was created by Gindi
Please Log in or Create an account to join the conversation.
4 years 2 months ago #222197
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic 6.0.0-RC1-DEV-GIT Konfiguration - Beitrag melden
Danke, ich trage es in die Fehlerliste ein.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
3 years 11 months ago #223360
by Gindi
Replied by Gindi on topic 6.0.0-RC1-DEV-GIT Konfiguration - Beitrag melden
Der beschriebene Fehler besteht mit K 6.0.0 weiterhin.
Please Log in or Create an account to join the conversation.
3 years 11 months ago - 3 years 11 months ago #223403
by Gindi
Replied by Gindi on topic 6.0.0-RC1-DEV-GIT Konfiguration - Beitrag melden
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
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.
3 years 11 months ago #223412
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic 6.0.0-RC1-DEV-GIT Konfiguration - Beitrag melden
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.
3 years 6 months ago #226276
by Gindi
Replied by Gindi on topic 6.0.0-RC1-DEV-GIT Konfiguration - Beitrag melden
Schade daß der Fehler mit 6.0.4 nicht behoben wurde.
Bei jedem Update muß ich die "Notlösung" anwenden.
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