I try to find my problem answer around this forum b4. But, stil nothing happen in my user preference..I suspect, It could be a different data field problem.. Hope, someone can guide me here.
addon_avatar.php $avatarDbField='user_custom1'; //*
user_dataform.html {$avatarForm}
setup_option.php $userInfoInPosts=array($dbUserSheme['user_custom1'][1]); //*For my avatar add-on $userInfoInPosts=array($dbUserSheme['user_custom2'][1]); //*For my signature add-on
bb_plugins.php function parseUserInfo_user_custom1($av){ //*is it true?
avatar_eng.php $l_avatar='Avatar'; $l_uploadAvatar='Upload new avatar'; $l_deleteAvatar='Delete current avatar'; $l_chooseAvatar='Choose avatar from list'; $l_chooseFile='Choose file'; $l_uploadError='There was an error uploading the file! Probably, it has illegal type, too big size, or was not uploaded for some technical reasons. Please, try again or contact administrator for more.'; $l_usrInfo[12]='User Avatar';
main_posts_cell.html {$userInfo_user_custom1[$poster_id]}
Thanks |