Kunena 6.3.4 released

The Kunena team has announce the arrival of Kunena 6.3.4 [K 6.3.4] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.

Solved Kunena 6.2. Kategorie farblich

More
10 months 4 days ago #1 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
10 months 4 days ago #2 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

L.v.d.A
Attachments:

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

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

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

More
10 months 1 day ago #4 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
10 months 1 day ago #5 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

L.v.d.A

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

More
10 months 18 hours ago - 10 months 17 hours ago #6 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: 10 months 17 hours ago by rich.
The following user(s) said Thank You: Leen, Gindi

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

More
10 months 9 hours ago - 10 months 9 hours ago #7 by Leen
Replied by Leen on topic Kunena 6.2. Kategorie farblich
Danke Rich
Mein Fehler, das stimmt ich hatte es nicht mit der Cassiopeia getestet
und mit deiner Lösung klappt es

L.v.d.A
Last edit: 10 months 9 hours ago by Leen.

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

Time to create page: 0.580 seconds