alexiel333 Posted May 8, 2015 Share Posted May 8, 2015 Hej! Mam problem z dodaniem filmiku do strony w CMS. Iframe włączone i filmiki można dodać/wyświetlić na karcie produktu, jednakże po próbie dodania ich do strony w CMS wyskakuje błąd Pole treść (Polish) jest nieprawidłowe. Podmieniłam validate.php z kodem: /* if (preg_match('/<[\s]*script/ims', $html) || preg_match('/('.$events.')[\s]*=/ims', $html) || preg_match('/.*script\:/ims', $html)) return false; if (!$allow_iframe && preg_match('/<[\s]*(i?frame|form|input|embed|object)/ims', $html)) return false;*/ Ale nie pomogło . Ktoś uporał się z tym problemem? Link to comment Share on other sites More sharing options...
Question
alexiel333
Hej!
Mam problem z dodaniem filmiku do strony w CMS. Iframe włączone i filmiki można dodać/wyświetlić na karcie produktu, jednakże po próbie dodania ich do strony w CMS wyskakuje błąd Pole treść (Polish) jest nieprawidłowe.
Podmieniłam validate.php z kodem:
/*
if (preg_match('/<[\s]*script/ims', $html) || preg_match('/('.$events.')[\s]*=/ims', $html) || preg_match('/.*script\:/ims', $html))
return false;
if (!$allow_iframe && preg_match('/<[\s]*(i?frame|form|input|embed|object)/ims', $html))
return false;
*/
Ale nie pomogło .
Ktoś uporał się z tym problemem?
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now