A small time-saving tip for the ones who'll decide to utilize vb4 convertor 1.1.1 as the means of vBulletin 4.2.x to phpBB 3.0.11 conversion. These two code modifications should be applied so that all user avatars regardless of their size are going to be exported into phpBB properly:
convert_vb4.php, line 862:
functions_vb4.php, line 850:
convert_vb4.php, line 862:
Code:
array('', ((VB_AVATAR_IN_DB)? 'customavatar.filedata' : ''), ''),
Code:
vb_write_file('avatar_path', $convert_row['filedata'], $target);
Statistics: Posted by Dmitri Fatkin — Sun Sep 08, 2024 9:44 pm