4images Forum & Community

4images Issues / Ausgaben => Feedback & Suggestions => Topic started by: Ebby on August 25, 2002, 06:11:24 AM

Title: Bug, and feature request.
Post by: Ebby on August 25, 2002, 06:11:24 AM
#vi /4images/lang/english/admin.php

Code: [Select]
$lang['field_votes_lower'] = "Vating lower than";
should be: $lang['field_votes_lower'] = "Votes lower than";



I added field_image_id so that I could sort by image id on the Edit images link.

#vi /4images/admin/images.php

Code: [Select]
 <select name="orderby">
  <option value="i.image_id"><?php echo $lang['field_image_id'?></option>
  <option value="i.image_name" selected><?php echo $lang['field_image_name'?></option>



#vi /4images/lang/english/admin.php

Code: [Select]
//-----------------------------------------------------
//--- Fields ------------------------------------------
//-----------------------------------------------------
$lang['field_image_id'] = "Image ID";
$lang['field_image_name'] = "Image name";


I was wondering if it would be possible to add a delete function to the categories.php where it shows the thumbnails?  I found it a pain to view the picture and then delete and confirm the delete.  Editing/deleting from the categories.php may be useful.

Thanks,
Jason