Dropbox integration mod?

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Dropbox integration mod?

Post by Martin_K »

Our forum is getting quite large because of attachments, making backups take longer and longer.

It has made me think that perhaps it would good to use a free online storage service like dropbox, and have a mod that automatically stores attachments in a Dropbox set up for this purpose.

Dropbox has a folder called 'Public', which allows public access via the image URL it generates for each file:

Eg right click on an image in the public folder of Dropbox to get the public link:

Code: Select all

http://dl.dropbox.com/u/1994173/A325EC_1.jpg
gives

Image

when placed in the img BBCode.

What do you think?

Easy to do? The problem might be getting the right links from Dropbox. Maybe another free storage service would be easier?

Dropbox integration mod?

Post by Martin_K »

I guess the way it would have to work might be as a button alternative to attachments, that would activate a script to copy the picture over to Dropbox, and get the image URL from Dropbox.

The Dropbox developers page with APIs is here: https://www.dropbox.com/developers

Dropbox integration mod?

Post by Stoker »

Why not postimage.org?
The have a mod for phpbb3

Dropbox integration mod?

Post by Martin_K »

Thanks, didn't know about that one.