Control upload limits for attachments, avatars, and profile banners based on user permissions.
Features
📂 Attachment Constraints
Limit max count, size, width, and height per message.
Node-specific permissions for posts via forum permissions.
🖼️ Avatar Constraints
Set limits for maximum...
Hello,
I just upgraded a test backup of our forums to version 2.2.0 (which is so exiting!), and my firt step was to check out the new rich text editor.
I immediately ran into the following problem:
When I attach pictures and insert them into the post as thumbnail, the pictures are shown...
Hi there,
I want to upload files via the Rest Api.
If I reply to an existing conversation or post I have to create a new attachment_key with POST to attachments/new-key containing a context.
Which format is expected for the context?
This code doesn't work.
$attach_param = array(
'type' =>...
Is there a way to manually assign the og:image property to attachment URLs? I was thinking I could edit the phrases in the templates to either pick one or the other, but I'm unfamiliar with xenForo phrases and it's been a millennia since I've dug around in templates to edit things. I've kind of...
If you upload a video, but don't explicitly insert it into the post like here: https://xenforo.com/community/threads/video.179870/post-1440622
You get an video icon:
If you tap/click on that... you get sent to the attachment url: https://xenforo.com/community/attachments/img_1964-mp4.229493/...
I have been looking through the Add-ons Page and searched the whole Forum for various terms like "zip", "attachments" and some combinations and I couldn't find what I'm looking for.
I just can't believe there is no add-on out there which adds a button to zip all attachments of a post/thread...
Hello, we ran into a moderation issue on our forums where a user attached an image that was against the ToS, then the same user deleted the attachment 3 hours later. This caused several problems:
1. The attachment was reported, but the moderator could not see the attachment anymore
2. The...
Hi,
We have an issue with folder store attachment then I want to change location, How can I change it.
I tried with config :
$config['externalDataUrl'] = '/mnt/disk/data/attachments';
$config['externalDataPath'] = '/mnt/disk/data/attachments';
but it seem not running. File uploaded but i can't...
Description:
Removes link (unlink) for attachments based on permissions. Generally, you'll set permission to remove links from attachments for guests (and robots - so they don't crawl links that are not available for opening).
Example:
Check the image below. With permissions set to 'Remove'...
If administrator decrease attachment count limit, user will always receive message about attachment limit when deleting attachment from post with attachment count larger than "new attachment count + 1".
For example, user uploaded 15 attachments to post (limit - 20). Administrator changes limit...
Description:
Completely hide attachments with notice based on permissions. You can change notice text by editing the phrase.
Features:
hide attachments with user permissions (in admin control panel set permissions for a user or user groups)
attachments are hidden with a notice (edit phrase...
Linode’s Block Storage service allows you to attach additional storage Volumes to your Linode. A single Volume can range from 10 GiB to 10,000 GiB in size and costs $0.10/GiB per month.
If you run your XenForo forum on a Linode server and have a large number of attachments - it is now possible...
Description:
This add-on will check new attachments for viruses and malware code using Virustotal.com's api.
Features:
Disable new attachments until marked clean. (on/off)
Exclude File Types.
Exclude User Groups.
Use in Private Conversations. (on/off)
Permission-based access to the report...
Set of 57 basic file-type icons, to use with [ITD] Attachment Icons II
Instructions:
download the resource and upload the contents of upload folder to your root path and install from ACP>Add-ons, or
Download the resource and select the same from XF default Install/upgrade from archive...
It would be great to be able to capture daily statistics of attachment downloads as well as traffic (downloads count * attachment size).
This isn't easily possible via access logs if attachments are stored in Object Storage. Having that data in DB would open up some possibilities for addons...
By default, when there's a reply to a conversation or a post, the mail is received, if the option is set. If the post or conversation has a attachment, it also shows "View attachment XXX". But it doesn't shows. The links are broken.
* XXX refers to the attachment number in the forum.
I'm using...
When i quote some post, and the post has some images, and reply to it, it says View attachment XXX but don't display the images. How can i fix it?
I'm using XF 2.0.x
A collection of improvements to XF's attachment system.
Byte-range support for resumable downloads
Primarily designed for partial content requests for streaming videos, but will work with any file
Dependant on the filesystem /internal_data being local, as the remote file system APIs do not...
I was wondering if maybe XF could support retina for attachments.
Two main way I can think of but maybe something better Im not familiar with.
1. Read in the EXIF data, find out if Pixels Per Unit X is larger than Image Size X - if they are divisible by a value greater than 2, floor to nearest...