- Compatible XF Versions
- 2.0
Premium upgrade:
This XF2 add-on along with the entire collection can be purchased for $25.00 USD. Your Premium upgrade will allow you to download as many XF2 add-ons as you like for one year. Please see the entire collection located in the Resources area at this URL:
https://www.xf2addons.com/
Note: all my XF1 add-ons are still 100% free and are supported by donations.
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 full size images.
Installation:
Edit the extra.less template and add the following code:
This XF2 add-on along with the entire collection can be purchased for $25.00 USD. Your Premium upgrade will allow you to download as many XF2 add-ons as you like for one year. Please see the entire collection located in the Resources area at this URL:
https://www.xf2addons.com/
Note: all my XF1 add-ons are still 100% free and are supported by donations.
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 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:
// remove attach limits plus
img.bbCodeBlock.bbCodeBlock--quote, .bbCodeBlock-content {
max-width: 150px;
}