[General] Escape characters everywhere in my forum - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html) +--- Forum: General Support (https://community.mybb.com/forum-176.html) +--- Thread: [General] Escape characters everywhere in my forum (/thread-207399.html) |
Escape characters everywhere in my forum - bbreak - 2017-01-14 Hello, I got random escape characters in every post it even appears in some places at ACP, see pic it basically replaces most of the new lines with this "\n\r" characters, some help is appreciated. RE: Escape characters everywhere in my forum - Matt - 2017-01-14 Have you done anything manually to your database (export/import) at any time? RE: Escape characters everywhere in my forum - bbreak - 2017-01-14 an admin tried to do something (adding smiles as he said) and this happened not sure what he has done exactly, if that so what's the issue? RE: Escape characters everywhere in my forum - Matt - 2017-01-14 What's your URL? RE: Escape characters everywhere in my forum - bbreak - 2017-01-14 http://eliteplayers-mta.de/forums/ RE: Escape characters everywhere in my forum - Matt - 2017-01-14 Can you run this command in phpMyAdmin:
Then screenshot the result, and attach here? Thanks. RE: Escape characters everywhere in my forum - bbreak - 2017-01-14 Yes here it is https://puu.sh/tlVvO/82b55ea64c.png RE: Escape characters everywhere in my forum - Matt - 2017-01-14 Can you edit a template that you have not ever edited, one that has multiple lines - are the characters showing there too? Don't save it, just open the editor and see if it already contains them. RE: Escape characters everywhere in my forum - bbreak - 2017-01-14 No it doesn't contain them https://puu.sh/tlYEG/b2dade9823.png If you want to check the ACP by yourself i can make a temporary admin account for you. I fixed the problem by making a new MyCode replacing the char "\n" with a new html line "<br>" https://puu.sh/tlZTj/64618e5ba4.png https://puu.sh/tlZUf/b19adfb6b2.png It fixes the topics content but it still in some css files |