Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Phpbb to Vanilla - posts don't have smiles, but I installed plugin...

edited January 2011 in Vanilla 2.0 - 2.8
Hi!
I want to change from phpbb3 to vanilla, but after I import the db, the posts don't have smiles, just the codes like this :"
<img class=" title="Mrgreen" />"
:D
or error pics. I tried Emoticons and Emotify :) az well, but none of them helped. It's very annoying to have the comments with lots of error pics or code in it... :(
Any idea how to fix this? Thank you! :)
Tagged:

Comments

  • LincLinc Detroit Admin
    You're going to need some regular expression find-and-replace to fix that directly in your database. Unfortunately the importer doesn't yet account for phpBB's handling of smilies.
  • You mean changing phpBB_posts table content? For example search and replace all /icon_smile.gif with :)
    Thanks in advance.
  • LincLinc Detroit Admin
    Yes, but what I'd do is get it to save the alt text (since that's the smiley code, it appears) and strip out the rest of the img element.
Sign In or Register to comment.