Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 1368

[3.3.x] Convertors • Re: Convert from Vb4.2.2 to phpBB 3.3.x

$
0
0
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:

Code:

array('', ((VB_AVATAR_IN_DB)? 'customavatar.filedata' : ''), ''),
functions_vb4.php, line 850:

Code:

vb_write_file('avatar_path', $convert_row['filedata'], $target);

Statistics: Posted by Dmitri Fatkin — Sun Sep 08, 2024 9:44 pm



Viewing all articles
Browse latest Browse all 1368

Trending Articles