4images Forum & Community

4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: Moinsen on September 12, 2009, 01:22:02 PM

Title: No big image in ACP editimage
Post by: Moinsen on September 12, 2009, 01:22:02 PM
Hi,

how can I delete the table row with the big image in the ACP (editimage)? Not the thumbnail row!

Thank you!  :)

Title: Re: No big image in ACP editimage
Post by: V@no on September 12, 2009, 11:47:18 PM
you can try replacing in admin/images.php
  $file_src = get_file_path($image_row['image_media_file'], "media", $image_row['cat_id'], 1);


with:
  $file_src = TEMPLATE_PATH."/images/spacer.gif";