Thumb images are full images. No conversion to a reduced size?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • galerio
    Member
    • Jan 2011
    • 60

    [Blog] Thumb images are full images. No conversion to a reduced size?

    I've seen that every image added to the blog (and maybe to forum or cms) when are showed as thumb, it is showed the original full image in a smaller size. But this is not SEO friendly (and also bandwidht friendly).

    Maybe I have lost some setting... but I haven't find something that convert the image to a new smaller file in size for thumbnail.

    Any idea?
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 74123

    #2
    Settings -> Options -> Message Attachment Options -> Thumbnail Creation?
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    • galerio
      Member
      • Jan 2011
      • 60

      #3
      Yes, all set up correctly. I've just read that larger images could be not resized if they are too large and big. That's the problem. Any idea on what is the limit of file size and image size to assure that they are resized automatically?

      Thanks

      Comment

      • Wayne Luke
        vBulletin Technical Support Lead
        • Aug 2000
        • 74123

        #4
        As defined in the config.php file:

        PHP Code:
        // Image Processing Options
            // Images that exceed either dimension below will not be resized by vBulletin. If you need to resize larger images, alter these settings.
        $config['Misc']['maxwidth'] = 2592;
        $config['Misc']['maxheight'] = 1944
        May need to increase the amount of memory available to PHP if you increase these values.
        Translations provided by Google.

        Wayne Luke
        The Rabid Badger - a vBulletin Cloud demonstration site.
        vBulletin 5 API

        Comment

        • galerio
          Member
          • Jan 2011
          • 60

          #5
          Thank you so much. Great support, and great Vbulletin as always!!!!! I love it

          Comment

          • galerio
            Member
            • Jan 2011
            • 60

            #6
            Something strange: I have settings enabled to process images, but they are not processed until I use the "regenerate thumbnails" button.
            If you see this link http://tech-news.1e2.it/blog/55-tp-l...-tl-pa511.html the image is in thumb format, but it's the full image, not the thumb one. The other blog posts have a real thumb image because I used the regenerate thumb button.
            Should I contact the support?

            Comment

            • Wayne Luke
              vBulletin Technical Support Lead
              • Aug 2000
              • 74123

              #7
              Well you have posted in this forum which is contacting support.

              Are you storing your attachments in the file system? Could be that this user's thumb directory isn't writable for some reason. You should make sure your attachment/thumbs directory is chmod 777 recursively.
              Translations provided by Google.

              Wayne Luke
              The Rabid Badger - a vBulletin Cloud demonstration site.
              vBulletin 5 API

              Comment

              • galerio
                Member
                • Jan 2011
                • 60

                #8

                Yes, I have attachment on filesystem, but the directory is already 777 (and also sub-dir).
                Now I have a small amount of images, but when it will be large, to rebuild all could be a heavy and long process.

                But... I've checked the attached files and found the one (of the page linked above) that is not a thumbnail: in the attachment folder there is the original file and its thumbnail file!!! So the problem is that it is used the full image instead of the thumb one when I do a post.

                Comment

                • Wayne Luke
                  vBulletin Technical Support Lead
                  • Aug 2000
                  • 74123

                  #9
                  Double-click the image in edit mode, What is it set to display?
                  Translations provided by Google.

                  Wayne Luke
                  The Rabid Badger - a vBulletin Cloud demonstration site.
                  vBulletin 5 API

                  Comment

                  • galerio
                    Member
                    • Jan 2011
                    • 60

                    #10
                    Is set to thumbnail.

                    Comment

                    • Maurd
                      Senior Member
                      • Jun 2011
                      • 672
                      • 4.1.x

                      #11
                      @Wayne

                      When you double-click an attachment and press "OK" it no longer is a thumbnail. At that point the system displays it as a full image, just scaled using CSS.

                      Example:

                      Click image for larger version

Name:	CMS_home.jpg
Views:	2
Size:	97.8 KB
ID:	3686719

                      ^^ Right click that and open the image (not link) in a new window.
                      Last edited by Wayne Luke; Fri 17 Feb '12, 11:18am.
                      - Maurice Workin' in the Jira mine, goin' down, down, down

                      Comment

                      • Wayne Luke
                        vBulletin Technical Support Lead
                        • Aug 2000
                        • 74123

                        #12
                        Originally posted by Maurd
                        @Wayne

                        When you double-click an attachment and press "OK" it no longer is a thumbnail. At that point the system displays it as a full image, just scaled using CSS.

                        Example:

                        [ATTACH]58060[/ATTACH]

                        ^^ Right click that and open the image (not link) in a new window.
                        You can undo that though. See your post above now, it is a thumbnail now. And the values only update if you save the content.

                        ----------
                        To the original poster, edit the image and switch to source mode. Does it say "[attach=config]3209423423[ / attach]? Remove the =config.
                        Translations provided by Google.

                        Wayne Luke
                        The Rabid Badger - a vBulletin Cloud demonstration site.
                        vBulletin 5 API

                        Comment

                        • galerio
                          Member
                          • Jan 2011
                          • 60

                          #13
                          Ok, yes, there is a "config" and if I remove it, the image showed is the thumbnail, but now I have lost the left alignment.

                          So, can you tell me the right way to add an image, align it, set a title and then have it rendered as thumbnail and avoid the css scaled full image?

                          Comment

                          • Wayne Luke
                            vBulletin Technical Support Lead
                            • Aug 2000
                            • 74123

                            #14
                            Originally posted by galerio
                            So, can you tell me the right way to add an image, align it, set a title and then have it rendered as thumbnail and avoid the css scaled full image?
                            You can't. At least not on an image by image basis. You could add CSS to left align all images in content.
                            Translations provided by Google.

                            Wayne Luke
                            The Rabid Badger - a vBulletin Cloud demonstration site.
                            vBulletin 5 API

                            Comment

                            • galerio
                              Member
                              • Jan 2011
                              • 60

                              #15
                              when I double click on the image I can set the alignment to none, left, right, center. What I want is to use theese advanced image option (align, title, link) but to have the thumb displayed when it is a thumb.
                              This is a really really strange behaviour

                              Comment

                              Related Topics

                              Collapse

                              Working...