Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Inline Images
Inline Images
0
Comments
http://gliving.tv/community
Hope this is clear.
rearrange the extension load order?
If not, is it impossible or just considered overkill?
I can deal with 'this extension requires XXX or YYY' but that
whole 'load order' stuff isn't something that I'd consider
'long-term memory material' and bound to frustrate the hell
out of me in the near future.
I turned it off, because it just confuses members and I have spent hours trying everything to make this thing work. Seems simple but it just doesn't want to work.
open up default.php in inline images folder
At line 56 which looks like this
$ImageBody = '<a href="'.$WebRoot.'exten..................... Blah blah
AFTER that line add this
$ImageBody .= '<p style="margin:0; padding:0 0 15px 0;"><a href="'.$WebRoot.'extensions/InlineImages/image.jpg.php?AttachmentID='.$Attachment->AttachmentID.'">Full size link</a></p>';
Eh, I still don't get it - I was up late last night, so it's probably me being thick. I came closer to getting it though - could you create a mockup? (or could someone else whisper to me in words of one syllable or less?)I get it (I think)!
You want the option to include externally linked images (not uploaded with Attachments) in the
<div id="Attachments_XX" class="Attachments">
?