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 - 12 years 1 month ago #155864 by findelat
Hello,

We are running Kunena 3.0.4 and it has integrated BBCode but some commands like creating borders does not run

Here I write the codes and how it appears
Code:
[table border=1] [tr][th]A[/th][th]B[/th][th]C[/th][/tr] [tr][td]A1[/td][td]B1[/td][td]C1[/td][/tr] [tr][td]A2[/td][td]B2[/td][td]C2[/td][/tr] [tr][td]A3[/td][td]B3[/td][td]C3[/td][/tr] [tr][td]A4[/td][td]B4[/td][td]C4[/td][/tr] [/table]

This is how it is shown
ABC
A1B1C1
A2B2C2
A3B3C3
A4B4C4

Does anybody know how to create borders or adjust the shape to the content within?

Thank you.
Last edit: 12 years 1 month ago by findelat.

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

More
12 years 1 month ago #155866 by 9themestore
Hi,

Open the template.css file of the default Joomla template and paste the below CSS rule to bottom of file.
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; }

After save back to front-end and reload your site to view changed.

Hope this helps

- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful :)
The following user(s) said Thank You: findelat

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

More
12 years 1 month ago #155869 by findelat
Replied by findelat on topic K 3.0.4: bordered tables
Thank you.
I am not really sure to have understood what to do or if I dare to do it :blush: , but I will try to change the css file to paste your codes.
I didn't know if it was something related with BBCode updates :blink:

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

More
12 years 1 month ago #155885 by 9themestore
Hi,

You will not lost all custome when you upgrade or reinstall Kunena forum. I think, that is a important reason to should add the CSS custom to the Joomla! template.

- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful :)
The following user(s) said Thank You: findelat

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

More
12 years 1 month ago #155898 by findelat
Replied by findelat on topic K 3.0.4: bordered tables
I guess it would be this file template.css placed on this path: /public_html/administrator/templates/bluestork/css/template.css

But I don't find anything about kunena to edit it and paste the codes you gave me.
There are almost 3200 lines but I don't find it

I have also tried editing the template we have installed to run the public website and even the special for kunena, but it was no template.css

Thank you

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

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

I guess it would be this file template.css placed on this path: /public_html/administrator/templates/bluestork/css/template.css

This is the wrong file. Go to "tempates/your Joomla! template/css/template.css" and add the code by 9themestore at the end this file.
Not [strike]administrator[/strike]/templates!

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

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

Time to create page: 0.261 seconds