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.
Options

Inline Images

edited January 2007 in Vanilla 1.0 Help
Inline Images
«1345

Comments

  • Options
    I can't seem to get this to work.
    http://gliving.tv/community
  • Options
    it works fine for me. have you installed the other extention that this one requires? It does say that it needs it quite clearly :)
  • Options
    You need to enable JQuery and JQThickBox first, before enabling this extension. If the javascript doesn't load in this order, you'll end up with a non-working Thickbox.
  • Options
    thats strange, I dont have those two addons Jazzman. Not unless they come with one of my other addons unbeknownst to me..
  • Options
    *IF* you want a Thickbox effect on your inline images, you will need to install and enable JQuery and JQThickbox *BEFORE* the InlineImages extension. If you don't want the Thickbox effect, then you do not need either of the JQ extensions ;)

    Hope this is clear.
  • Options
    ah. my bad :)
  • Options
    Silly question perhaps, but is there an add-on to determine/
    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.
  • Options
    Oh I found a minor problem. When a user submitted a file with a aprostrophe in the filename ('), the inline image will not show up although the attachment link is still there.
  • Options
    That is hardly surprising kifo.. Dont use special characters like that in filenames. Specially not ' or " as they will end Strings..
  • Options
    In all fairness, coping with anything that you can put in a file name in Windows, Linux and OSX, is something that Inline Images should be able to cope with. Most users don't even understand what you mean when you say "string" and shouldn't have to. I'll add my vote to getting this sorted in the next update of Inline Images (or Attachments, whichever is at fault) ;)
  • Options
    this extension is not working correctly on ie 7. it adds scrollbar . here is a screenshot http://img71.imageshack.us/img71/2904/messedaa0.jpg
  • Options
    I still can't get it to work.. http://gliving.tv

    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.
  • Options
    How to add a "Full size Link" under the pictures if ur using thickbox for whatever reason

    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>';
  • Options
    /hug MySchizoBuddy
  • Options
    after some more styling im getting this pretty close to perfect. now I have one more challange. I have a post on my forum where the user has embeded (with html formatter) 4 images as well as attached (and showed with inline/thickbox) 3 images. I think a perfect solution for this might be to have the option to embed images as it now works OR having the images one is hotlinking display on the inline thickbox gallery with the other. hmm.. am i making sense?
  • Options
    In a word, no :D Please try again :)
  • Options
    consider this: a post with one paragraph of text, 3 images embeded using html code and hotlinking from another site and 3 attached images (using attachment 2, inline images and thickbox). Now you will see 3 full size images (taken that no width or height has been set) and 3 thumbnails that can be clicked to open thickbox gallery of the attached images. wouldnt it be great if the 3 embeded images could be part of the gallery instead of shown in the comment body? my other point was just that this effect should be optional :)
  • Options
    Attachment works okay with special characters like ('). It prefaces the ' with a reverse slash. Perhaps this is what breaks inline images?
  • Options
    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">?
Sign In or Register to comment.