- Posts: 4
- Thank you received: 1
Kunena 6.2.1 Released with module latest 6.0.4 and module kunena stats 6.0.4
The Kunena team has announce the arrival of Kunena 6.2.1 [K 6.2.1] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1.0 and issues discovered during the last development stages of K 6.1
Solved Kunena 6.2. Kategorie farblich
1 month 7 hours ago #1
by Cessna167
Kunena 6.2. Kategorie farblich was created 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 ....
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.
1 month 7 hours ago #2
by Leen
L.v.d.A
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
Please Log in or Create an account to join the conversation.
4 weeks 1 hour ago - 4 weeks 1 hour ago #3
by Cessna167
Replied by Cessna167 on topic Kunena 6.2. Kategorie farblich
Hallo,
habe ich alles ausprobiert (Cache vollständig gelöscht - mit Kunena 6.0 hat es funktioniert); anbei Bilder
Vielen Dank
Harald
habe ich alles ausprobiert (Cache vollständig gelöscht - mit Kunena 6.0 hat es funktioniert); anbei Bilder
Vielen Dank
Harald
Last edit: 4 weeks 1 hour ago by Cessna167.
The following user(s) said Thank You: rich
Please Log in or Create an account to join the conversation.
3 weeks 6 days 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.
Please Log in or Create an account to join the conversation.
3 weeks 6 days ago #5
by Leen
L.v.d.A
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
mit -red -green -yellow -blue -grey
L.v.d.A
Please Log in or Create an account to join the conversation.
3 weeks 5 days ago - 3 weeks 5 days 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.
Diese zweite Codeliste benötigst du zusätzlich nur, wenn du auch die Seite „Meine Themen“ farblich dargestellt haben willst:
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;
}
Last edit: 3 weeks 5 days ago by rich.
Please Log in or Create an account to join the conversation.
3 weeks 5 days ago - 3 weeks 5 days ago #7
by Leen
L.v.d.A
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
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: 3 weeks 5 days ago by Leen.
Please Log in or Create an account to join the conversation.
Time to create page: 0.335 seconds