View Single Post
Old
  (#4 (permalink))
Marty
Member
 
Status: Offline
Posts: 450
Join Date: Jul 2004
11-03-2006, 10:55 AM

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...de=editprofile

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 :?


Share4Gain.com- 80% Adsense Revenue Share, no website required
   
Reply With Quote