• [MOD-beta] Multi-upload PLUS v0.3b 4 0 5 1
Currently:  

Author Topic: [MOD-beta] Multi-upload PLUS v0.3b  (Read 223373 times)

0 Members and 1 Guest are viewing this topic.

Offline lemccoy

  • Jr. Member
  • **
  • Posts: 90
    • View Profile
    • DrunkIsland
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #90 on: September 06, 2007, 11:52:29 PM »
OK I answered my own question...sortof...

to resize the images, add the following to the file member_muploadform_jupload.html:

find:
Code: [Select]
   <!-- Languages -->
   <param name="labelFiles" value="{lang_files}">

add ABOVE:
Code: [Select]
<param name="convertImagesToFormat" value="jpg">
<param name="resizeImageMaxWidth" value="1024">
<param name="resizeImageMaxHeight" value="1024">

I tried:
Code: [Select]
<param name="convertImagesToFormat" value="jpg">
<param name="resizeImageMaxWidth" value="{max_media_imagewidth}">
<param name="resizeImageMaxHeight" value="{max_media_imageheight}">
but this didn't work?

Offline skidpics

  • Jr. Member
  • **
  • Posts: 61
    • View Profile
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #91 on: October 15, 2007, 05:10:14 PM »
(i am using firefox..)


runs only with internet Explorer

What can we do to get it to work for Firefox?

Offline skidpics

  • Jr. Member
  • **
  • Posts: 61
    • View Profile
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #92 on: October 15, 2007, 05:16:58 PM »
How can we get the jupload module to use the default filename that is being uploaded for the Image Name field without dropping down numberous file boxes to enter the info in? 

Offline infors2

  • Pre-Newbie
  • Posts: 5
    • View Profile
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #93 on: February 13, 2008, 04:43:05 PM »
Hi.
I have a problem to fit in Step 3. I found "<body" and I found no "somestuff".
The line I found "<body" was this: <body bgcolor="#FFFFFF" text="#0F5475" link="#0F5475" vlink="#0F5475" alink="#0F5475onLoad="{mupload_onload)">

If I fit in the necessary part, is this right? <body bgcolor="#FFFFFF" text="#0F5475" link="#0F5475" vlink="#0F5475" alink="#0F5475onLoad="{mupload_onload)">
Or what do I have to do?
Greetnings,
infors.


Step 3
Open templates/<youre template>/header.html
Find <body (that line might contein other stuff)
Now, look if in that tag present onLoad="" (probably if its present it has some stuff between the quotes)
If you found one, then right after first quote add: {mupload_onload} tag. (i.e. if you found something like this:
Code:
<body onLoad="somestuff();">then after modification it should look like this:
Code:
<body onLoad="{mupload_onload} somestuff();">If you did not have any onload="" thing, then simply add one, after space after <body (as in the example above, but without somestuff(); )


And one more question. How kann I copy and past the name of the pictures? Everytime I try I got the Copyright popup. Do you have any idea?
« Last Edit: February 13, 2008, 10:34:29 PM by infors2 »

Offline infors2

  • Pre-Newbie
  • Posts: 5
    • View Profile
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #94 on: February 13, 2008, 11:02:59 PM »
looks good, a new version of the appled is also out, but if i upload a picture, i get an error

Fatal error: Call to a member function on a non-object in /srv/www/htdocs/includes/mu_modules/jupload.php on line 81
line 81:     $table_fields = $site_db->get_table_fields((($direct_upload) ? IMAGES_TABLE : IMAGES_TEMP_TABLE));

hmm, don't know .......

i'm using the 1.7 version.



Now I have the same problem. You wrote that you recommended out the file. But how can I do that?

Offline regina

  • Newbie
  • *
  • Posts: 16
    • View Profile
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #95 on: February 14, 2008, 07:14:50 PM »
Hi.
I have a problem to fit in Step 3. I found "<body" and I found no "somestuff".
The line I found "<body" was this: <body bgcolor="#FFFFFF" text="#0F5475" link="#0F5475" vlink="#0F5475" alink="#0F5475onLoad="{mupload_onload)">

If I fit in the necessary part, is this right? <body bgcolor="#FFFFFF" text="#0F5475" link="#0F5475" vlink="#0F5475" alink="#0F5475onLoad="{mupload_onload)">
Or what do I have to do?
Greetnings,
infors.

And one more question. How kann I copy and past the name of the pictures? Everytime I try I got the Copyright popup. Do you have any idea?
Hi guys,
i have the same problem... everything is showing corretly , I click the uploud button but the page don't do anything...  :cry:

can somebody help us ?

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #96 on: February 15, 2008, 12:48:42 AM »
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline regina

  • Newbie
  • *
  • Posts: 16
    • View Profile
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #97 on: February 15, 2008, 12:47:10 PM »
This work ?

http://www.4homepages.de/forum/index.php?topic=20072.0
yes it works correctly...
but i want to Multi-upload PLUS v0.3b... Actually there is no problem with scripts,, but when i click the uploud button,page doesnt do anything
i am confused  :?

Offline regina

  • Newbie
  • *
  • Posts: 16
    • View Profile
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #98 on: February 18, 2008, 06:41:37 PM »
sorry  :oops:

is there any Suggestion ?

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #99 on: February 18, 2008, 08:22:17 PM »
sorry  :oops:

is there any Suggestion ?

I say before ... new version publish and you want use old version ... what can be solution ?
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline kkdai

  • Pre-Newbie
  • Posts: 1
    • View Profile
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #100 on: March 04, 2008, 09:05:49 PM »
Dear V@no,
Thanks this mod, it is great and it work.
I just have one suggestion.

Does it can auto add PIC when I choose file from JupLoad?
Because I found if I forgot fill the image name, it will not upload any more.

Thanks you

Evan

Offline ProDez

  • Pre-Newbie
  • Posts: 9
    • View Profile
    • MultiMedia Center
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #101 on: April 09, 2008, 09:50:05 AM »
Hallo zusammen.

MANY THANX TO V@NO FOR THIS GREAT MOD!

Ich bin mir jetzt nicht ganz sicher, ob der MOD überall läuft.
die Einen scheinen Probleme mit Firefox zu haben;
andere sagen, daß der Gast auch Kategorien sehen kann,
die nicht für ihn bestimmt sind.

Bei mir scheint es soweit keine Probleme zu geben obwohl ich Firefox benutze,
und die geheimem Kategorien sind in der Uploadform auch nicht für Gäste sichtbar.
k.A. was wirklich los ist. Allerdings gabs ein paar kleine Veränderungen an den Multiupload Dateien,
z. B. damit bei einem Upload automatisch die Multiuploadform erscheint...

Wärt ihr bitte so freundlich, ein paar Bilder in meine Galerie hochzuladen?
Bisher hat das noch keiner der Gäste getan, daher weiß ich nicht ob alles OK ist.

http://www.portavision.de/mediacenter/

Vielen Dank
ProDez
Glauben ist nicht "Wissen". Aber, ich glaube das weiss jeder.

Offline wulfseidel

  • Pre-Newbie
  • Posts: 5
    • View Profile
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #102 on: April 21, 2008, 10:18:53 PM »
THANKS V@no for this nice MOD

Testet it with 1.7.4 & 1.7.6 works fine. :D

still it would be nice to have the possibility to name all pics at once
(ascending by numbers)




Habe diesen MOD mit 1.7.4 & 1.7.6 getestet und er funktioniert einwandfrei  :D


Trotzdem wäre es schön die Möglichkeit zu haben, alle Bilder gleichzeitig zu benennen.
(durchnummeriert)

Offline shadowhunter

  • Full Member
  • ***
  • Posts: 114
    • View Profile
    • Fotogalerie & Fotocommunity scluzern.com
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #103 on: April 26, 2008, 12:37:48 PM »
Hallo!

Ich finde diesen MOD im Grunde genial. Thanks V@no.
Nur funktioniert er noch nicht vollständig
Was muss man alles machen, dass dieser einwandfrei funktioniert? Ich habe den Überblick nicht mehr!
Könnte man diesen MOD bitte fertig programmieren, sodass man ihn gut gebrauchen könnte.
Ich würde ihn nämlich sehr gerne auf meiner Seite verwenden. Es ist ein super Tool!

Noch ein Hinweis zu dem Firefox-Problem:
Der Firefox hört nur auf "<applet ....." und nicht auf "<object ...." in der "member_mupload_jupload.html"
Dies müsste man ändern, dann würde es im Firefox auch funktionieren.

Ein weiterer Hinweis:
Es ist inzwischen eine neuere, bessere Version von dem JUpload verfügbar.
Ich würde sagen, man sollte diese neue Version in diesem MOD einbauen.

Was ist mit den "planned features"? (auto resize images, auto copy original images into "big" folder (only if resized), auto backup original images into user-defined directory (with additional code this could be used later for restoration and/or reading EXIF/IPTC info) & support for watermark by SLL)
Könnte man diese nicht programmieren?
Der Original Post von V@no ist auch sehr lange nicht mehr aktualisiert worden und somit nicht mehr auf dem neusten Stand (ein durcheinander in diesem MOD).

Ich bin kein Programmierer und bin hier überfordert...
Vielen Dank...
Grüsse Jones

Offline masumcis

  • Newbie
  • *
  • Posts: 13
  • Masum
    • View Profile
    • Photo Gallery
Re: [MOD-beta] Multi-upload PLUS v0.3b
« Reply #104 on: May 03, 2008, 08:16:20 AM »
SUPER MOD MAN. GOOOOOOOOOOOOOOOOOOOOD :lol: :D :P :roll: :roll:
<<M@sum>>