Kunena 6.3.7 Released
The Kunena team has announce the arrival of Kunena 6.3.7 [K 6.3.7] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
Solved The Quote option needs fixing.
8 years 20 hours ago #1
by Nemo10
Oh for a neat solution...
The Quote option needs fixing. was created by Nemo10
Oh for a neat solution...
Please Log in or Create an account to join the conversation.
8 years 16 hours ago #2
by rich
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.
Important! Always create a backup before you make any changes to your website!
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.
8 years 15 hours ago - 8 years 14 hours ago #3
by Nemo10
Oh for a neat solution...
Replied by Nemo10 on topic The Quote option needs fixing.
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
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: 8 years 14 hours ago by Nemo10.
Please Log in or Create an account to join the conversation.
8 years 13 hours ago #4
by rich
Important! Always create a backup before you make any changes to your website!
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.374 seconds