Description:
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 full size images.
Installation:
Edit the extra.less template and add the following code:
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 full size images.
Installation:
- Download Andy-RemoveAttachLimitsPlus-1.3.zip and unzip it.
- Copy the src/addons/Andy/RemoveAttachLimits directory to your server.
- From the Admin Control Panel Install the add-on.
Edit the extra.less template and add the following code:
Code:
.bbCodeBlock.bbCodeBlock--quote img {
max-width: 150px;
}