yeah sorry you can, but it's not for newbie, the method I used is simple coz you have the code and that's all.
now I'll try to convert html to bbcode

foxmask wrote:

it exists :
- Plugin for DotClear permits to display anything you need from punbb on dotclear 1.2.x

* yeah you can't mix dc+punbb with it. the real method is here :
http://www.ps3camp.info/punbb/viewtopic.php?id=15
and it works great see : http://forums.sbwu.net

* for my html problems, I found in your toolbox, xhtml_to_bbcode, but I dont know where to include the code...

ok I'll try to do my best smile

sorry I'm not a pro in php smile
in what file? and the correct code
thnks

so what's the best code to modify/include?

I just delete :
// Deal with newlines, tabs and multiple spaces
    $pattern = array("\n", "\t", '  ', '  ');
    $replace = array('<br />', '    ', '  ', '  ');
    $text = str_replace($pattern, $replace, $text);

it worked

Hello,
I'm using dotclear to manage my blog, every news contains some html and are transfered directly on punbb.
I'm using this script : http://www.punres.org/desc.php?pid=121
to allow html
but I just want 1 thing, I want to delete all <br /> during the transfer from dotclear to punbb tables
can you help me ?
thanks a lot