Reply to thread

His vB import is strange.


his imported quotes look like:

[code]

[quote author=strwd link=topic=1015.msg44321#msg44321 date=1292790913]

Gruß[/quote]

[/code]

instead of the normal vB quote:

[code]

[QUOTE=Username;PostId]foo[/quote]

[/code]


thats why preg_match_all fails and throws an error


so you would only need to change the preg_match_all pattern and try to run the import


Back
Top Bottom