• [MOD] Check new images in ALL categories v2.11 (updated 22-04-2006) 5 0 5 1
Currently:  

Author Topic: [MOD] Check new images in ALL categories v2.11 (updated 22-04-2006)  (Read 389133 times)

0 Members and 1 Guest are viewing this topic.

Offline khansahib

  • Full Member
  • ***
  • Posts: 100
    • View Profile
Re: [MOD] Check new images in ALL categories v2.11 (updated 22-04-2006)
« Reply #285 on: September 21, 2010, 07:20:25 AM »
Thanks

well i used the following code

Code: [Select]
php_value suhosin.request.max_vars 2048
php_value suhosin.post.max_vars 2048

and saved it as php.ini and added to admin folder.. and all worked out... :)
« Last Edit: September 21, 2010, 08:08:20 AM by khansahib »

Offline nameless

  • Full Member
  • ***
  • Posts: 147
    • View Profile
Re: [MOD] Check new images in ALL categories v2.11 (updated 22-04-2006)
« Reply #286 on: October 08, 2010, 10:12:51 PM »
hi
i'm using v 1.7.8

when i check for new images it take some times and i think becouse of the Thumbnail so
can i remove it

Offline henary

  • Jr. Member
  • **
  • Posts: 73
    • View Profile
Re: [MOD] Check new images in ALL categories v2.11 (updated 22-04-2006)
« Reply #287 on: December 02, 2010, 10:30:11 AM »
Hello,

i've add some functions like exif and iptc db field, histogramm-maker and rename for image-name, exif-date instead time() for image_date into the checkimages.php.

But some isn't work  :cry:

I've i use input-row like show_radio_row in second part of the checkimages.php, everything is workin well, but i'd like my functions in first part and there they don't do!

Look 4img_1.gif this ist my wishing position, 4img_2 is working.

I've used v@nos help from this http://www.4homepages.de/forum/index.php?topic=4754.msg147981#msg147981 to find out any and teh result from 4img_1 is like:
Code: [Select]
Array
(
    [__csrf] => ff4e5f1eb76629a25d97ddc57be0dfdd
    [action] => savenewimages
    [auto_resize] => 1
    [dimension] => 1024
    [resize_type] => 1
    [quality] => 85
    [big] => 1
    [big_folder] => download
    [annotate] => 0
    [auto_thumbs] => 1
    [dimension_thumbs] => 150
    [resize_type_thumbs] => 1
    [quality_thumbs] => 85
    [user_id] => 1
    [cat_id_p] => 2
    [mode] => 1
    [allbox] => on
    [addimage_1] => 1
    [image_media_file_1] => 200812-23_22-23-33.jpg
    [image_thumb_file_1] => 200812-23_22-23-33.jpg
    [image_name_1] => 200812-23 22-23-33
    [cat_id_1] => 2
    [old_cat_id_1] => 2
    [image_description_1] =>
    [image_keywords_1] => Louise
    [image_date_1] => 2010-12-02 10:13:31
    [image_active_1] => 1
    [image_allow_comments_1] => 1
    [max_dimension] => 300
    [num_newimages] => 20
    [detailed] => 0
    [subcats] => 0
)

The vars
Code: [Select]
[date_exif] => 1 and    [date_asname] => 1are missing in array  8O

I need some help to resolve this, i will post detailed code if you need.

Thanks,
Henry

(Deutsch wäre mir einfacher  :wink:)

Offline wallward

  • Jr. Member
  • **
  • Posts: 54
    • View Profile
Re: [MOD] Check new images in ALL categories v2.11 (updated 22-04-2006)
« Reply #288 on: February 07, 2014, 04:54:55 PM »
Tnx, :)
How to ORDER result by size or random?