I just installed this hack and so far it's great. However I do have one question. I would like for my users to be able to upload their timeslips. Where do the images upload to? If they upload to the MySQL Database, I need to know how to change this so that images are uploaded to a folder in my file storage system.
In vBulletin, in the Admin panel there is the Attachments link...i made all adjustments on that so that when people upload images in a regular thread, it uploads to a specified folder. Does the TimeSlips db automatically download to this folder? or am i going to need to modify some code. Thanks for help
edit: I tried to upload an image to do some testing. The image i tried to upload was too big. It directed me to the proper error message telling me that my image was too big..but the message was incorrect:
"The file that you have tried to attach is too big. The maximum size is $maxsize bytes."
What do i need to do to fix that?