Author Topic: Editing images ???  (Read 6328 times)

0 Members and 1 Guest are viewing this topic.

Offline giffy007

  • Full Member
  • ***
  • Posts: 119
    • View Profile
Editing images ???
« on: July 06, 2002, 01:18:06 PM »
Is it possible to have : When editing images having a Detailed version , so one can edit all the images at once instead of have to open every image to edit it  :?:


Giffy :wink:

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Editing images ???
« Reply #1 on: July 06, 2002, 01:23:17 PM »
No, sorry.

Greets Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline giffy007

  • Full Member
  • ***
  • Posts: 119
    • View Profile
Editing images ???
« Reply #2 on: July 06, 2002, 02:28:10 PM »
Can it be put into the next version please  :?:

Can you please tell where and what i have to do change the default value of check new images in Admin , which is set to 30 where can i change this , i would like it to be 100 , thanks

Giffy :wink:

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Editing images ???
« Reply #3 on: July 06, 2002, 02:30:11 PM »
admin/checkimages.php:

Replace this line:
Code: [Select]
$num_newimages = (isset($HTTP_POST_VARS['num_newimages'])) ? intval($HTTP_POST_VARS['num_newimages']) : 30;
with
Code: [Select]
$num_newimages = (isset($HTTP_POST_VARS['num_newimages'])) ? intval($HTTP_POST_VARS['num_newimages']) : 100;
Greets Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search