Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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 twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

This category is for the plugin developed, endorsed, maintained and supported by the Kunena project team. The topics in this category only relate to the plugin developed for K 1.6 and later versions.

Question large whitespace

More
14 years 9 months ago #105907 by John
large whitespace was created by John
I would like to use Kunena Discuss plugin but I ran into a small problem. The plugin works fine, only the post on the forum starts with a big white space? How do I solve this problem?

Example on my testserver: www.pickyourfish.com/forum/ideeenbus/391...ia-afra-chewere#3911

This message contains confidential information

Database collation check: The collation of your table fields are correct

Legacy mode: Disabled | Joomla! SEF: Enabled | Joomla! SEF rewrite: Enabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 60 seconds | Max execution memory: 32M | Max file upload: 10M

This message contains confidential information

Joomla default template details : yoo_expo | author: YOOtheme | version: 5.5.2 | creationdate: December 2010

Kunena default template details : Blue Eagle (default) | author: Kunena Team | version: 1.7.0 | creationdate: 2011-08-29

Kunena version detailled: Installed version: 1.7.0 | Build: 5135 | Version name: Tale | Kunena detailled configuration:

Warning: Spoiler!

Third-party components: Jomsocial 2.2.4

Third-party SEF components: None

Plugins: System - Mootools Upgrade: Enabled | System - Mootools12: Disabled | Kunena Discuss 1.7.0 | My Kunena Forum Posts 1.6.0-RC1

Modules: Kunena Latest 1.7.0

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

More
14 years 9 months ago #105922 by Matias
Replied by Matias on topic Re: large whitespace
Here is a fix to it:

components/com_kunena/lib/kunena.parser.php line 744:

Replace this
Code:
$tag_new = '<div class="kmsgtext-article">'.$html.'</div>'.$link;
with this
Code:
$html = str_replace(array("\r\n","\n","\r"),"__KRN__",$html); $tag_new = '<div class="kmsgtext-article">'.$html.'</div>'.$link;

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

More
14 years 9 months ago #105962 by John
Replied by John on topic Re: large whitespace
Thank you very much!

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

More
14 years 9 months ago #105970 by John
Replied by John on topic Re: large whitespace
Unfortunatly the changes don't work: www.pickyourfish.com/forum/ideeenbus/3916-pseudotropheus-acei

Pages starting with a table give the white space above the article. Pages without a table work just fine: www.pickyourfish.com/forum/ideeenbus/391...tropheus-fuelleborni

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

More
14 years 9 months ago - 14 years 9 months ago #106273 by John
Replied by John on topic Re: Large whitespace
No other ideas? I would really like to use Kunena Discuss to boost my forum B)
Last edit: 14 years 9 months ago by John.

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

More
14 years 9 months ago #106425 by Matias
Replied by Matias on topic Re: Large whitespace
I was away from the forum a few days.

There's still some <br> in that page. Can you provide source code for example article (show html from the editor) and echo it into here, so I can run some tests with it.

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

Time to create page: 0.245 seconds