1. tachtanlee
  2. General
  3. Monday, March 14 2016, 12:43 AM
On "edit profile" page I get full size images instead of thumbnails
Accepted Answer
admin Accepted Answer
Admin
Hi,
yes this is a bug, thanks for report it.

To fix replace line 66 at file /administrator/components/com_jsn/models/fields/image.php from
$html[]=JHtml::_('image', $this->value ,$this->element['alt'],$attribs);

to
$html[]=JHtml::_('image', preg_replace('~_(?!.*_)~', 'mini_', $this->value) ,$this->element['alt'],$attribs);
  1. more than a month ago
  2. General
  3. # Permalink
tachtanlee Accepted Answer
Pro
It works now!
  1. more than a month ago
  2. General
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.