• [MOD] multiupload 5 0 5 1
Currently:  

Author Topic: [MOD] multiupload  (Read 299121 times)

0 Members and 2 Guests are viewing this topic.

Offline winterl

  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: [MOD] multiupload
« Reply #45 on: August 01, 2005, 11:06:52 AM »
@rroc
heres the categories, global and sessions file. look if you can find something.


thank you
nicolas


Offline rroc

  • Pre-Newbie
  • Posts: 8
    • View Profile
Re: [MOD] multiupload
« Reply #46 on: August 01, 2005, 11:53:56 AM »
Jan Senf:
I could not see anything why it wouldn't work. I guess I'll try that MOD myself...

I suppose you changed in your member.php
Code: [Select]
require(ROOT_PATH.'includes/annotate.php');
...to:
Code: [Select]
require_once(ROOT_PATH.'includes/annotate.php');
...I'm not sure it makes any difference though.

diater:
would you like to send me your html file, and the member.php ?

Offline rroc

  • Pre-Newbie
  • Posts: 8
    • View Profile
Re: [MOD] multiupload
« Reply #47 on: August 01, 2005, 01:03:47 PM »
winterl:

You have the 4images version 1.7, NOT the 1.7.1... As I don't have the old version installed, it is not possible for me to help you in detail.

The files you refer to are not related to this MOD directly. However, if you did copy the member.php, instead of just adding the changes, I think it could corrupt your system. I believe it is possible that you cannot mix files as you want between 4images 1.7.1 and 1.7...

So what I would suggest you to do is that you would update to 4images 1.7.1, and after that start installing the MODs...

Offline Jan Senf

  • Newbie
  • *
  • Posts: 22
    • View Profile
    • event-pics.de und ihr seid dabei !
Re: [MOD] multiupload
« Reply #48 on: August 01, 2005, 03:48:50 PM »
Jan Senf:
I could not see anything why it wouldn't work. I guess I'll try that MOD myself...

I suppose you changed in your member.php
Code: [Select]
require(ROOT_PATH.'includes/annotate.php');
...to:
Code: [Select]
require_once(ROOT_PATH.'includes/annotate.php');
...I'm not sure it makes any difference though.

shame on me  :oops: i´ve forgotten the ..._once when updating the annotation mod !
 :roll:

Now, it works perfectly! Thank you!

Offline dieter

  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: [MOD] multiupload
« Reply #49 on: August 01, 2005, 07:45:19 PM »
@rroc: look at the attachments

thanx for your help

Offline BATman40

  • Newbie
  • *
  • Posts: 30
    • View Profile
Re: [MOD] multiupload
« Reply #50 on: August 03, 2005, 03:03:08 AM »
Hi,

wen press the button Multiupload the system brings me this Meesage

Quote
Parse error: parse error, unexpected T_ELSE in /usr/export/www/vhosts/funnetwork/hosting/salsapic/member.php on line 700

You write at the end off your Message
Quote
[- Please edit this HTML to use your current locals (actually, you should add some variables to your language main.php -file...), I was too busy to do that.

wath is the doing ??  :cry:


Offline rroc

  • Pre-Newbie
  • Posts: 8
    • View Profile
Re: [MOD] multiupload
« Reply #51 on: August 03, 2005, 09:31:27 AM »
BATman40:
first of all, I think you have forgotten one parenthesis somewhere above the line 700... If you cannot fid the place send me the member file to "porkkanamies @ yahoo com".

Secondly, I meant by using current locals that you should add the texts to language files, instead of writing them directly to the html, as I did. ...and so you'll have to translate the html text to your current forum language. If you use english, and I didn't have too many typos you should do fine.

Offline BATman40

  • Newbie
  • *
  • Posts: 30
    • View Profile
Re: [MOD] multiupload
« Reply #52 on: August 03, 2005, 12:48:36 PM »
greatly!  :D :D :D

Everything functions perfectly.

I am inspired. Super work

best regards
Bernhard

Offline rroc

  • Pre-Newbie
  • Posts: 8
    • View Profile
Re: [MOD] multiupload
« Reply #53 on: August 03, 2005, 03:33:01 PM »
diater:
you also have the version 1.7 of the 4 images. This mod was meant for the newest 1.7.1 mod... For my 1.7.1 the naming seems to work as well.

Offline karlyn

  • Newbie
  • *
  • Posts: 10
    • View Profile
    • Karlyns.com
Re: [MOD] multiupload
« Reply #54 on: August 07, 2005, 10:50:39 PM »
Hi,

I'm real happy to have found this mod for my users. Thank you!

Ok, so I did all the steps and everything is still working, but I just don't see the multiupload option.  I did each steo so carefully too, so I don't know what I'm missing. I ftp'd the two "multiupload" graphics to my gallery directory, but just nothing displays. I read through all the comments here (every one) and no one else said anything about this, so I guess it's just me. :|

http://www.wahmbuds.com/gallery/

Thanks in advance for help.

Offline rroc

  • Pre-Newbie
  • Posts: 8
    • View Profile
Re: [MOD] multiupload
« Reply #55 on: August 08, 2005, 07:39:43 AM »
Karlyn:
For not seeing the multiupload button, there must be something wrong with one of the steps 1-4... The place where you should have FTP'd your 'multiupload' images is something like: <your 4images dir>/templates/<your current template in use>/images/... if that is all correct, go to any of your categories, and in your browser(atleast in Firefox): View/Page source, look throught the html, and you should see something similar to this:
Code: [Select]
<a href="./member.php?action=multiuploadform&amp;cat_id=12&amp;sessionid=8af86c0a4b70e53b8b9b065715761869"><img src="./templates/mytemplate/images/multiupload.gif" border="0" alt="Upload Multiple files" /></a>
if there isn't, there is something wrong with the steps 1-4 for sure. if there is that but you still will not see a thing, you have put the images in to a wrong directory. Oh... and remember to press Ctrl+F5 to really reload the page from server and not from your browser cache.

Did it help?

Offline karlyn

  • Newbie
  • *
  • Posts: 10
    • View Profile
    • Karlyns.com
Re: [MOD] multiupload
« Reply #56 on: August 08, 2005, 09:40:41 PM »
 :D Thank you rroc, I found my mistake actually.
I'd forgotten to do the little categories.html step where I replace {upload_button} with {upload_button} {multiupload_button}

Sorry, thank you for your help though!

It's working superbly!!!

Karlyn

Offline eshpro

  • Newbie
  • *
  • Posts: 14
    • View Profile
    • gallery.eshpro.com
Re: [MOD] multiupload
« Reply #57 on: August 09, 2005, 10:47:57 PM »
Works Perfect!!! Great Job!

-www.eshpro.com

Offline theolbap

  • Full Member
  • ***
  • Posts: 118
  • Search Google "AH"
    • View Profile
Re: [MOD] multiupload
« Reply #58 on: August 29, 2005, 10:40:31 PM »
Help please!

No work with MOD Annotation (Use auto images annotation on image upload)

Fatal error: Cannot redeclare ann_rename() (previously declared in /home/nr000863/public_html/includes/annotate.php:9) in /home/nr000863/public_html/includes/annotate.php on line 9

thank you very much..

Offline wiitanen

  • Pre-Newbie
  • Posts: 8
  • Doh - answers are not referrals to general topics!
    • View Profile
    • Wiitanen's Web Site
Re: [MOD] multiupload
« Reply #59 on: August 29, 2005, 11:07:28 PM »
[MOD] MultiUpload
- This mod enables the users to add multiple files to a category at once.
- The images will get name and index, ie. "My pet", "My pet 2", "My pet 3",...
- for 4images 1.7.1...

I have had this mod installed for a short while - now for whatever reason I am starting to get errors when I upload multiple files, and I am not quite sure of why. Your mod doesn't even touch the annotate.php, but this is the error message I am receiving when attempting to upload multiple files:

Fatal error: Cannot redeclare ann_rename() (previously declared in /home/www/public_html/imaging/includes/annotate.php:9) in /home/www/public_html/imaging/includes/annotate.php on line 9

Line 9, 10, 11, 12, 13, 14 & 15 are as following:

9    function ann_rename($old, $new){
10  $oldWD = getcwd();
11  chdir(realpath(dirname($old)));
12  $ok = (rename(basename($old), basename($new))) ? 1 : 0;
13  chdir($oldWD);
14  return $ok;
15  }

Any ideas on how to fix the error? It appears to have a problem renaming the file after uploading it.