- Posts: 16
- Thank you received: 0
- Forum
- Community self help
- General questions and how-tos
- possible to use joomla editor instead of component one?
Blue Eagle 5 v1.6.2 has been Released for Kunena 5.2 (20 Jan 2021)
The Kunena team has announce the arrival of Kunena template Blue Eagle 5 v1.6.2 which is now available for download. This version addresses most of the issues that were discovered in development.
REQUIREMENTS
Blue Eagle 1.6.x requires Kunena 5.2.x to work with
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 possible to use joomla editor instead of component one?
another thread said that was not possible with kuenena, but it is with the default Joomla editor. Is there any way to load the default Joomla editor instead of the built in one from the forum?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I don't know if this will work for you, but here is an "out of the box" idea.I desperately need to be able to put tables into replies in my forum
1. Create your tables in Joomla by using the Add New Article function and JCE Editor Pro.
2. Then switch to Source Code in the Joomla Editor and copy code.
3. Now go to your Kunena Forum, switch the "new editor" to Source mode and Paste code from Joomla editor.
4. Press Source again to return to normal edit mode.
When you are finished, delete the Joomla article code.
Please Log in or Create an account to join the conversation.
[article]22[/article]
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
That's html codes but you need bbcodes. Maybe therefore the user purezn means it works with the JCE Editor Pro.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?
Example of bbcode tables:
[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]
Column 1 | Column 2 |
---|---|
123 | 456 |
123 | 456 |
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.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
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- 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
Please Log in or Create an account to join the conversation.
Forum Access
- Not Allowed: to create new topic.
- Not Allowed: to reply.
- Not Allowed: to edit your message.
- Forum
- Community self help
- General questions and how-tos
- possible to use joomla editor instead of component one?