Author Topic: Can I change teh upload form, to remove thumbnail info?  (Read 7788 times)

0 Members and 1 Guest are viewing this topic.

Offline BevS97

  • Newbie
  • *
  • Posts: 28
    • View Profile
Can I change teh upload form, to remove thumbnail info?
« on: October 17, 2002, 11:04:03 PM »
I am automatically generating the thumbnails, so can I remove that section from the upload forum - I think it looks confusing to have it when it is not required.

Bev

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
yep
« Reply #1 on: October 18, 2002, 02:44:24 AM »
Sure.  Just edit the templates and remove it.

Offline mrangelo

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: yep
« Reply #2 on: February 13, 2012, 05:33:18 PM »
Sure.  Just edit the templates and remove it.

where? more info please...

I'm right now in the"member_uploadform.html" and i don't find where i can remove this.


Rembrandt

  • Guest
Re: yep
« Reply #3 on: February 13, 2012, 06:21:51 PM »
....where? more info please...
....

remove or comment out:
Code: [Select]
          <tr>
            <td class="row1" valign="top">
  <b>{lang_thumb_file}</b><br />
  <span class="smalltext">
  {lang_max_filesize}<b>{max_thumb_filsize}</b><br />
  {lang_max_imagewidth}<b>{max_thumb_imagewidth}</b><br />
  {lang_max_imageheight}<b>{max_thumb_imageheight}</b><br />
  </span>
</td>
            <td class="row1">
              <b>Upload:</b><br />
  <input type="file" name="thumb_file" class="input" /><br />
  <b>URL:</b><br />
  <input type="text" name="remote_thumb_file"  size="30" value="{remote_thumb_file}" class="input" /><br />
  <span class="smalltext"><b>{lang_allowed_file_types}</b> {allowed_thumb_types}</span>
            </td>
          </tr>

Offline mrangelo

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: Can I change teh upload form, to remove thumbnail info?
« Reply #4 on: February 14, 2012, 03:46:11 AM »
thanks a lot :-)