Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Question SOLVED: BBCode legend (Help) doesn't work

More
16 years 11 months ago - 16 years 11 months ago #17958 by lemur
HI,

after installing CB 1.2.1 and Kunena 1.0.10 (template default_ex)

BBCode help line doesn't work (as in my old forum and in this forum, e.g.).

I have always there:
bbCode Help - Hint: bbCode can be used on selected text!

Help, please.

- - - - - - - - -
Signature:
Many thanks to Rich and the other advisors.
Last edit: 16 years 11 months ago by lemur.

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

More
16 years 11 months ago #17963 by Matias
To fix this issue, just copy:

components/com_kunena/default/js/kunenaforum.js to kunenaforum.min.js

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

More
16 years 11 months ago - 16 years 11 months ago #17978 by lemur
Matias wrote:

To fix this issue, just copy:

components/com_kunena/default/js/kunenaforum.js to kunenaforum.min.js


Do you mean
Code:
components/com_kunena/template/default/js/kunenaforum.js

to (overwrite the existing file kunenaforum.min.js)?
Code:
components/com_kunena/template/default/js/kunenaforum.min.js

Thank you very much, it works :)

- - - - - - - - -
Signature:
Many thanks to Rich and the other advisors.
Last edit: 16 years 11 months ago by lemur.

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

More
16 years 11 months ago #18286 by Enes
Sorry but I couldn't understand that what you mean copying components/com_kunena/default/js/kunenaforum.js to kunenaforum.min.js
I tried something but faild :dry:

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

More
16 years 11 months ago - 16 years 11 months ago #18300 by lemur
there are files kunenaforum.min.js and kunenaforum.js in components/com_kunena/template/default/js/

You must in this directory:
1. delete kunenaforum.min.js
2. copy kunenaforum.js
3. paste kunenaforum.js as kunenaforum.min.js.

:_)

- - - - - - - - -
Signature:
Many thanks to Rich and the other advisors.
Last edit: 16 years 11 months ago by lemur.

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

More
16 years 11 months ago - 16 years 11 months ago #18302 by skillless
Unfortunately I had to add in '/administrator/components/com_kunena/language/kunena.english.php' following lines:
Code:
DEFINE('_KUNENA_EDITOR_HELPLINE_ALIGN_LEFT', 'left-aligned: [left]Text[/left]'); DEFINE('_KUNENA_EDITOR_HELPLINE_ALIGN_CENTER', 'centred: [center]Text[/center]'); DEFINE('_KUNENA_EDITOR_HELPLINE_ALIGN_RIGHT', 'right-aligned: [right]Text[/right]');
for example.
Last edit: 16 years 11 months ago by skillless.

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

Time to create page: 0.282 seconds