View Single Post
  #4 (permalink)  
Old 11-03-2006, 09:55 AM
Marty Marty is offline
Member
 
Join Date: Jul 2004
Posts: 450
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 :?
__________________
What is Pay Per Play ?
ADVERTISING has commenced!!! We have launched!!!!!!!
Reply With Quote