- Posts: 12224
- Thank you received: 2517
Kunena 6.4.9 & Kunena 7.0.1 Released
The Kunena team has announce the arrival of Kunena 6.4.9 [K 6.4.9] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4
The Kunena team has announce the arrival of Kunena 7.0.1 [K 7.0.1] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/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
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.
Solved Editor icons & Preview not working
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
- Nos vamos a: components/com_kunena/template/crypsis/assets/js/markitup.editor.js
- Nos vamos a la línea 21, posición 465
- Encontraremos: name: 'Línea horizontal
Algo así -->
Fijaos en que la comilla de cierre está en la siguiente línea. Esta división de la línea inesperada es la que genera el problema. Simplemente os situáis tras la l de horizontal, pulsáis suprimir y listo.
Sólo queda guardar y sustituir el fichero original (recomiendo guardarlo como markitup.editor.js.bak hasta comprobar que funciona).
Y ese parece ser todo el problema, un simple salto de línea :whistle:
And now en English:
All you have to do is fix the division between 21 and 22 lines in components/com_kunena/template/crypsis/assets/js/markitup.editor.js file
Please Log in or Create an account to join the conversation.
Many thanks!
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
- components/com_kunena/template/crypsis/assets/js/markitup.editor.js
- line 21, position 389
- you will find 'Llista d'elements' ==> substitute with 'Llista d`elements'
Please Log in or Create an account to join the conversation.
In my case, I can found this
Maybe that \n is causing our headache? The English version of the same file doesn't have it.
Please Log in or Create an account to join the conversation.
For all users who have the editor problem: Download this zip file and unzip it. Replace the markitup.editor.js in "/components/com_kunena/template/crypsis or crypsisb3/assets/js". I should work.
Thanks again @Edu
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.