my orca doesn't replace &quot to ( " )

see this picture:

.

aaa

.

yes, i this happened on dolphin 6003, i have compare it to dolphin 6004 and dolphin 6005

AND the problem is just on

.

orca/classes/Forum.php

.

function  _buld_topic_desc(&$s)

.

i fixed this function base on dolphin 6005

.

    function _buld_topic_desc (&$s)
    {
		$s = str_replace(array('&#160;','&amp;','&gt;','&lt;'), array(' ','&','>','<'),strip_tags ($s));
		validate_unicode ($s);
		$s = '<![CDATA[' . $s . ']]>';
    }

.

to

.

    function _buld_topic_desc (&$s)
    {
		$s = str_replace(array('&#160;','&amp;','&gt;','&lt;','&quot;'), array(' ','&','>','<',"'"),strip_tags ($s));
		validate_unicode ($s);
		$s = '<![CDATA[' . $s . ']]>';
    }

.

but  UNFORTUNATELY IT STILL DOESNT WORKS!

.

any suggestion?

Quote · 13 Sep 2008

change "'" to '"'

I have video tutorials to help you mrpowless.com
Quote · 14 Sep 2008

still not work!

.

I'M WONDER   ,  who has made orca???!!!

.

he/she must be know how ro fix this.

.

.

hum, i'm sure it can be fixed without upgrading...

Quote · 15 Sep 2008

why is it so difficult! Cry

Quote · 15 Sep 2008

Are you tried to Recompile orca lang after your changes in sources?

Quote · 15 Sep 2008

no andrey, i have not ever recompile

.

yes, orca is really difficult to be fixed

.

normally it should be done just by fixing function _buld_topic_dexc(&$s) like above, but why it still nofix there.

my orca version is:

.

Orca-v.1.2b4
Quote · 15 Sep 2008

I'M REALLY waiting for the real orca maker! she or he must be help to fix his/her own SOFTWARE

Quote · 15 Sep 2008

Here one advice from orca dev:

reload last orca directory from 6.0.x and clean all cache

Quote · 16 Sep 2008

hi i have done!

.
as what i said before" it should be able to be fixed without upgrading"

.
what i should do is on orca/inc/util.inc.php   function encode_post_text

.

thanks

Quote · 18 Sep 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.