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 that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question COM_KUNENA_BBCODE_HIDDENTEXT & validator.w3.org

More
14 years 7 months ago - 14 years 7 months ago #107041 by Mihanja
Incorrectly written quotes!
now:
Code:
COM_KUNENA_BBCODE_HIDDENTEXT="<span class=&quot;kquote&quot;>Part of the message is hidden for the guests. Please log in or register to see it.</span>"

We need to do:
Code:
COM_KUNENA_BBCODE_HIDDENTEXT="<span class="_QQ_"kquote"_QQ_">Part of the message is hidden for the guests. Please log in or register to see it.</span>"
(&quot; replaced by "_QQ_")

And to add style to CSS (This is a guest)
Code:
#Kunena span.kquote {background-color: #CCCCCC;border: 1px solid #999999;display: block;font-weight: bold;padding: 1px;text-align: center;}

Good luck B)


Yet it is impossible to apply a word-wrap:break-word; for <pre class="php"> that are sometimes poorly


Part of the message is hidden for the guests. Please log in or register to see it.

Recommended hosting vps: VPS with a panel ispmanager lite (Promo Code:648215714)
Last edit: 14 years 7 months ago by Mihanja.

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

Time to create page: 0.235 seconds