[ Video Sharing CMS v4 ] editor of the page is not working correctly

Started by ronyhage,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ronyhageTopic starter

Hi,

I tried editing a page with the new editor in 3.6 but it is not working correctly.

the issues:

- it adds small question marks out of nowhere
- it pushed down my paragraph (in the attached if you realize that the scroll is down and look where the paragraph starts)
- I am trying to bullets and it works fine on the editor but once saved it, the bulleted lines are not bulleted in the page. (in the attached, the 1st 4 lines should of been bulleted)

I attached a picture for you to have a clear idea of the issues.
  •  

PHPVibe A.


ronyhageTopic starter

Quote from: Alexander on
Those are unsupported characters.

Ok so I added a new page and typed in all information needed manually without any copy paste and the problem is still there.

How can I solve it?
  •  

ronyhageTopic starter

  •  

PHPVibe A.

moderator/create-page.php

$db->escape($_POST['content'])

to

addslashes($_POST['content'])

PHPVibe A.


ronyhageTopic starter

Quote from: Alexander on
Be careful, the content is no longer escaped.

I am still having problems with this issue. I replaced the code that you provided me, I deleted all the pages and created new pages from scratch but the unsupported characters are still showing.
  •  

Marius P.

Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

ronyhageTopic starter

Quote from: @Mario on
It does the same for all, not sure why.

Alright, let us know when there is a solution then. thanks
  •  

mihai

Your problem is this: This text is a example(SPACE SPACE SPACE SPACE SPACE)
(SPACE SPACE SPACE SPACE SPACE)=with that character that CKEDITOR is using for wrong text(?)
  •  

mihai

  •  

Marius P.

Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Similar topics (7)