vBulletin attachments table structure
I am importing posts from a custom forum to vBulletin 4. I have done most of the work. Now only photos/videos needs to be copied.
For that I will replace [img] tags (old Forum tags) to vBulletin tags such as [ATTACH]ID[/ATTACH]. But I need to know how does vB manages attachments? What is the table structure? Which tables are involved?
So far I have found that following tables are involved
filedata
attachmentcategoryuser
attachment
|