- Posts: 4
- Thank you received: 0
Kunena 7.0.8 Released
The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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
Please use other categories for questions about problems that you may be having with your website.
Merged WYSIWYG editor for Kunena: How to allow HTML tags?
As Balázs already said in the topic:
But why would you develop a new one for thousands of dollars, when you can simply implement a TinyMCE or any other Joomla editor? I never understood this developer behaviour. Kunena is a Joomla extension, and so, it can use the features of Joomla.
You dont have to create a complete new WYSIWYG Editor, but can use a existing Editor like JCE or TinyMCE.
In these editor are a few years of development and the only thing you need to do is, to implement on of these brilliant editors to kunena.
Please Log in or Create an account to join the conversation.
Kunena is an open-source software product. If someone knows how to make this WYSIWYG-style editor happen then we welcome those people to join the Kunena project and make it happen. It's easy to write "implement these brilliant ideas"; it's another thing to actually find the time to make that so.
I hope what I have written may help you to understand the issues more clearly now.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
it is relatively easy to use the Joomla editors in a component... whats the issue here is, Kunena demands it be a bbcode native editor, and THAT is harder. While there are bbcode wysiwyg editors I don't think the integration is smooth like a native J! editor is. Therein lies the rub.
Please Log in or Create an account to join the conversation.
The only thing we've heard from people who want this WYSIWYG-style editor is "Hey, guys, fix the problem!" Well, you have seen the whole discussion on this subject and what have we achieved from 3½ years of continual badgering of the project team members?
If this is as easy to do as people claim that it can be done then how about people make a constructive effort to get the job done instead of complaining why it has not been done. This is not "easy" for the Kunena project team to do within the limits of the amount of time that is available in people's lives or the budget to employ others who could do the job. This is a community effort and that means that the community needs to get behind the effort.
What do you think it's worth, to you, to make this effort? I think that's the key question that has not been answered.
I mean no disrespect to anyone in the community but this discussion is going nowhere without the constructive help that we're going to need to make a difference.
This topic points out that there are difficulties in using a "native" Joomla editor for the simple fact that to do so exposes the risk of contaminating your site with malicious material. Furthermore, native WYSIWYG-style editors do not provide as much flexibility as BBcode editors. If that were the case then BBcode forums like phpBB, SMF, vBulletin and the like would have been dead-in-the-water years ago. Integration of a "native" (or even a third-party editor) is relatively straightforward. Ensuring that this facility does not create a constant hazard , risk of site contamination and, at the same time, include other features like spoilers, maps, auto-insertion of Joomla articles - and how would you markup the configuration report? - these are not so easy to do.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
I am more and more sure it would be better to develop the next generation of Kunena from the start, fully following the way of Joomla MVC and using the following things:
- Joomla registration
- Joomla profile and user management
- Joomla category management
- Joomla search engine
- Joomla recaptcha
- Jooma editors
This is what I think would be a step forward in development. We would have an extension with clean code, lesser size and more user friendly interface. I think this is what would worth the effort and money.
Please Log in or Create an account to join the conversation.
The problem I am having is that the inserted HTML is not rendered but the HTML itself is dispayed. All < and > are replaced with & lt; and & gt;. How can I render the HTML inside a post without hacking Kunena?
This is for Kunena 2.0
Please Log in or Create an account to join the conversation.