- Posts: 4
- Thank you received: 1
Kunena 7.0.9 & Kunena 6.4.14 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.9 [K 7.0.9] 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 7.0
Solved Kunena 6.2. Kategorie farblich
2 years 10 months ago #229860
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.
2 years 10 months ago #229861
by Leen
With kind regards
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.
2 years 10 months ago - 2 years 10 months ago #229881
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: 2 years 10 months ago by Cessna167.
The following user(s) said Thank You: rich
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 12291
- Thank you received: 2538
2 years 10 months ago #229884
by rich
Important! Always create a backup before you make any changes to your website!
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.
2 years 10 months ago #229889
by Leen
With kind regards
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
mit -red -green -yellow -blue -grey
With kind regards
Leen
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 12291
- Thank you received: 2538
2 years 10 months ago - 2 years 10 months ago #229892
by rich
Important! Always create a backup before you make any changes to your website!
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;
}
Important! Always create a backup before you make any changes to your website!
Last edit: 2 years 10 months ago by rich.
Please Log in or Create an account to join the conversation.
Time to create page: 0.267 seconds