Automatically add a custom comment to ZIP‑based attachments downloaded from your XenForo forum.
Depending on your settings, the addon can:
This version gives you much more control over how comments are added to archives.
You can now:
Customize the comment text with:
Example:
Code:
Downloaded by {username} from {site_name} on {date} at {time}
Turns the addon on or off globally.
Defines the message inserted into the archive.
Default ZIP‑compatible formats processed:
Sets the filename of the inserted text file.
Choose between:
Users in these groups receive the original, unmodified file.
Place the inserted file in a custom folder path.
Replaces an existing file with the same name if enabled.
Adds a prefix to the final downloaded file.
Depending on your settings, the addon can:
insert a text file inside the archive
write a ZIP metadata comment
do both at the same time
This version gives you much more control over how comments are added to archives.
You can now:
choose which archive extensions to handle: zip, jar, epub, docx, xlsx, pptx, odt, ods, odp, apk
choose whether the comment is added as a file, metadata, or both
customize the filename of the inserted text file
place the file in a custom subfolder inside the archive
prevent overwriting if the file already exists
exclude specific user groups from receiving modified files
add a prefix to the downloaded filename
use dynamic placeholders in the comment text
Customize the comment text with:
- {username}
- {user_id}
- {ip}
- {filename}
- {date}
- {time}
- {site_name}
- {site_url}
Code:
Downloaded by {username} from {site_name} on {date} at {time}
Turns the addon on or off globally.
Defines the message inserted into the archive.
Default ZIP‑compatible formats processed:
- zip
- jar
- epub
- docx
- xlsx
- pptx
- odt
- ods
- odp
- apk
Sets the filename of the inserted text file.
Choose between:
- both — insert file + metadata comment
- file — insert only the text file
- metadata — write only the ZIP metadata comment
Users in these groups receive the original, unmodified file.
Place the inserted file in a custom folder path.
Replaces an existing file with the same name if enabled.
Adds a prefix to the final downloaded file.
Only use ZIP-compatible formats in the extension list.
Formats like rar or 7z are not supported.
If the archive cannot be processed, the original file is delivered unchanged.
Leave optional fields empty to use the default behavior.