Kunena 6.4.13 Released

The Kunena team has announce the arrival of Kunena 6.4.13 [6.4.13] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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 6.0
Hint: This version is primarily intended to facilitate an upgrade if Joomla was first updated to version 6.1 before Kunena was up to dated.

Solved Kunena 6.2. Kategorie farblich

More
2 years 9 months ago #229860 by Cessna167
Hallo,
wie können die Kategorien farblich geändert werden. Früher ging dies über Komponenten-Kunena-Forum- Kategorien und in der ausgewählten Kategorie dann über "Kategorie CSS Klassensuffix:" z.B. Eingabe: -blue erzeugte blauen Hintergrund.
Jetzt keine Reaktion ....
 

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

More
2 years 9 months ago #229861 by Leen
Replied by Leen on topic Kunena 6.2. Kategorie farblich
Es sollte trotzdem funktionieren. Leeren Sie daher möglicherweise den Cache der Website und des Webbrowsers

With kind regards
Leen

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

More
2 years 8 months ago - 2 years 8 months ago #229881 by Cessna167
Hallo,
habe ich alles ausprobiert (Cache vollständig gelöscht - mit Kunena 6.0 hat es funktioniert); anbei Bilder
Vielen Dank
Harald 
Last edit: 2 years 8 months ago by Cessna167.
The following user(s) said Thank You: rich

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

More
2 years 8 months ago #229884 by rich
Replied by rich on topic Kunena 6.2. Kategorie farblich
Es funktioniert tatsächlich nicht, ich habe es in unsere Fehlerliste eingetragen.

Important! Always create a backup before you make any changes to your website!

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

More
2 years 8 months ago #229889 by Leen
Replied by Leen on topic Kunena 6.2. Kategorie farblich
Seltsam, hier funktioniert es in Kunena 6.2.1 2023-11-10
mit -red -green -yellow -blue -grey

With kind regards
Leen

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

More
2 years 8 months ago - 2 years 8 months ago #229892 by rich
Replied by rich on topic Kunena 6.2. Kategorie farblich
@ Leen
Dieser Fehler tritt mit Cassiopeia auf.

@Cessna167
Füge folgenden Code in deine custom.scss ein.
Code:
/* --- Colored categories with Cassiopeia --- */ .table th, .table td {   background-color: inherit; }

Diese zweite Codeliste benötigst du zusätzlich nur, wenn du auch die Seite „Meine Themen“ farblich dargestellt haben willst:
Code:
/* --- Colored My Topics page --- */ .category-red-red:nth-child(2n) {   background-color: #ffcfcf; } .category-red-red:nth-child(2n+1) {   background-color: #fdd; } .category-green-green:nth-child(2n) {   background-color: #d2f8db; } .category-green-green:nth-child(2n+1) {   background-color: #bfe5c7; } .category-yellow-yellow:nth-child(2n) {   background-color: #ffc; } .category-yellow-yellow:nth-child(2n+1) {   background-color: #ffa; } .category-blue-blue:nth-child(2n) {   background-color: #c3f0ff; } .category-blue-blue:nth-child(2n+1) {   background-color: #b1e3ff; } .category-grey-grey:nth-child(2n) {   background-color: #e5e5e5; } .category-grey-grey:nth-child(2n+1) {   background-color: #d5d5d5; } .table th, .table td {   background-color: inherit; }

 

Important! Always create a backup before you make any changes to your website!
Last edit: 2 years 8 months ago by rich.
The following user(s) said Thank You: Leen, Gindi

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

Time to create page: 0.282 seconds