Kunena 7.0.4 Released

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

Question Minor issue - boardcode help link

More
16 years 11 months ago #16872 by woonydanny
After upgrading to K1.0.10 I have found a few things that dont work
    Boardcode link in editor needs to open in a new page as if it opens in same page you will lose any text written in the message area

still wish that i can write my forum signature through a jomsocial plugin and do it from my jomsocial profile :(

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

More
16 years 11 months ago #16901 by xillibit
Hello,

If I understand right, if you write a text and add bbcode, the text disappear ?

I don't provide support by PM, because this can be useful for someone else.

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

More
16 years 11 months ago #16906 by woonydanny
No, sorry what i meant is the actual word Boardcode written to the left of the editor, when you click it it opens up in the same page the faq/help for the board.

still wish that i can write my forum signature through a jomsocial plugin and do it from my jomsocial profile :(

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

More
16 years 11 months ago #17632 by tamerax
anyone solve this issue?

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

More
16 years 11 months ago #17783 by sozzled
Edit ../components/com_kunena/template/default/smile.class.php at line 244 which reads:
Code:
<strong><a href = "<?php echo sefRelToAbs(KUNENA_LIVEURLREL.'&amp;func=faq').'#boardcode';?>"><?php @print(_COM_BOARDCODE); ?></a></strong>:
Add a "new window" target to the <A> tag (change so that it reads):
Code:
<strong><a href = "<?php echo sefRelToAbs(KUNENA_LIVEURLREL.'&amp;func=faq').'#boardcode';?>" target=_new><?php @print(_COM_BOARDCODE); ?></a></strong>:
B)
The following user(s) said Thank You: C0n

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

More
16 years 11 months ago #17786 by tamerax
i think you mean line 254 :)

thank you!!

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

Time to create page: 0.271 seconds