• [MOD] Alternate directory for download files. 5 0 5 1
Currently:  

Author Topic: [MOD] Alternate directory for download files.  (Read 223550 times)

0 Members and 1 Guest are viewing this topic.

Offline heffernan

  • Pre-Newbie
  • Posts: 8
    • View Profile
Re: [MOD] Alternate directory for download files.
« Reply #135 on: April 09, 2011, 12:13:46 PM »
Geht das auch wenn ich über admin panel ein bild hochlade? ich will auch "nur" den downlaod anbieten und sonst nur thumbnail und eine 500px größe

Rembrandt

  • Guest
Re: [MOD] Alternate directory for download files.
« Reply #136 on: April 09, 2011, 01:48:06 PM »
habe ich gemacht bis zu dem Punkt wo steht:

Code: [Select]
Option 1.) Show original image in new window by clicking on image

search in the code (step 1.4)
PHP Code:  [Select]  [Expand]  [Hide line numbers]

In welcher Datei denn ????...
steht doch dort "search in the code (step 1.4)"
und nein das geht nur über die checkimages.
und noch etwas, du solltest dir eine neue tastatur zulegen dein "?"  scheint zu hängen.  :?

Offline heffernan

  • Pre-Newbie
  • Posts: 8
    • View Profile
Re: [MOD] Alternate directory for download files.
« Reply #137 on: April 09, 2011, 01:55:04 PM »
Ja stimmt das ? hängt ... ich bin halt so ungeduldig  :D

Dann muss ich immer nur per FTP Bilder raufladen? (nur eins)

Rembrandt

  • Guest
Re: [MOD] Alternate directory for download files.
« Reply #138 on: April 09, 2011, 01:57:40 PM »
..Dann muss ich immer nur per FTP Bilder raufladen? (nur eins)
per FTP kannst du mehr als ein bild hochladen.

Offline dosser

  • Pre-Newbie
  • Posts: 5
    • View Profile
Re: [MOD] Alternate directory for download files.
« Reply #139 on: July 18, 2011, 12:17:01 AM »
1)
Gibt es eine Möglichkeit, dass die Option "Original Bild speichern" automatisch immer auf "JA" eingestellt bleibt ?

2)

Für die Option 1.) Show original image in new window by clicking on image gibt es den Ausdruck
Quote
if (in_array(strtolower($file_extension), array('gif','jpg','jpeg','png','swf')) && $image_info = @getimagesize($bild, $info)) {

2x.

Muss man(n) da bei beiden den angegeben Code einfügen ??



Ansonsten: Great Job !!! Thank You  :D


greetings from Vienna

Rembrandt

  • Guest
Re: [MOD] Alternate directory for download files.
« Reply #140 on: July 18, 2011, 05:00:40 AM »
Hi!

na, Bitte :)

zu 1.) schau ganz oben in der admin/checkimages.php:
$big_default 0//save original image (0 or 1)
dort kannst du auf "1" einstellen.

zu 2.) lies bitte genau, da steht:
Quote
search in the code (step 1.4)
damit meine ich eigentlich in dieser Modifikation den schritt 1.4)
und in den code step 1.4) gib es die zeile nur einmal.

mfg Andi

Offline madynmalfi

  • Newbie
  • *
  • Posts: 25
    • View Profile
Re: [MOD] Alternate directory for download files.
« Reply #141 on: September 15, 2012, 09:42:22 PM »
i did exactly what's written  in the codes and i did everything 100% correct BUT my images still showing very ,, i want the images to show small but when they download they download it big ""NOTE:i am using multi download mod""

thanks

Rembrandt

  • Guest
Re: [MOD] Alternate directory for download files.
« Reply #142 on: September 15, 2012, 10:06:23 PM »

... ""NOTE:i am using multi download mod""
...
and what for one?  :?

Offline madynmalfi

  • Newbie
  • *
  • Posts: 25
    • View Profile
Re: [MOD] Alternate directory for download files.
« Reply #143 on: September 15, 2012, 11:14:01 PM »
sorry , but what you mean by what for one ,,

i added the same codes to same places but the picture still showing big in details page ,

for ex: i want the picture to show 750x750 but when they download via multi download it download the organal one with the high Q not this one with 750x750

if i have image with 2500x2500 , then it show in 750x750  and when they download they download from the 2500x2500 not from 750x750

means i want to show the picture without resizing the image

please help O_O

thanks

Rembrandt

  • Guest
Re: [MOD] Alternate directory for download files.
« Reply #144 on: September 16, 2012, 06:01:11 AM »
The Mod works only per FTP upload.
Have you 4i Version 1.7.7 or older, you must have v@nos "checkimages.php", in newer 4i Versions is v@nos "checkimages.php" included.

Offline madynmalfi

  • Newbie
  • *
  • Posts: 25
    • View Profile
Re: [MOD] Alternate directory for download files.
« Reply #145 on: September 16, 2012, 01:15:38 PM »
i have 1.7.11  , and yes i am using FTP to upload the images , but when i finished editing the codes like what you said , http://www.4homepages.de/forum/index.php?topic=7499.msg148451#msg148451

then i didn't see changes in my details page ! , what should i do to make the pictures look smaller but with same Q

thanks

Offline wallward

  • Jr. Member
  • **
  • Posts: 54
    • View Profile
Re: [MOD] Alternate directory for download files.
« Reply #146 on: February 02, 2014, 03:56:18 PM »
thank you
how to update download counter ?  :idea:
when click on
Code: [Select]
<a href ="{show_big}" onclick="void(window.open(this.href,this.target,'top=100,left=200,width={big_width},height={big_height},toolbar=no, directories=no, resizable=yes,menubar=no,locationbar=no,scrollbars=auto'));return false;">no happens in count number :(
« Last Edit: February 03, 2014, 07:47:43 PM by wallward »

Offline Jasi

  • Jr. Member
  • **
  • Posts: 74
    • View Profile
Re: [MOD] Alternate directory for download files.
« Reply #147 on: August 29, 2015, 09:47:51 PM »
@ ALL

Löscht man Bilder werden die Originalbildfiles im Ordner /big nicht mit gelöscht!

Wer hat eine Lösung dass auch die Originalbildfiles im Ordner date/media/xxxx/big mit gelöscht werden?

Danke schon mal für die Hilfe :-)
LG Jasi

Offline nobby

  • 4images Guru
  • *******
  • Posts: 2.873
    • View Profile
Re: [MOD] Alternate directory for download files.
« Reply #148 on: August 30, 2015, 09:39:25 PM »
Hallo,

ich konnte die Originale über das ACP immer löschen.

Lediglich die Thumbnails im Entsprechenden Ordner musste ich manuell entfernen.

nobby