Hello,
I apply this from cooldo , but I still have problem with windows-1250 the description dont save and the field stay
blank ... Please help..
added on Jul 26, 2011 by cooldo
1) Replace all htmlentities to _htmlentities
2) Around line 50, above // {{{ Session hijack check
ad
function _htmlentities($str) {
return htmlentities($str, ENT_COMPAT, 'UTF-8');
}
3) If you have your site charset windows-1250 - set this in LinkEx Settings
All thanx goes to Yetti :-)
I apply this from cooldo , but I still have problem with windows-1250 the description dont save and the field stay
blank ... Please help..
added on Jul 26, 2011 by cooldo
1) Replace all htmlentities to _htmlentities
2) Around line 50, above // {{{ Session hijack check
ad
function _htmlentities($str) {
return htmlentities($str, ENT_COMPAT, 'UTF-8');
}
3) If you have your site charset windows-1250 - set this in LinkEx Settings
All thanx goes to Yetti :-)