How to solve the quotation problem importing from phpBB?

In these days I'm trying to leave phpBB2 and pass to Vanilla2.
I've upgraded phpBB2 to phpBB3 and then used the migrator: all OK.
The only problem is about quotations
1) SIMPLE QUOTE =>
I write:
[quote="candyman"]Hello World!"[/quote]
to obtain in phpBB:
candyman wrote: "Hello World!"
and to obtain in Vanilla:
"candyman": Hello World!
2) CUSTOM QUOTE =>
[quote="candyman, in an older topic,"]Hello World!"[/quote]
to obtain in phpBB:
candyman, in an older topic, wrote: "Hello World!"
and to obtain in Vanilla:
":
candyman Hello World!"
3) QUOTE+URL
[quote="candyman, in [url=http://www.myforumurl.com/viewtopic.php?t=1234]an old discussion[/url]"]Hello World![/url]
to obtain in phpBB:
candyman, in an old discussion, wrote: "Hello World!"
and to obtain in Vanilla:
"candyman, in [url=http://www.myforumurl.com/viewtopic.php?t=1234:
an old discussion[/url],"]Hello World!
How can avoid this?
For the first case I could change every "username" entry with @username but for the rest?
Many thanks in advance...
I've upgraded phpBB2 to phpBB3 and then used the migrator: all OK.
The only problem is about quotations

1) SIMPLE QUOTE =>
I write:
[quote="candyman"]Hello World!"[/quote]
to obtain in phpBB:
candyman wrote: "Hello World!"
and to obtain in Vanilla:
"candyman": Hello World!
2) CUSTOM QUOTE =>
[quote="candyman, in an older topic,"]Hello World!"[/quote]
to obtain in phpBB:
candyman, in an older topic, wrote: "Hello World!"
and to obtain in Vanilla:
":
candyman Hello World!"
3) QUOTE+URL
[quote="candyman, in [url=http://www.myforumurl.com/viewtopic.php?t=1234]an old discussion[/url]"]Hello World![/url]
to obtain in phpBB:
candyman, in an old discussion, wrote: "Hello World!"
and to obtain in Vanilla:
"candyman, in [url=http://www.myforumurl.com/viewtopic.php?t=1234:
an old discussion[/url],"]Hello World!
How can avoid this?
For the first case I could change every "username" entry with @username but for the rest?
Many thanks in advance...
0
Comments
Can you tell me if there is an appropriate plugin?
I have a whole forum to migrate but is full of quotes ... I could also change the text in the database but I need a formula to correctly convert those parties in a formula suitable for Vanilla and the Quotes extension.
Thanks in advance.