Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 Mike's File Attachment Mod for Snitz
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 15

red1
Junior Member

355 Posts

Posted - 29 September 2002 :  19:36:31  Show Profile
I think what he means was, the display should read either "Download Attachment" or "Image Insert" depending on the file type

My Mods:
New Events Calendar
New Non-database Active Users

Edited by - red1 on 29 September 2002 19:36:54
Go to Top of Page

Classicmotorcycling
Development Team Leader

Australia
2084 Posts

Posted - 29 September 2002 :  20:28:28  Show Profile
Hello,

It should be easy enough to do, with a select from either a drop down or a tick box. Shall look at it later on when I do the next update..

Cheers,

David Greening
Go to Top of Page

pentiummx
New Member

79 Posts

Posted - 29 September 2002 :  21:07:17  Show Profile
Dave,

One more thing... I've got the Mike's MOD (not your version) currently installed on my site. Does your README contain information on 'upgrades' or 'uninstalls?' Or, does your version easily integrate into the existing installed MOD?

Let me know...

thanks,

PentiumMX
Go to Top of Page

DJ5A
Junior Member

163 Posts

Posted - 01 October 2002 :  10:23:00  Show Profile
Hello Classicmotorcycling:

I Know I've Asked you a Lot of Questions, So Please Bare with me on this?

Does this Mod Have:
File Size Uploads Limits?
Seperate Folders (Directory) or Whatever for each Member that's Uploaded Pics!
An Approval Section, So The Pics Can be Approved or Not Approved?

Thank You Everybody for all Your Efforts!
DJ5A

Thank You for Your Time!!!!!
DJ5A

Edited by - DJ5A on 01 October 2002 10:47:04
Go to Top of Page

Classicmotorcycling
Development Team Leader

Australia
2084 Posts

Posted - 01 October 2002 :  19:02:26  Show Profile
DJ5A,

In answer to your questions:

1. Yes to file upload limits - Look in the readme file
2. It creates a seperate folder for each user
3. No. If they are a member, then you know them, thus are approved

If you do not want the public to see the upload, then add this at approximately the line number 1051:

If mlev = 1 or mlev = 2 or mlev = 3 or mlev = 4 then
			Response.Write	"		<a href=""#"" onClick=""window.open('pop_upload_new.asp','Uploading','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=yes,width=440,height=310');""><acronym title=""Upload an Image File..."">" & getCurrentIcon(strIconPaperClip,"","") & "</a> <font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>Insert an Image File</acronym><br /></font>" & vbNewLine
end if
quote:
Originally posted by DJ5A

Hello Classicmotorcycling:

I Know I've Asked you a Lot of Questions, So Please Bare with me on this?

Does this Mod Have:
File Size Uploads Limits?
Seperate Folders (Directory) or Whatever for each Member that's Uploaded Pics!
An Approval Section, So The Pics Can be Approved or Not Approved?

Thank You Everybody for all Your Efforts!
DJ5A

I hope that helps.


Cheers,

David Greening
Go to Top of Page

ewyglend
New Member

83 Posts

Posted - 07 October 2002 :  16:34:53  Show Profile
I already have a the previous version of mike's file attachement mod but I really could use the the user specific folders that are in your mod. Is it easy to integrate? or should I go through and remove the code from the last upload mod?
Go to Top of Page

ewyglend
New Member

83 Posts

Posted - 07 October 2002 :  17:21:20  Show Profile
Well, I went ahead and added the new mod, and it was no trouble at all. Now, to my next adventure. I would like to create an admin page to file manage everything that goes into the uploaded folder. The only options I would want on this page would be to view the files in the folder and to possibly delete them. Has this been done?? Can it be done?
Go to Top of Page

claus_mikkelsen
Starting Member

Denmark
48 Posts

Posted - 11 October 2002 :  08:30:14  Show Profile  Visit claus_mikkelsen's Homepage
I feel a bit strange! The mod is described as fairly simple. But nevertheless I have some problems. I simply can't make work right.

I've modyfied the post.asp file - and the file attachment link pops up just fine. Furthermore I gain access to my local drive so I can pick the file to up load.

But when I push the buttom to upload it goes wrong.. Instead of a confirmation screen I get error 502 bad gateway..

If I try to open the outputFile.asp-file I get the following error-msg: Microsoft VBScript runtime error '800a0005'

Invalid procedure call or argument: 'MidB'

/upload.asp, line 4

I can't quite figure out what the problem might be. Is it in the Output File or in the upload.asp...

Would be greatfull for any help

Claus

This posting have been created entirely by recycled bytes!

Edited by - claus_mikkelsen on 11 October 2002 10:22:17
Go to Top of Page

ewyglend
New Member

83 Posts

Posted - 15 October 2002 :  00:09:29  Show Profile
It might have to do with your server and the permissions on the folder that you are trying to upload. You might want to ask your server people. Sorry I can't help any more than that.
Go to Top of Page

goldfish
New Member

82 Posts

Posted - 15 October 2002 :  06:49:09  Show Profile
Is there a way that once uploaded, there could be a little icon next to the download links for files, dependant on their file type?

It's a presentational nicety rather than an essential, but it would kind've help if I could distinguish between Word and PDF files where there is a choice, etc...

Cheers,
Simon
Go to Top of Page

goldfish
New Member

82 Posts

Posted - 15 October 2002 :  07:18:14  Show Profile
** WARNING - PEDANT AT WORK **

Outputfile.asp

Line 79 - Received is spelt wrong ('i' before 'e' except after 'c', as my Mum always taught me.... )

Sorry...

Simon

Edited by - goldfish on 15 October 2002 07:34:51
Go to Top of Page

goldfish
New Member

82 Posts

Posted - 15 October 2002 :  07:23:30  Show Profile
OK, last post on the subject (it DOES work beautifully by the way, well done chaps! )

Is there any way that if the thread/post is deleted, any related attachments could be deleted too....?

If I'm asking the impossible... please let me know!

Simon
Go to Top of Page

ewyglend
New Member

83 Posts

Posted - 15 October 2002 :  12:52:16  Show Profile
So, I take it that no one has attempted to create a file manager for the upload mod?
Go to Top of Page

Ez4arab
Junior Member

479 Posts

Posted - 15 October 2002 :  15:46:21  Show Profile  Visit Ez4arab's Homepage
I have problem in the mod that is

- Separate Folders (Directory) or for each Member that's Uploaded Pics!

I am using Arabic version and the users used Arabic names in my forum. When they upload the files the URL gives wrong because the Arabic URL not accepted.

My idea is to convert the user name directory to he's member ID. this will be batter for other lang.

Ez4arab web site Ez4arab |
Go to Top of Page

Carefree
Advanced Member

Philippines
4207 Posts

Posted - 15 October 2002 :  21:33:17  Show Profile
See this message to change files from public to private storage:

File Lister
Go to Top of Page
Page: of 15 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.3 seconds. Powered By: Snitz Forums 2000 Version 3.4.07