Kirby
Guest
Member
Currently, there does not seem to be a consistent strategy for handling importing from a vBulletin source:
If a base
Read more
- XFI does implement vBulletin source handling directly within its importer classes
- XFMG does implement a
vBulletinSourceTrait
that does share most of its code withXFI\Importer\Importer\vBulletin
[*}Other (3rd party) Add-ons also do have to implement vBulletin source handling themselves, again by duplicating a lot of code
If a base
vBulletinSourceTrait
...Read more