- Posts: 10
- Thank you received: 7
Kunena 6.4.13 Released
The Kunena team has announce the arrival of Kunena 6.4.13 [6.4.13] 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 6.0
Hint: This version is primarily intended to facilitate an upgrade if Joomla was first updated to version 6.1 before Kunena was up to dated.
Solved Editor icons & Preview not working
I'd like to confirm, as the other mates, that everything worked fine before the last update (non-english site).
Please Log in or Create an account to join the conversation.
Two weeks and we continue without emoticons, without preview.... without help... about this error in "security" update...
Kunena 5.0.3 works.... 5.0.4.1.... NO
Can anyone help us, please???
Please Log in or Create an account to join the conversation.
- Posts: 12288
- Thank you received: 2537
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.
- Posts: 12288
- Thank you received: 2537
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.