XF2 Add-on [AndyB] Remove Attach Limits 1.6

virgilio183

Well-known member
☆☆ Special ☆☆
☆ Pro ☆
Master
Joined
May 16, 2021
Messages
25,956
Reaction score
35,585
Points
113
NullCash
628,184
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.

Installation:

  1. Download Andy-RemoveAttachLimits-1.4.zip and unzip it.
  2. Copy the src/addons/Andy/RemoveAttachLimits directory to your server.
  3. From the Admin Control Panel Install the add-on.
Setup:

Add to the extra.less template:

Code:
.bbCodeBlock.bbCodeBlock--quote img {
max-width: 150px;
}
 

Attachments

  • Andy-RemoveAttachLimits-1.6.zip
    14.4 KB · Views: 0
Top