Inline And Attached Images

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gatsman
    New Member
    • Nov 2008
    • 29
    • 3.6.x

    Inline And Attached Images

    vBulletin 4.2.2 Patch Level 1

    About a week ago the way my forum worked with inline & attached images was that when someone posted (with the insert image button) an image inline it would not show it in the attached block/div.
    Now when you post an image it will show it inline but also show it in the attached block/div and looks like it was double posted by mistake.

    In vBulletin options, Message Attachement Options
    I always had set View Attached Images Inline -> Yes, full size
    if i change it to "No" or "Yes, display thumbnails" it will change all past posts where images where inline to text only or thumbs.
    Also if i display: none the .attachments it will work with new posts but it will also hide images that where posted in the past.

    Only change was a server migration 2 weeks ago (cant imagine that had to do something with this.)
    Any ideas why this happened and how can i restore it?

    Click image for larger version

Name:	inline_images.jpg
Views:	180
Size:	149.4 KB
ID:	4106028
    Attached Files
  • gatsman
    New Member
    • Nov 2008
    • 29
    • 3.6.x

    #2
    Nothing!!! No one has any idea?

    Comment

    • Lynne
      Former vBulletin Support
      • Oct 2004
      • 26255

      #3
      What version of PHP and MySQL were on the old server? And what version of PHP and MySQL are on your new server?

      Please don't PM or VM me for support - I only help out in the threads.
      vBulletin Manual & vBulletin 4.0 Code Documentation (API)
      Want help modifying your vbulletin forum? Head on over to vbulletin.org
      If I post CSS and you don't know where it goes, throw it into the additional.css template.

      W3Schools <- awesome site for html/css help

      Comment

      • gatsman
        New Member
        • Nov 2008
        • 29
        • 3.6.x

        #4
        Sorry for the long absence.
        Don't know about the old server but the new has PHP Version 5.3.28 & MySQL Version 5.5.37-cll

        Comment

        • Mark.B
          vBulletin Support
          • Feb 2004
          • 24286
          • 6.0.X

          #5
          Have you rebuilt attachment thumbnails?
          MARK.B
          vBulletin Support
          ------------
          My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
          My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

          Comment

          • gatsman
            New Member
            • Nov 2008
            • 29
            • 3.6.x

            #6
            You mean after the server change? Not sure i did.
            Should i do it?

            Comment

            • Mark.B
              vBulletin Support
              • Feb 2004
              • 24286
              • 6.0.X

              #7
              Yes, it's should be done anyhow, might not be the issue but it won't hurt to try it.
              MARK.B
              vBulletin Support
              ------------
              My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
              My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

              Comment

              • gatsman
                New Member
                • Nov 2008
                • 29
                • 3.6.x

                #8
                OK will do it now and post back.
                Also is there an issue with Firefox (33.0) when attaching images i click the Insert Inline (even in my fresh xampp install) but no image gets in the post not even the code (ATTACH=CONFIG]7[/ATTACH)

                Actually this is not an issue with firefox but with Administrator account.
                Logged (in my fresh install) as administrator i cant see the images that i try to post. (any browser)
                Last edited by gatsman; Mon 20 Oct '14, 2:00am.

                Comment

                • gatsman
                  New Member
                  • Nov 2008
                  • 29
                  • 3.6.x

                  #9
                  Rebuilt attachment didnt do anything.

                  I added a css rule
                  Code:
                  .attachments img {
                  max-width: 100px;
                  }
                  This way images show in full size inline and at 100px as attached under the post.

                  Comment

                  • BirdOPrey5
                    Senior Member
                    • Jul 2008
                    • 9613
                    • 5.6.3

                    #10
                    This has been reported a few times, I would suggest upgrading to 4.2.3 Beta and see if that helps- it won't fix old posts but it may stop it from happening on new ones.

                    The reason you are getting the double post is because the image being posting inline is being done so with the [IMG} bbcode instead of the [attach] bbcode, but the reason so far is elusive.

                    Comment

                    Related Topics

                    Collapse

                    Working...