Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

display_avatar function error

Asked Modified Viewed 1,408 times
K
karrak
K
karrak 32
Van mi sosem változik..smile
  • Senior Member, joined since
  • Contributed 310 posts on the community forums.
  • Started 94 threads in the forums
  • Started this discussions
  • Answered 1 question
asked
Senior Member

includes/theme_functions_include.php
row 769

$default_avatar = fusion_get_settings("site_path"wink."images/no-avatar.jpg";

no file by that name!

correctly

$default_avatar = fusion_get_settings("site_path"wink.IMAGES."avatars/noavatar100.png";
0 replies

1 post

C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin

Thanks for pointing out missing file.

Loading a 100 is a waste if the avatar size is just 48px. I'm trying to use an image in between 25px - 60px (polled estimate of avatar size between 30 major social sites). The 50 and 100 is there but I don't want to run php to select closest file to size, if necessary.

https://github.com/PHPFusion/PHPFusion/commit/eb314f43a9fa22e561d1ce2aba34f3bf13668040
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 1 post
  • Votes 0 votes
  • Topic users 2 members

2 participants

C
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
K
K
karrak 32
Van mi sosem változik..smile
  • Senior Member, joined since
  • Contributed 310 posts on the community forums.
  • Started 94 threads in the forums
  • Started this discussions
  • Answered 1 question

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet