As designed MyBB Importer: missing post id(link) in quotes

SonicRC

Well-known member
This how quotes looks in MyBB:
Code:
[quote='SonicRC' pid='2407076' dateline='1373354567']
...
[/quote]

After the import they look like that:

Code:
[quote='SonicRC']
...
[/quote]

But in Xenforo they should look like:

Code:
[quote="SonicRC, post: 2407076, member: 1"]
...[/quote]

So the post id is missing and this bad if you have large threads.

(retain post id was activated)
 
Last edited:
Top Bottom