Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:You are not allowed to upload (filename.pdf) the requested file type: application/force-download/extensions/Attachments/InlineImages
/extensions/Attachments/MultiFileUpload
/extensions/Attachments/AnotherNewAttchmentsExtension/home/.frac/exhibitq_com/exhibitq.com/talk/uploads/%year%/%month%/
CREATE TABLE `LUM_Attachment` (
`AttachmentID` int(11) NOT NULL auto_increment,
`UserID` int(11) NOT NULL default '0',
`DiscussionID` int(11) NOT NULL default '0',
`CommentID` int(11) NOT NULL default '0',
`Title` varchar(200) NOT NULL default '',
`Description` text NOT NULL,
`Name` varchar(200) NOT NULL default '',
`Path` text NOT NULL,
`Size` int(11) NOT NULL default '0',
`MimeType` varchar(200) NOT NULL default '',
`DateCreated` datetime NOT NULL default '0000-00-00 00:00:00',
`DateModified` datetime NOT NULL default '0000-00-00 00:00:00',
PRIMARY KEY (`AttachmentID`)
);