Kirill N Posted July 17, 2015 Share Posted July 17, 2015 Hello,There's a problem in IPS4 that didn't exist in IPS3 which is that when you remove an emoticon, any post that's ever used it shows a broken image.What I want to do is to somehow find any occurrence of the emoticon code in the database and replace/remove it. Does anybody know how to do this? Link to comment Share on other sites More sharing options...
Pinto Posted July 17, 2015 Share Posted July 17, 2015 Maybe a update SQL query <code>UPDATE table_name SET Column_name WHERE column_name LIKE ':)'</code>I could be wrong Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.