Not signed in (Sign In)

Categories

Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    •  
      CommentAuthorgarvin
    • CommentTimeSep 26th 2006
     # 101
    How would I go about handling ANY/ALL file type(s)?
    • CommentAuthorboagworld
    • CommentTimeOct 1st 2006
     # 102
    I am getting a very strange problem with the attachment 2.0 plugin. It works perfectly on my local environment but I am having problems on the live server. In firefox is behaves itself, adds the attachment and submits the comment. However in IE 6 it adds the attachment and the comment BUT then throws an error post.php saying that the page cannot be found. Has anybody else encountered this? Files are identical (apart from settings) between local and remote. I dont get why it wont work in IE but will in firefox. Maybe a javascript problem? HELP!
    •  
      CommentAuthordkodr
    • CommentTimeOct 4th 2006
     # 103
    Could it be possible to upload images to imageshack using this extension?
    • CommentAuthorNordelius
    • CommentTimeOct 7th 2006
     # 104
    I've uploaded 2 images (separately) and one .zip file.
    No images appear in the comment.. only .zip file.

    View source:


    ...
    <li class="Attachment "><a href=""></a></li>
    <li class="Attachment "><a href=""></a></li>
    <li class="Attachment zip"><a href="http://localhost/vanilla/?PostBackAction=Download&AttachmentID=3">32.zip</a></li>
    ...

    Tested running both PHP4 & PHP5... doesn't work!

    Errors (PHP5):


    Notice: Trying to get property of non-object in n:\home\localhost\www\vanilla\extensions\InlineImages\default.php on line 40
    Notice: Trying to get property of non-object in n:\home\localhost\www\vanilla\extensions\Attachments\default.php on line 333
    Notice: Trying to get property of non-object in n:\home\localhost\www\vanilla\extensions\Attachments\default.php on line 333
    Notice: Trying to get property of non-object in n:\home\localhost\www\vanilla\extensions\Attachments\default.php on line 333
    •  
      CommentAuthorJazzman
    • CommentTimeOct 12th 2006
     # 105
    I've updated Inline Images to version 1.1. It now supports caching of inline images. This way they won't need to be downloaded every time you reload the page.
    • CommentAuthorPSYMAN2006
    • CommentTimeOct 16th 2006
     # 106
    Hi to ALL,

    Am very new to all of this, and was over the moon today to finally get Vanilla up and running for the first time.

    Have been trying to get "Attachments 2.0 and Inline Images 1.1" working on Vanilla 1.0.1 but so far have not been able to.

    Could someone tell me where these items should go... ? Thanks.

    Very kind regards,
    Andrew.
    • CommentAuthorarpecop
    • CommentTimeOct 29th 2006
     # 107
    how to delete unused images from root folder?
    •  
      CommentAuthorGMonkey
    • CommentTimeNov 18th 2006 edited
     # 108
    I am having a problem with the inline images. I moved our site from Bluehost.com to Mediatemple.com and now the inline images do not show up. Nothing has been changed. I checked the permissions and they are all set to 755.

    http://gliving.tv/community/comments.php?DiscussionID=204&page=1

    Any ideas? When the site was on bluehost.com, members where able to select an image from their computer and attach it, and it would show up under their post. Now you just get this text link to the image, and it doesn't even work.
    •  
      CommentAuthor[-Stash-]
    • CommentTimeNov 22nd 2006
     # 109
    I've got attachments working just fine, but I cannot get the inline images to work for the life of me. I've tried the comment in text, HTML and BBCode and all I get is text saying "[Image_1]". There don't really appear to be any settings for inline images, so I'm not really sure where I'm going wrong - perhaps it's conflicting with another extension?
    •  
      CommentAuthorGMonkey
    • CommentTimeNov 26th 2006
     # 110
    Same here, I can attach items, but the inline option doesn't work.
    •  
      CommentAuthorpbear
    • CommentTimeNov 26th 2006
     # 111
    Possibilites:
    1. The [Image_##] tag won't work if it's the very first thing in the message.
    2. Edit the message and be sure it's the right number for the image (you'll see it in brackets).
    •  
      CommentAuthor[-Stash-]
    • CommentTimeNov 28th 2006
     # 112
    Strangely enough it's working now... I'm not sure what I did as I was turning all sorts of extensions on and off trying stuff, then I went to the post and the images were showing! Strange...
    •  
      CommentAuthorosku
    • CommentTimeDec 7th 2006
     # 113
    Hello,

    With Vanilla 1.0.3 and those plugins, I can't see any picture in mail with [Image_%%]..
    1. The [Image_##] tag won't work if it's the very first thing in the message. => I did
    2. Edit the message and be sure it's the right number for the image (you'll see it in brackets). => done also.

    Fckeditor is also installed.

    Any idea ?
    Thanks for reply.
    •  
      CommentAuthorgarvin
    • CommentTimeDec 7th 2006
     # 114
    Reposting: "How would I go about handling ANY/ALL file type(s)?" Did I miss a response?
    •  
      CommentAuthorpurelymag
    • CommentTimeDec 8th 2006
     # 115
    i'm running 1.0.3 and inline images doesn't seem to work either
    •  
      CommentAuthorTiggr
    • CommentTimeDec 10th 2006
     # 116
    Hiho!

    I'm runnig Attachments 2.0 and Inline Image 1.1 on Vanilla 1.0.3. Works fine, but one thing: Since I enabled Friendly URLs i get an error 404 when I try to add second attachment via edit message.

    Bye
    Tiggr
    •  
      CommentAuthor[-Stash-]
    • CommentTimeDec 11th 2006
     # 117
    pbear, Sep 16th 2006
    Note that on my installation I altered the Inline Image source files to make it use [Image_##] syntax with a lowercase "i" to minimize the need for the shift key.

    This makes so much sense, I wonder if you'd mind putting it in the main download file Jazzman?

    Just in case anyone else wants to do this, all you need to do is change line 34 from: $ImageTag = '[Image_'.$Attachment->AttachmentID .']';to: $ImageTag = '[image_'.$Attachment->AttachmentID .']';
    Although I'd also recommend changing line 21 from:$Context->Dictionary['InlineImagesNotes'] = 'These settings are specific to inline images. With inline images you can display image attachments directly into your comments by using [Image_%AttachmentID%]. If an image width exceeds the maximum width it will be automatically resized.';to:$Context->Dictionary['InlineImagesNotes'] = 'These settings are specific to inline images. With inline images you can display image attachments directly into your comments by using [image_%AttachmentID%]. If an image width exceeds the maximum width it will be automatically resized.';
    Both of these extremely minor changes just change the capital I to a lower case i
    • CommentAuthoremilime
    • CommentTimeDec 12th 2006 edited
     # 118
    Hello

    I'm using Vanilla 1.0.3 + Attachments 2.0 + Inline Image 1.1
    Attachments 2.0 works fine but Inline Image doesn't for me :-( all I see is the alternative text with the name of the image... the response I get from /community/extensions/InlineImages/image.php?AttachmentID=## has content-length=0

    UPDATE: well I think I've just found the error: the new constant IN_VANILLA is defined in appg/settings.php but the test if (!defined('IN_VANILLA')) exit(); in image.php is before the include of settings.php so IN_VANILLA is never defined and the script always exits.
    Just move the test after include('../../appg/settings.php');
    and everything works fine
    • CommentAuthorzteken
    • CommentTimeDec 13th 2006
     # 119

    boagworld, Oct 1st 2006

    I am getting a very strange problem with the attachment 2.0 plugin. It works perfectly on my local environment but I am having problems on the live server. In firefox is behaves itself, adds the attachment and submits the comment. However in IE 6 it adds the attachment and the comment BUT then throws an error post.php saying that the page cannot be found. Has anybody else encountered this? Files are identical (apart from settings) between local and remote. I dont get why it wont work in IE but will in firefox. Maybe a javascript problem? HELP!



    I have the exact same problem! The problem shows when I activate Attachments 2.0... Pls help!
    • CommentAuthorFurion
    • CommentTimeDec 14th 2006
     # 120
    problems with attachments 2.0, it tells me it was made for vanilla 1.01,, and wont run on the current version...
    •  
      CommentAuthor[-Stash-]
    • CommentTimeDec 15th 2006
     # 121
    Sticky, top of the discussion list...
    http://lussumo.com/community/discussion/4502/-vanilla-103-released-/#Item_47
    • CommentAuthorelguapo
    • CommentTimeDec 15th 2006
     # 122
    I'm running Vanilla 1.0.1 with attachments 2.0. Installation worked, but when uploading a file, I get stuck:



    How do I fix it/ what have I done wrong?
    •  
      CommentAuthorgarvin
    • CommentTimeDec 18th 2006
     # 123
    Have you started working on allowing multiple uploads per comment? This is a vital part of one of my installs.

    - Garvin
    •  
      CommentAuthor[-Stash-]
    • CommentTimeDec 18th 2006
     # 124
    That would be another extension, like Inline images right? I'd be interested in that too. Ideally it'd have an ajaxy Add another attachment [+] button below the default one that creates a new form field. This way you can upload as many files at a time as you like (maybe up to a configurable limit).
    •  
      CommentAuthorGMonkey
    • CommentTimeJan 5th 2007
     # 125
    I still can't get Inline Attachments to work. I would pay someone to fix it. Any takers?

    http://gliving.tv/community/comments.php?DiscussionID=204&page=1#Item_36

    my email gmonkey{@}gliving.tv
  1.  # 126
    multiple images should align next to each other rather than below each other.
  2.  # 127
    if u have thickbox support enabled and u delete the attachment , then only the original attachement is deleted., the resized thinkbox version is not.

    the attachment number needs to go down once u delete the image and cleared from the database.
    can the images be organized based on the user who uploaded it, like
    upload/MySchizoBuddy/image1.jpg etc
  3.  # 128
    @GreeseMOnkey did u enable Add Attachment and Enable Attachments in the roles and permission page
  4.  # 129
    I was having problems with safari uploading photos, I applied the fix on page two in default.php and it fixed it, please make this change to the source for others :)
  5.  # 130
    editing a users post as admin and uploading an image works, once you try to edit again and upload an additional it hangs and fails, anyone also get this problem?
Add your comments
    Username Password
  • Format comments as