- Active Forums Version: 4.2.6
- DotNetNuke Version: 5.2.0
At the moment we are having two issues with attaching files to forum posts:
1. Once you've uploaded an image to be attached, clicked on "Create Thumbnail", then clicked on "Create" in the pop-up box - the browser closes (losing your post).
2. Some users can upload attachments but they won't attach to the post.
Here is what our IT department said:
"The attachment files are saved into a folder named activeforums_Attach. Attachment details are saved to the activeforums_Attachments table, records have a unique ID of AttachId. My attachment is in this table, with the AttachId of 457. There is a UserID field in this table so I guess this is used to display and individual user's attachments when the My Files tab is selected when adding attachments.
"There is another table named activeforums_Content, records have a unique ID of ContentId. Another table is called activeforums_Content_Attachments and has only two fields: ContentId and AttachId which is where the Content and Attachment records are linked by IDs. My AttachId 457 is not in this table so presumably not linked to the forum content, which would explain why it doesn't work.
"That is as far as I can go with my investigations. I think the ActiveForums code is not working properly to populate the activeforums_Content_Attachments table, but I could be totally wrong of course!"
Any ideas/solutions?
Thanks, as always!