Reserved for announcements and bug reports
swfuploader
There is a bug in the swfuploader extra, which breaks the extra if your forums directory is called something other than "forum". To fix this bug, edit the links_swfuploader_header_one template, find the line that reads:
Code:
flash_url : "/forum/clientscript/swfupload/swfupload.swf",
and change to
Code:
flash_url : "{$vbulletin->options[bburl]}/clientscript/swfupload/swfupload.swf",