Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] 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 and issues discovered during the last development stages of K 6.3

Topics must relate to a currently supported version of Kunena. If you are unsure what is the current supported version of Kunena, please go to the download page.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question Quote highlight.

More
5 years 2 months ago #11 by tcn
Replied by tcn on topic Quote highlight.

tcn wrote: You can thus define it in CSS as follows. (I'm using LESS notation since that is what our template is using)

Code:
div.kmsg { blockquote:nth-child(1) { padding-left: 10px; } blockquote:nth-child(2) { padding-left: 20px } ... }


Oops, I just saw that only the first blockquote element is a child of div.kmsg. In that case you can define a daisy chain of the required depth:

Code:
div.kmsg { blockquote { padding-left: 10px; &> blockquote { padding-left: 20px &> blockquote { padding-left: 30px ... // add more levels } } } }

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

More
5 years 2 months ago #12 by lemur
Replied by lemur on topic Quote highlight.
@tcn
Thanks.
I asked, really about something else, but could not, apparently, explain what about exactly in my bad English.
I'll live on with it. : - (.

- - - - - - - - -
Signature:
Many thanks to Rich and the other advisors.

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

More
5 years 2 months ago #13 by tcn
Replied by tcn on topic Quote highlight.

lemur wrote: I asked, really about something else, but could not, apparently, explain what about exactly in my bad English.
I'll live on with it. : - (.


I wouldn't give up so easily :)

Seeing that your website is in German, I might be able to answer your question if you ask it in German. I'm just not sure what the forum moderators will do, if we switch languages. :evil:

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

More
5 years 2 months ago #14 by rich
Replied by rich on topic Quote highlight.
Principled are discussions with different languages undesirable. It's better if you create a new topic here with the same question.

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

Time to create page: 0.501 seconds