Kunena 6.4.8 Released

The Kunena team has announce the arrival of Kunena 6.4.8 [K 6.4.8] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

Solved The Quote option needs fixing.

More
9 years 3 days ago #1 by Nemo10
On my site it comes up like this

On this forum is looks normal, as this does.


How can it be fixed?

Oh for a neat solution...

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

More
9 years 3 days ago #2 by rich
Replied by rich on topic The Quote option needs fixing.

Nemo10 wrote: On my site it comes up like this


The quote as well as symbol is from your Joomla template. There is no symbol for closing the quote.

Here are two codes but you need only one of the two. If you want the quote symbol at the beginning, then use the first code. If you want only text quotes, then use the second code.
Code:
#kunena blockquote { background-color: #eee; border-left-color: #ccc; margin: 5px; }
Code:
#kunena blockquote { background-color: #eee; background-image: none; border-left-color: #ccc; margin: 5px; padding: 5px; }

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
9 years 3 days ago - 9 years 3 days ago #3 by Nemo10
Thanks rich

It doesn't need quotes so I opted for the second coding..

Because my members (and often myself) tend to include several lines into a quotation is it possible to reduce the font to 50%. I could "have a go" myself but I guess but it's probably just a simple extra line for you.

Thanks

Oh for a neat solution...
Last edit: 9 years 3 days ago by Nemo10.

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

More
9 years 3 days ago #4 by rich
Replied by rich on topic The Quote option needs fixing.
Code:
#kunena .kmsgtext-quote { font-size: 14px; }

Important! Always create a backup before you make any changes to your website!
The following user(s) said Thank You: Nemo10

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

Time to create page: 0.621 seconds