racoon wrote:
[quote]
GHz wrote:
nanaya wrote:
I cant Find it either where does it say that? where do I replace that Code to fix that "quote" Bug.
I havn't posted the code fix for the quote bug, I've posted the output code that display the bug, because I'm not able to fix it
I make two small changes in the file
interpreter.fireboard.inc.php, located in the path
components/com_fireboard/sources. You can download the attached file here:
www.bestofjoomla.com/component/option,co...it,10/limitstart,10/
Remember: this is only a workaround
If you got problems with special chars, then change following:
[code:1] //A/27.12.2007/rc
$tmp_between = $between;
$this->Encode($between, $task, $tmp_between , 'text');
$between = html_entity_decode($between); // new code line
//E/27.12.2007/rc
[/code:1][/quote]
Thanks a lot!! It works ok now! :woohoo: :woohoo: :woohoo: :laugh: