- Posts: 694
- Thank you received: 22
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
- woonydanny
-
Topic Author
- Offline
- Elite Member
-
Less
More
16 years 11 months ago #16872
by woonydanny
still wish that i can write my forum signature through a jomsocial plugin and do it from my jomsocial profile
Minor issue - boardcode help link was created 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.
16 years 11 months ago #16901
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re:Minor issue - boardcode help link
Hello,
If I understand right, if you write a text and add bbcode, the text disappear ?
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.
- woonydanny
-
Topic Author
- Offline
- Elite Member
-
Less
More
- Posts: 694
- Thank you received: 22
16 years 11 months ago #16906
by woonydanny
still wish that i can write my forum signature through a jomsocial plugin and do it from my jomsocial profile
Replied by woonydanny on topic Re:Minor issue - boardcode help link
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.
16 years 11 months ago #17632
by tamerax
Replied by tamerax on topic Re:Minor issue - boardcode help link
anyone solve this issue?
Please Log in or Create an account to join the conversation.
16 years 11 months ago #17783
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re:Minor issue - boardcode help link
Edit ../components/com_kunena/template/default/smile.class.php at line 244 which reads:
Add a "new window" target to the <A> tag (change so that it reads):
Code:
<strong><a href = "<?php echo sefRelToAbs(KUNENA_LIVEURLREL.'&func=faq').'#boardcode';?>"><?php @print(_COM_BOARDCODE); ?></a></strong>:
Code:
<strong><a href = "<?php echo sefRelToAbs(KUNENA_LIVEURLREL.'&func=faq').'#boardcode';?>" target=_new><?php @print(_COM_BOARDCODE); ?></a></strong>:
Blue Eagle vs. Crypsis reference guide
Read my blog and
The following user(s) said Thank You: C0n
Please Log in or Create an account to join the conversation.
16 years 11 months ago #17786
by tamerax
Replied by tamerax on topic Re:Minor issue - boardcode help link
i think you mean line 254 
thank you!!
thank you!!
Please Log in or Create an account to join the conversation.
Time to create page: 0.271 seconds