Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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.

The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

This category is for discussing issues with the K 3.0 Blue Eagle template.

As general background, My Joomla site template makes a mess of Kunena .

We do not answer questions about other templates for Kunena here.

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 K 3.0.4: bordered tables

More
12 years 1 month ago #155904 by findelat
Replied by findelat on topic K 3.0.4: bordered tables
First of all, thank you for your concern in helping me.

I have paste the whole code at the end of this file "css/template.css" of "bluestork" template.
Code:
#installer-database p.nowarning { padding-left: 20px; background: transparent url(../images/admin/icon-16-allow.png) center left no-repeat; } /* Spinner */ .joomlaupdate_spinner { float: left; margin-right: 15px; }

This was the end of the css file, and I have pasted this next
Code:
#Kunena .kmsgtext > table { border: 1px solid #ddd; /* You can change by an other color code */ } #Kunena .kmsgtext > table th, #Kunena .kmsgtext > table td { border: 1px soid #ddd; padding: 5px 10px; text-align: center; /* Add this property if you want to align text center */ } #Kunena .kmsgtext > table th { background: #f0f0f0; font-weight: bold; }

But still BBCode does not create any border or alingment :dry:

Should it be like this?

#Kunena .kmsgtext > table {
border: 1px solid #ddd; /[strike]* You can change by an other color code *[/strike]/
}

#Kunena .kmsgtext > table th,
#Kunena .kmsgtext > table td {
border: 1px soid #ddd;
padding: 5px 10px;
text-align: center; /[strike]* Add this property if you want to align text center *[/strike]/
}

#Kunena .kmsgtext > table th {
background: #f0f0f0;
font-weight: bold;
}

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

More
12 years 1 month ago #155908 by rich
Replied by rich on topic K 3.0.4: bordered tables

I have paste the whole code at the end of this file "css/template.css" of "bluestork" template.

I had written this is wrong "administrator/templates" !
Only "templates/your joomla! template/css/template.css". Your Joomla template is the one that you use in the frontend.



btw, you should upgrade to Kunena 3.0.5. Kunena 3.0.4 is obsolete.

Important! Always create a backup before you make any changes to your website!

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

Time to create page: 0.249 seconds