PDA

View Full Version : Impex -> cleaner.php. Issues with profile information



RoutineX
Sat 4th Mar '06, 7:16am
I purchased vBulletin yesterday and converted from SMF 1.0.6 with impexp.
The convert was almost seamless. All information was imported successfully except the passwords and a little problem with the signatures.

In the cleaner.php file from the impexp package you can define keywords to search and replace, like this


"<img>" => "[img]",

Are there any way I can change the <br /> tag to linefeeds (new line)?

"<br / >" => "what?",

Hope you have any answers, and I don't want to enable HTML.

Thanks :)

Jerry
Mon 6th Mar '06, 10:43pm
Are the br's being shown ? If there are but the line does have a new line as well you can just strip out the HTML.

If you need to add the new line (i.e. what your asking) then replace with "\n".