SMF Support > Converting to SMF
Slashes for quotes on conversion - Kunena to SMF
(1/1)
mtstover:
Howdy - thanks in advance for help. I've imported to SMF from kunena (1.6) using the attached SQL, which I cobbled together from the forums.
All went swimingly! :laugh:
BUT -- I now have slashes before each quote and apostrophe. Any thoughts?
sixty6falcon:
Nobody knows what this could be caused by? I'm having the same problem.
Mentalist:
in kunena_to_smf.sql find:
--- Code: ---$row['body'] = preg_replace('~\[file name=.+?\]http.+?\[/file\]~i', '', $row['body']);
--- End code ---
add before:
--- Code: ---$ignore_slashes = true;
--- End code ---
Navigation
[0] Message Index
Go to full version