Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 An alternative attachment mod

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!
Before posting, make sure you have read this topic!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
Jezmeister Posted - 15 March 2008 : 21:53:00
Overview:
Works in a similar fashion to other file attachment mods however instead of uploading files to your server, files are uploaded to a users Lespacio account. This allows for (usually) a wider range of attachment filetypes and up to 50mb files as well as obviously not using up your own paid for webspace.

There are two versions: Version 1 requires each member to have a lespacio account and files uploaded are then uploaded directly to their account. This has the advantage of not restricting all members to the space provided by one account (750mb) but has the downside that any member who wants to use it must have a lespacio account.

Version 2 allows you to associate the forum with an existing account so all members can directly upload files without requiring their own account. However this limits the forum to 750Mb of space for Lespacio-hosted attachments and puts the lespacio account holder in a position of responsibility for the files uploaded rather than the people uploading them.

Installation:
Both versions require one line of code to be added to post.asp.

Note: the site this is centered around is currently in testing and evaluation, and its availability is currently only guarunteed until 20/05, however the more people who use it the more likely it is to stay :)

-----------Download-----------
Version 1 is now available - Download the readme

Version 2 is also now available - Download the readme


Edit: version 1 line number isn't quite correct in the readme for snitz 06, it should be line 1060 rather than 1077 (the latter is correct for .05). For people using modded versions of post.asp you'll find it all under the line ' DEM --> End of Code Added for Moderation and Subscription.<
4   L A T E S T    R E P L I E S    (Newest First)
Jezmeister Posted - 20 March 2008 : 21:06:22
I tried to reply but it bounced - I put the answer at the bottom of the main topic post instead

if strRqMethod = "Edit" or _
strRqMethod = "URL" or strRqMethod = "EditURL" or _
strRqMethod = "Reply" or strRqMethod = "ReplyQuote" or _
strRqMethod = "EditTopic" or strRqMethod = "Topic" or strRqMethod = "TopicQuote" then
Response.Write " <tr>" & vbNewLine & _
" <td bgColor=""" & strPopUpTableColor & """> </td>" & vbNewLine & _
" <td bgColor=""" & strPopUpTableColor & """>" & vbNewLine
---------This is where to add the code
if strRqMethod = "Edit" or strRqMethod = "Reply" or strRqMethod = "ReplyQuote" or _
strRqMethod = "Topic" or strRqMethod = "EditTopic" or strRqMethod = "TopicQuote" then
if (strRqMethod = "Reply" or strRqMethod = "ReplyQuote" or _
<
philsbbs Posted - 20 March 2008 : 17:56:48
that was me still waiting a reply.<
Jezmeister Posted - 20 March 2008 : 03:44:03
lol if you count one guy asking where to add the code... so not really <
MarcelG Posted - 20 March 2008 : 03:42:06
Jez, have you received any feedback yet?<

Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.04 seconds. Powered By: Snitz Forums 2000 Version 3.4.07