Author Topic: Is there a way to  (Read 6180 times)

0 Members and 1 Guest are viewing this topic.

Offline afe

  • Newbie
  • *
  • Posts: 26
    • View Profile
Is there a way to
« on: January 28, 2008, 06:11:26 AM »
Is there a way to remove the "Thumbnail File:" part from the upload page when uploading an image?
Thanks.

Offline kai

  • Administrator
  • Addicted member
  • *****
  • Posts: 1.423
    • View Profile
    • 4images - Image Gallery Management System
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: Is there a way to
« Reply #2 on: January 28, 2008, 03:58:01 PM »
Hi,

this mod is good:
http://www.4homepages.de/forum/index.php?topic=13947.0
after imageupload the uploadform open again  :wink:

Kurt

Offline afe

  • Newbie
  • *
  • Posts: 26
    • View Profile
Re: Is there a way to
« Reply #3 on: January 28, 2008, 06:04:14 PM »
I know that it is under the member_uploadform.html, however, what exactly do I remove?

Thanks.

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: Is there a way to
« Reply #4 on: January 28, 2008, 06:29:09 PM »
sorry, i dont't anderstund you..

You can delete this codes:
Code: [Select]
                          <b>URL:</b><br />
                          <input type="text" name="remote_media_file"  size="30" value="{remote_media_file}" class="input" /><br />
and
Code: [Select]
                          <b>URL:</b><br />
                          <input type="text" name="remote_thumb_file"  size="30" value="{remote_thumb_file}" class="input" /><br />

Kurt


Offline afe

  • Newbie
  • *
  • Posts: 26
    • View Profile
Re: Is there a way to
« Reply #5 on: January 29, 2008, 04:09:03 AM »
Thanks. What files are those located in?

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: Is there a way to
« Reply #6 on: January 29, 2008, 05:48:37 AM »
I know that it is under the member_uploadform.html, however, what exactly do I remove?

Thanks.