• [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 391066 times)

0 Members and 1 Guest are viewing this topic.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [MOD] Check new images in ALL categories v2.10.4
« Reply #75 on: September 30, 2005, 11:20:47 PM »
fixed in v2.10.5

Thank you.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline TIMT

  • Hero Member
  • *****
  • Posts: 505
    • View Profile
Re: [MOD] Check new images in ALL categories v2.10.5
« Reply #76 on: October 22, 2005, 10:32:19 AM »
where in the settings can I define the "default" for "Image file size in Pixel". Now the value 99999 is shown.

Offline Matthias70

  • Full Member
  • ***
  • Posts: 199
    • View Profile
    • Bildergalerie
Re: [MOD] Check new images in ALL categories v2.10.5
« Reply #77 on: October 23, 2005, 02:15:42 PM »
Hi,
does an enhanced version of "Validate images" feature in ACP, exist, too.
I have searched the forum, and can't find somthing simliar like this mod, but for "validate images"

Matthias

Offline impss

  • Sr. Member
  • ****
  • Posts: 382
    • View Profile
    • Cusstom.net
Re: [MOD] Check new images in ALL categories v2.10.5
« Reply #78 on: October 29, 2005, 04:48:22 AM »
I replaced my original file with this one and I get

Notice: Undefined variable: caption in C:\..\admin\checkimages.php on line 1190
 
Notice: Undefined variable: keywords in C:..\admin\checkimages.php on line 1191

what could the problem be?


Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [MOD] Check new images in ALL categories v2.10.5
« Reply #79 on: October 29, 2005, 06:54:00 AM »
below:
Code: [Select]
require('admin_global.php');add:
Code: [Select]
error_reporting(E_ALL ^ E_NOTICE);
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline TIMT

  • Hero Member
  • *****
  • Posts: 505
    • View Profile
Re: [MOD] Check new images in ALL categories v2.10.5
« Reply #80 on: October 29, 2005, 08:57:15 AM »
Quote
where in the settings can I define the "default" for "Image file size in Pixel". Now the value 99999 is shown.

who can give me a hint?

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [MOD] Check new images in ALL categories v2.10.5
« Reply #81 on: October 29, 2005, 09:18:05 AM »
Code: [Select]
$dimension_default = $config['max_image_width']; //image dimension
$dimension_thumbs_default = $config['auto_thumbnail_dimension']; //thumbnail demension
by default it uses values from your 4images settings, you can change $config['max_image_width'] and $config['auto_thumbnail_dimension'] with your numbers.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline TIMT

  • Hero Member
  • *****
  • Posts: 505
    • View Profile
Re: [MOD] Check new images in ALL categories v2.10.5
« Reply #82 on: October 30, 2005, 09:17:15 PM »
thank you, V@no  :D

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [MOD] Check new images in ALL categories v2.10.5
« Reply #83 on: November 02, 2005, 07:59:15 PM »
actualy its "normal" if you are using GD module. It does not preserve IPTC nor EXIF information in the image if it was manupulated (resized).
I dont have sollution for this, sorry.
With ImageMagic module its possible to save that info, but something must be changed in image_utils.php..I'm not quiet sure what exactly though...Try search google, if you can dig something out, maybe we can implement it into 4images ;)
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Bear

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
Re: [MOD] Check new images in ALL categories v2.10.5
« Reply #84 on: November 22, 2005, 12:01:16 AM »
Using this mod for some time now, very good thank you.

As i upload batches of images then use your mod to find new images and resize, activate, install etc.
Is it possible to have an option added to image name,  that i can name or re-name all the images to the same name in one go, at present i am having to rename them one by one.

Appreciated
Thank you

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [MOD] Check new images in ALL categories v2.10.5
« Reply #85 on: November 22, 2005, 12:49:28 AM »
For now we have batch copy/move/edit images mod
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Bear

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
Re: [MOD] Check new images in ALL categories v2.10.5
« Reply #86 on: November 22, 2005, 03:25:28 PM »
i will have a look at that mod
thanks for your reply

Offline troopers

  • Newbie
  • *
  • Posts: 32
    • View Profile
    • weltimperator.de
Re: [MOD] Check new images in ALL categories v2.10.5
« Reply #87 on: November 25, 2005, 04:21:25 PM »
hi,

is it possible to add a "del this picture" function ? this would be very nice :D


greets from berlin.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
weltimperator.de

Offline Jockl

  • Jr. Member
  • **
  • Posts: 68
    • View Profile
    • fanpage-der-wiener-linien
Re: [MOD] Check new images in ALL categories v2.10.5
« Reply #88 on: January 04, 2006, 01:51:02 PM »
Hi!

I've got a problem.

I can add pictures when i don't use the auto resizer or auto thumbnailer. when i use one of them, then i get a failure - "Die Seite kann nicht angezeigt werden"

what could be the problem?

thx

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [MOD] Check new images in ALL categories v2.10.5
« Reply #89 on: January 04, 2006, 02:50:16 PM »
when i use one of them, then i get a failure - "Die Seite kann nicht angezeigt werden"
Which means?
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)