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