- XF 兼容性
- 2.3.x
- 2.2.x
- 摘要
- Enhance your XenForo experience with Andy-RemoveAttachLimits, an add-on that displays image attachments directly in quotes and RSS feeds as thumbnails. Simplify installation by downloading the zip file, copying directories, and configuring custom CSS for optimal viewing.
Allows viewing image attachments in quotes and other areas.
The default XenForo software only shows a link when attachments are quoted, this add-on allows quoted attachments to be seen as images. This add-on also allows RSS feeds to show attachments as thumbnails.
This add-on also allows RSS feeds to show attachments as thumbnail images.
Installation:
Add to the extra.less template:
The default XenForo software only shows a link when attachments are quoted, this add-on allows quoted attachments to be seen as images. This add-on also allows RSS feeds to show attachments as thumbnails.
This add-on also allows RSS feeds to show attachments as thumbnail images.
Installation:
- Download Andy-RemoveAttachLimits-1.4.zip and unzip it.
- Copy the src/addons/Andy/RemoveAttachLimits directory to your server.
- From the Admin Control Panel Install the add-on.
Add to the extra.less template:
CSS:
.bbCodeBlock.bbCodeBlock--quote img {
max-width: 150px;
}