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
1 2007-09-13 09:35
Re: PunBB + Dotclear + AllowHTML : help (12 replies, posted in PunBB 1.2 troubleshooting)
2 2007-09-12 17:13
Re: PunBB + Dotclear + AllowHTML : help (12 replies, posted in PunBB 1.2 troubleshooting)
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...
3 2007-09-08 17:06
Re: PunBB + Dotclear + AllowHTML : help (12 replies, posted in PunBB 1.2 troubleshooting)
ok I'll try to do my best
4 2007-09-08 16:55
Re: PunBB + Dotclear + AllowHTML : help (12 replies, posted in PunBB 1.2 troubleshooting)
sorry I'm not a pro in php
in what file? and the correct code
thnks
5 2007-09-08 16:50
Re: PunBB + Dotclear + AllowHTML : help (12 replies, posted in PunBB 1.2 troubleshooting)
so what's the best code to modify/include?
6 2007-09-08 16:43
Re: PunBB + Dotclear + AllowHTML : help (12 replies, posted in PunBB 1.2 troubleshooting)
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
7 2007-09-08 16:08
Topic: PunBB + Dotclear + AllowHTML : help (12 replies, posted in PunBB 1.2 troubleshooting)
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