Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.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

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
7 years 4 months ago #207276 by lemur
Quote highlight. was created by lemur
In new versions of Kunena, I can, as before, click "quote" to response to a post.

Unfortunately, now the quoted text is not highlighted with a frame or background.

Are there any plans to improve it?

Thanks.

- - - - - - - - -
Signature:
Many thanks to Rich and the other advisors.
The following user(s) said Thank You: Lallala

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

More
7 years 3 months ago #207295 by rich
Replied by rich on topic Quote highlight.
Add this code in your custom.less and change the color so as you want.

Code:
blockquote { border-left: 5px solid #97a6ea; background-color: #e3eaea; }

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
7 years 3 months ago #207361 by lemur
Replied by lemur on topic Quote highlight.
Thanks.
It works.

It would be quite good to separate the line "such-and-such writes" from the quote,
For example, to place it above the quote or inside the quote, but in a separate line, and maybe make it bold.

Viele Grüße

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

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

More
7 years 3 months ago - 7 years 3 months ago #207985 by tcn
Replied by tcn on topic Quote highlight.
+1 for improving the layout of quotes

1. Quoted text should be smaller than the response
2. Nested quotes need to be displayed consistently

For 1 I added some custom CSS to make it work including a background offset to make the quoted text more distinguishable. For 2 I have yet to find a solution. But it probably means changing code as well. In the attached image is an example of a nested quote, that demonstrate the inconsistent styling.

The outer quote has a leading "{author} wrote" , whereas in the inner quote, leading "{author} wrote" in inside the quote. I think the quoting style should be as in the outer quote, with the reference on a separate line and possible not even within the blockquote block. After all it's not part of the quote.

The corresponding HTML code looks odd:
Code:
<blockquote> <p class="kmsgtext-quote">Knalerwt schreef : </p> <blockquote> <p class="kmsgtext-quote"> ddw schreef : i.p.v. bijvoorbeeld plaats bericht staat er toevoegen, ik dacht de eerste keer dat dat over een bijlage ging en zocht dus naar de knop om een bericht te plaatsen <img src="/media/kunena/emoticons/blush.png" alt=":blush:" title=":blush:" class="bbcode_smiley" width="20" height="20"> </p> </blockquote>Is even wennen. Maar het zijn de standaard vertalingen van Kunena. Geen idee of dit makkelijk aan te passen is. Maar ik vind dit even minder belangrijk. Wel iets om mee te geven aan de gebruikers om verwarring te voorkomen. <p></p> </blockquote>

Why is there an empty paragraph at the end?

It would also be helpful to have a separate class for the source of the quote author, e.g. "<p class="kmsgtext-quote-author">, so it can be styles differently.
Last edit: 7 years 3 months ago by tcn. Reason: attachment disappeared after time out on initial post

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

More
7 years 3 months ago #208004 by lemur
Replied by lemur on topic Quote highlight.
This is interesting, what you have presented in the picture.

Quote on my site after the changes, proposed by rich, looks acceptable, but not as beautiful as on the Kunena-forum.

But, if I understand you correctly, the solution is not offered here,
and your post is an invitation to the developers of Kunena to cooperate: -).

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

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

More
7 years 3 months ago #208014 by tcn
Replied by tcn on topic Quote highlight.

lemur wrote: But, if I understand you correctly, the solution is not offered here,
and your post is an invitation to the developers of Kunena to cooperate :-).


I believe the issue is in the PHP code. I have been busy customizing the looks using LESS/CSS, which is save since it won't interfere with future updates. I haven't looked at the PHP code. I might, if I find the time. But my knowledge of PHP is limited.

So, yes, it's an invitation for the developers to have a look and improve. I'm willing to file a bug report, if that is required/desired. ;)

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

Time to create page: 0.241 seconds