Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - infors2

Pages: [1]
1
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?

2
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?

3
Mods & Plugins (Releases & Support) / Re: [MOD] multiupload
« on: February 13, 2008, 11:40:54 AM »
Hi there. I am running version 1.7.4. I was able to edit all the code, but when i got to the last part that said to download the *member_multiuploadform.html* file, i was not able to find it attached anywhere in the post. Does anyone know where i can get this file? Any help would be much appreciated.


I'm sorry, but I also cannot find the download link to the member_multiuploadform.html and the gifs.

Pages: [1]