Quote:
Originally Posted by mcyates
great hack installed only with the above problem, everthing else works fine.
|
What I did was this:
In usercp.php, I added the
PHP Code:
// USER FONT MESSAGE GROG6
print_table_header($vbphrase['police_police']);
print_textarea_row($vbphrase['font_box'], 'font', $user['font'], 5, 40);
print_table_break('', $INNERTABLEWIDTH);
above the
PHP Code:
// USER IMAGE SECTION
print_table_header($vbphrase['image_options']);
if ($user['avatarid'])
{
$avatarurl= '../' . $user['avatarpath'];
}
and it works perfectly. Try it see if it works.