Author Topic: autothumbnailer: default value  (Read 3420 times)

0 Members and 1 Guest are viewing this topic.

Offline knsin0

  • Jr. Member
  • **
  • Posts: 76
    • View Profile
autothumbnailer: default value
« on: August 24, 2007, 05:38:06 PM »
Hello,
i have a question, when i use the Auto-Thumbnailer, i get some default values, like the size in pixels (100 by default) where could i edit this value?
Thanks again  :D

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: autothumbnailer: default value
« Reply #1 on: August 27, 2007, 11:39:51 PM »
admin/thumbnailer.php
Code: [Select]
    echo "<td colspan=\"2\"><p><input type=\"text\" size=\"$textinput_size\" name=\"dimension\" value=\"100\"></p></td>\n</tr>\n";
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline knsin0

  • Jr. Member
  • **
  • Posts: 76
    • View Profile
Re: autothumbnailer: default value
« Reply #2 on: August 31, 2007, 07:21:21 PM »
Great! Thanks a lot  :D