Where are you trying to upload Avatars from ?
Here
http://www.your_site.com/modules.php...nt&op=edituser
or here
http://www.your_site.com/modules.php...=editprof ile
Try both the second should work regardless, however let us know as there is a fix as follows.....
OPEN includes/usercp_register.php,
find:
|
Code:
|
/*****************************************************/
/* Forum - QUICK REPLY 1.0.2 END */
/*****************************************************/
}
else
{ |
BELOW THAT ADD THIS
|
Code:
|
if (isset($HTTP_POST_VARS['wrap'])) {
$user_wordwrap = $HTTP_POST_VARS['wrap'];
} |
if that dont work iam lost :?