Advertisement:

Author Topic: photos not appear in admin panel  (Read 1371 times)

elias.soliman

  • Jr. Member
  • **
  • Posts: 62
photos not appear in admin panel
« on: March 24, 2011, 11:21:26 pm »
the photos of ads not appear in admin panel if we didn't "Keep original image", so I prefer to use the thumbnail in code, place original.

the solve:

in file oc-admin/themes/modern/items/frm.php line 165 :
_original. >>> _thumbnail.

and the same for user edit items: in file oc-includes/osclass/frm/item.form.class.php line 380:
_original. >>> _thumbnail.


and one more bug

if we delete photos from user panel, photos will deleted from the server. BUT if we delete them from admin panel they stay on the server. (I coudn't solve this one yet  :'( )

Juan Ramón

  • Osclass Developer
  • Hero Member
  • *****
  • Posts: 2382
Re: photos not appear in admin panel
« Reply #1 on: March 25, 2011, 05:50:42 pm »
It seems that it has been fixed: http://issues.osclass.org/browse/OSCLASS-396