Author Topic: Function to regenerate all thumbnails  (Read 7030 times)

0 Members and 1 Guest are viewing this topic.

Offline hk_traveller

  • Newbie
  • *
  • Posts: 14
    • View Profile
    • http://www.tonyleung.com
Function to regenerate all thumbnails
« on: April 14, 2003, 07:35:56 AM »
Do you know is there any quick way to regenerate all thumbnails? Recently I found a way to improve thumbnail quality (by replacing -sample with -geometry in image_utils.php).  However I already have uploaded many thousands photos with thumbnails generated.  

Thanks in advance.

Offline Apollo13

  • Addicted member
  • ******
  • Posts: 1.093
    • View Profile
Function to regenerate all thumbnails
« Reply #1 on: April 14, 2003, 10:42:31 AM »
yes you only have 2 delete all thumbs in you data/thumbnails folder and than go 2 the admin panel and click on Autto thumbnailer and than u can create new thumbnails. my settings are 100x100px and the quality i set on 50%.

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
Function to regenerate all thumbnails
« Reply #2 on: April 14, 2003, 11:49:04 AM »
Use this plugin.
Just upload it into
/admin/plugins/ folder (create it if it's not exist yet)
« Last Edit: June 22, 2005, 02:33:31 PM by V@no »
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 hk_traveller

  • Newbie
  • *
  • Posts: 14
    • View Profile
    • http://www.tonyleung.com
Function to regenerate all thumbnails
« Reply #3 on: April 14, 2003, 01:16:05 PM »
Quote from: V@no
Use this plugin.
Just upload it into
/admin/plugins/ folder (create it if it's not exist yet)

Thanks again.

It seems that you have created many plugins for 4images.  Are you the developer team or not?

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
Function to regenerate all thumbnails
« Reply #4 on: April 14, 2003, 01:18:39 PM »
Quote from: hk_traveller
It seems that you have created many plugins for 4images.  Are you the developer team or not?

Just helping around :lol:
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 heiko

  • Newbie
  • *
  • Posts: 42
    • View Profile
Missing argument 1 for get_category_dropdown_bits()
« Reply #5 on: April 15, 2003, 10:57:15 PM »
Warning: Missing argument 1 for get_category_dropdown_bits() in ../includes/functions.php on line 1010

I got the following message ?


What can I do ??

Heiko

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: Missing argument 1 for get_category_dropdown_bits()
« Reply #6 on: April 15, 2003, 11:58:44 PM »
Quote from: heiko
Warning: Missing argument 1 for get_category_dropdown_bits() in ../includes/functions.php on line 1010

ah, sry, I guess I modifyed my functions.php ...
in the plugin file, find
Code: [Select]
get_category_dropdown_bits()
just add zero, like this:
Code: [Select]
get_category_dropdown_bits(0)
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 dontstay

  • Pre-Newbie
  • Posts: 9
    • View Profile
Re: Function to regenerate all thumbnails
« Reply #7 on: June 22, 2005, 10:08:30 AM »
Use this plugin.
Just upload it into
/admin/plugins/ folder (create it if it's not exist yet)

I am terribly sorry to revive a dead thread, but I really need this plugin and the URL seems to be broken...

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: Function to regenerate all thumbnails
« Reply #8 on: June 22, 2005, 02:34:13 PM »
The link is fixed now.
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)