Attachment display

mizter1nho

Well-known member
Hello.
I need to find a file in which investments are processed and then displayed in the message.
Example:
in vb3 - includes\class_postbit.php function process_attachments
in vb4 - packages/vbattach/attach.php function process_attachments
in xenforo - ??
 
library/XenForo/ControllerPublic/Attachment.php (viewing of an attachment)
library/XenForo/Model/Attachment.php (contains the DB queries)

For attachment behaviors: library/XenForo/AttachmentHandler/Abstract.php

library/XenForo/AttachmentHandler/Post.php for an example of how to extend the Abstract class. It determines if an attachment can be uploaded.
 
Top Bottom