4images Forum & Community

4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: BevS97 on October 17, 2002, 11:04:03 PM

Title: Can I change teh upload form, to remove thumbnail info?
Post by: BevS97 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
Title: yep
Post by: Chris on October 18, 2002, 02:44:24 AM
Sure.  Just edit the templates and remove it.
Title: Re: yep
Post by: mrangelo 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.

Title: Re: yep
Post by: Rembrandt 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>
Title: Re: Can I change teh upload form, to remove thumbnail info?
Post by: mrangelo on February 14, 2012, 03:46:11 AM
thanks a lot :-)