merge-system icon indicating copy to clipboard operation
merge-system copied to clipboard

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.

Results 41 merge-system issues
Sort by recently updated
recently updated
newest added

A user in german forum reported distorted/squashed avatars after merge, and unless I'm completely misreading things, the merge system switched width and height? makes no difference for avatars that are...

I have a question about this section of the forum permission merger for SMF: ``` $tquery = $db->simple_select('forumpermissions', 'pid', "fid={$fid} AND gid={$mgid}"); if($db->num_rows($tquery) == 0) { // We hadn't any...

We already had an issue with orphaned attachment and while writing the vb5 module I had the same issue with posts. As a simple solution is possible for nearly all...

t:enhancement

Source in the thread modules: ``` php $insert_data['closed'] = int_to_01($data['open']); if($insert_data['closed'] == 'no') { $insert_data['closed'] = ''; } if($data['open'] == '10') { $insert_data['closed'] = 'moved|'.$this->get_import->tid($data['pollid']); } ``` As `int_to_01` never...

c:vBulletin

From #185 - [ ] bbPress (edit data not merged at all) - [ ] phpBB (edit data not merged) - [ ] Vanilla (not sure whether they save that...

t:enhancement
b:1.8

The moderator module is one of the few modules I haven't touched yet and some of them are pretty buggy. Eg the IPB 3 one seems to select group moderators...

t:bug
b:1.8

IPB 4 doesn't have a proper Attachment code, instead it inserts them as a link: Non-images: ``` html testattach.txt ``` Images: ``` html ``` Inline Images: ``` html ``` And...

t:bug
b:1.8
c:IP.Board
s:confirmed

phpBB saves smilies in an odd way so they can't be merged automatically.

t:bug
b:1.8

> You should not rely on the `className` since it may change. The only reliable way is the combination of the `definitionID` (`{WCF_PREFIX}object_type_definition.definitionName = com.woltlab.wcf.poll`) and the `objectType = com.woltlab.wbb.post`....

b:1.8
s:confirmed
c:WBB

@dtdesign pointed out that Burning Board 4 only supports UTF-8 encoding (by default, at least) so things like `encode_to_utf8()` are unnecessary. https://github.com/mybb/merge-system/commit/35021ffd81b67f5591205629b3b8afc088b1223f#diff-3d1e68484bf6f88f70629539863da0b9R55

b:1.8
s:confirmed
c:WBB