I'm planning on running vBulletin and Coppermine on one domain/web site and obviously like the idea of only running one mySQL db, as that's all my hosting package allows.
But...
vBulletin allows for attachments to be stored in the file system rather than the db which is good when you have a 100MB db limit but a 2000MB file limit.
Is there some way that I can accomplish the same thing with Coppermine? Store all the comments and titles, etc. in the db, use the users from the vBulletin bridge feature and not use the db for photo storage?
You dont actually store pics in the db. Only the whereabouts of the pictures.
Ah! That's great: I read through the manual and couldn't see that. vBulletin has the option to store attachments in the file system or db (db as default) so I thought Coppermine's default was in the db.
That's good news. Thanks for the help.
Quote from: CaptainBlue on February 01, 2005, 06:33:56 PM
I read through the manual and couldn't see that.
QuoteThe album directory
This is the base directory for your "Image Store". The path is relative to the main directory of the script.
You can use ../ in the path to move-up one level in the directory tree.
You can not use an absolute path there ("/var/my_images/" will not work) and the album directory must be visible by your web server.
The directory for user files
This is the directory where files uploaded with the web interface are stored. This directory is a subdirectory of the album directory.
The same remarks as above apply.
When you upload files by FTP, store them in a subdirectory of the "album directory" and not inside the "directory for user files".
:-[
:-[ <-- why the sad face ?