The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
I don't think you'd want to use a blob in these cases; blob stores the data in binary, so is suitable for filedata such as the actually image data, for example.
I would use something like: [sql] ALTER TABLE `forum` ADD `forumattachsize` int(11) NOT NULL ALTER TABLE `forum` ADD `forummaxwidth` int(11) NOT NULL ALTER TABLE `forum` ADD `forummaxheight` int(11) NOT NULL [/sql] Although you could change the size of the fields as necessary. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|