mybb / merge-system

The MyBB Merge System allows for easy merging of an existing forum (be it MyBB or another forum software) into a MyBB 1.8.x forum.
Other
34 stars 33 forks source link

Fixes #14 [attachment] codes #155

Closed JN-Jones closed 9 years ago

JN-Jones commented 9 years ago

14

This PR changes the BBCode Parser so, that it changes all attachment codes to [attachment=o{oldid}]. Afterwards the attachment module changes the id to the new one. The cleanup page replaces all old codes (eg missing attachment or attachment module not run) to [ATTACHMENT NOT FOUND].

Also changed the vB parsers to make use of the new parser classes.

JN-Jones commented 9 years ago

Merging to avoid future conflicts