Author Topic: Thumbnaildatei bei Updoad weg machen  (Read 3836 times)

0 Members and 1 Guest are viewing this topic.

Offline Bahn423

  • Newbie
  • *
  • Posts: 10
    • View Profile
Thumbnaildatei bei Updoad weg machen
« on: January 07, 2008, 07:41:27 PM »
Guten Tag

Ich möchte die Thumbnaildatei weg haben bei dem hochladen.

So sieht das aus bei mir
http://dvb-bilder.pytalhost.com/member.php?action=uploadform&cat_id=3

Also so das der User nur das Bild hochlädt und gut.

Und so will ich das haben:
http://www.mm-trains.de/member.php?action=uploadform&cat_id=787&sessionid=eefe8714b9da992fe54bc455d12a8592

Wie kann man das weg machen ?



Vielen Dank


Mit freundlichen Grüßen

Offline nobby

  • 4images Guru
  • *******
  • Posts: 2.873
    • View Profile
Re: Thumbnaildatei bei Updoad weg machen
« Reply #1 on: January 07, 2008, 07:49:58 PM »
Hallo,

Du scheinst da mit Deinen Links wohl ein Problem zu haben.

Link 1, nichts zu sehen genau wie in Link 2  siehe Anhänge  :?

Welche Tumbnail Datei  :?:

nobby

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: Thumbnaildatei bei Updoad weg machen
« Reply #2 on: January 07, 2008, 08:21:22 PM »
hi,


aus dem template member_uploadform.html dies entfernen

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>

musst danach class="row1" und class="row2" tauschen, das wieder verschiedene zeilen farben hast.. (wirst schon checken was ich meine  :mrgreen:)
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 Bahn423

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: Thumbnaildatei bei Updoad weg machen
« Reply #3 on: January 08, 2008, 05:04:49 PM »
Vielen Dank

Es gut nun wie ich es haben wollte.


Mit freundlichen Grüßen