Blog postings are being truncated

Hello!

I found a bug in my Dolphin. I noticed that when I post a blog, it truncates my post and all spaces, paragraphs in between are lost. See sample blog post at http://filipinobusinesslinks.net/blogs/entry/To-Advertise-or-Not-to-Advertise-Marketing-is-the-Answer-

Is there a work-around for this? I also would like to add an editor similar to the one when you posting a forum article-where you can bold some text, add a link etc. Is there a plugin for this?

Please help.

thanks!
Sam

Quote · 8 Dec 2008

open inc/classes/BxDolCmts.php

look for:

'allow_tags' => 0,                            // allow tags in comments or not
'nl2br' => 1,                                // convert all new line caracters to <br /> tags

Replace with:

'allow_tags' => 1,                            // allow tags in comments or not
'nl2br' => 0,                                // convert all new line caracters to <br /> tags

Quote · 8 Dec 2008

Hi Kosmic,


Thanks for the reply.

But its still not working :(

Curiously enough, my first blog post (http://filipinobusinesslinks.net/blogs/entry/Selling-stuffs-via-the-traditional-way-Why-not-sell-online-)  works OK but not the 2nd one (http://filipinobusinesslinks.net/blogs/entry/Selling-stuffs-via-the-traditional-way-Why-not-sell-online-).

All my new post now deletes spaces in between each paragraphs. :(

regards,

Sam

Quote · 9 Dec 2008

Hmm it works for me...oh i didnt say which bit did i.... its the blogs section with the php file.

Quote · 9 Dec 2008

Hi Kosmic!

I'm ok now. I believe its a bug in the version of IE i was using. It doesn't work on version 7.0.5730.13...on my laptop which has the latest flavour of IE 7..its working fine.

thanks again for the effort.

Regards,

Sam

ps: i wonder whats the repercussion of the changes I did with the php file as u suggested?

Quote · 12 Dec 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.