If anybody is interested I found a simple way to make the concept above possible with just CSS and one Phrase change. I have only tested on standard forums and inserting images only but this is already saving me loads of time on my forums!
Step 1: add to
extra.less
:
CSS:
/* SHOW INSERT ATTACHMENTS INLINE */
.file {
height: 170px;
width: 170px;
}
.file-insertLink { display: none; }
.file-menuOptions { display: block; }
.file-menuOptions > a {
display: inline-block;
margin-top: 4px;
padding: 4px;
}
.file-menuOptions .js-attachmentAction:before { content: '+ '; }
Step 2: To make both controls fit I recommend you change the Phrase
full_image
to just "Full".
View attachment 237475