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

Solved possible to use joomla editor instead of component one?

More
5 years 3 months ago - 5 years 3 months ago #215185 by rich

dsrpmedia wrote:  thanks for the suggestion, a lengthy workaround, but it almost works.however, when I paste the table code into the source area in kunena, then unclick the source to show the styling it is just showing the code - not converting the code to tables. ( see screenshots)what is the point of the code dbutton if the htrml is being stripped out in the editor?is there a setting I missed thsat would allow for code in the editor?

That's html codes but you need bbcodes. Maybe therefore the user purezn means it works with the JCE Editor Pro.
Example of bbcode tables:
Code:
[table] [tr] [th]Column 1[/th] [th]Column 2[/th] [/tr] [tr] [td]123[/td] [td]456[/td] [/tr] [tr] [td]123[/td] [td]456[/td] [/tr] [/table]
Here is the output of this code:
Column 1Column 2
123456
123456

inserting the article almost works - but I need to be able to put content into the tables of the cells - when I insert this way it is not editble

You can edit anytime in this table, but only in the backend. If you edit this article, you see this changes also in the forum. I don't know satisfying solutions for tables, because they are also not optimal for mobile view if they contain too many columns.

Important! Always create a backup before you make any changes to your website!
Last edit: 5 years 3 months ago by rich.

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

More
5 years 3 months ago - 5 years 3 months ago #215208 by rich
Maybe this page is helpfull for you:  BBCode table generator  If you generate a table with this tool you get the BBCode output, and you can copy and paste this code.

Important! Always create a backup before you make any changes to your website!
Last edit: 5 years 3 months ago by rich.

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

More
5 years 3 months ago #215219 by dsrpmedia
thanks Rich, I will try this a little later today

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

More
5 years 3 months ago - 5 years 3 months ago #215220 by dsrpmedia
unfortunately the BB Code output does not work either - it generates a table
 

 - but the code itself is what is shown in the editing area before submitted,. If only the table was displayed in the editing area before being submitted this would have worked perfectly
Last edit: 5 years 3 months ago by dsrpmedia.

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

More
5 years 3 months ago - 5 years 3 months ago #215221 by rich
You see the result of the table directly and if you click on Generate you get the right code along with the content.

 

Column 1Column 2Column 3
Row 1, Column 1Row 1, Column 2Row 1, Column 3
Row 2, Column 1Row 2, Column 2Row 2, Column 3

If you want to edit a table you must do it with the source mode, because the editor not recognize tables.

Important! Always create a backup before you make any changes to your website!
Last edit: 5 years 3 months ago by rich.

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

Time to create page: 0.265 seconds