1. HappyWebbie
  2. Bug Report
  3. Thursday, September 24 2015, 04:29 PM
Hi, since Komento 2.0 guest avatars won't show due to an error:

Undefined property: CUser::$avatar_mini in <b>/home/mysite/public_html/components/com_community/libraries/core.php</b> on line <b>58</b><br />


Hope you can help me solve this.

Best regards,
Jeff
Accepted Answer
admin Accepted Answer
Admin
Hi,
But it shows the normal sized avatars
CSS to set size of image should be already present in Komento style.
In screenshot you will see this CSS code:
#section-kmt .avatar {
width: 48px;
height: auto;
}

Anyway, yes, default avatar not have a thumb. Thumbnails are useful to decrease the load, but this is not the case of the default image that even with 1000 users will download only 1 image.
Attachments (1)
  1. more than a month ago
  2. Bug Report
  3. # Permalink
HappyWebbie Accepted Answer
Hmmm, this only happens in offline mode, when I'm not logged in. Once logged in, my avatar is shown in the guest comments where there should be default avatars. Weird....
  1. more than a month ago
  2. Bug Report
  3. # 1
admin Accepted Answer
Admin
Hi,
try to install attacked files ;)

if works we will put in download area.
Attachments (1)
  1. more than a month ago
  2. Bug Report
  3. # 2
HappyWebbie Accepted Answer
Oh wow,

that was a quick fix!
It worked. But it shows the normal sized avatars instead of the mini avatars next to the comments. I could probably fix this with css, but there must be a better solution, I recon,
  1. more than a month ago
  2. Bug Report
  3. # 3
HappyWebbie Accepted Answer
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 4
admin Accepted Answer
Admin
Hi,
we not have size issue, width of avatar should be already declared in Komento CSS style, in screenshot you can see CSS code:
#section-kmt .avatar {
width: 48px;
height: auto;
}
Attachments (1)
  1. more than a month ago
  2. Bug Report
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.