- XF Compatibility
- 2.0.x
- 2.1.x
- 2.2.x
- Headline
- Allows viewing image attachments in quotes and other areas.
- Short Description
- Download and Discuss Premium, Business[AndyB] Remove attach limits 2.2 version on NullPro Community. It is zip Extention type and 19.8 KB File size. From [AndyB] Remove attach limits have 1 discussion, 1 Updates, 440 Views.
Description:
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:
Code:
.bbCodeBlock.bbCodeBlock--quote img {
max-width: 150px;
}
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:
- 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:
Code:
.bbCodeBlock.bbCodeBlock--quote img {
max-width: 150px;
}