We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 8883
    • 59 Posts
    Hmm i have same problem.. sometimes the plugin dont create thumbs... just resize the original picture with html (width & height)..
    Didnt find out whats the reason....

    CHMOD: 777 or 755 (accidental behavior - sometimes thumbs, sometimes nothing)
    Cache 0, 1 or 2 (accidental behavior)
    ...
      • 19164
      • 1,215 Posts
      Hello everyone. Sorry, i have no much time last time to work with plugin but i look at this problems as it possible.

      @jimryder, endyzer Are $lightbox_mode, $allow_from path is correctly set and images are in this folder(s)? It seems that images are not processed because some conditions are not allow plugin to do this.
        DirectResize 0.9 beta. PHPThumb, sets of configurations, configuration, binded to specific path. No backward compatibility. | DirectResize 0.9. PHPThumb, наборы параметров, параметры, привязанные к определенным путям. Без обратной совместимости.

        Unfortunately, DirectResize project is closed. If you want to continue development, PM me for access to project page on Google Code. К сожалению, проект DirectResize закрыт. Если вы желаете продолжить разработки, обращайтесь через ПМ для получения доступа к репозиторию на Google Code.

        [PLUGIN] DirectResize - as Maxigallery but for single images :: Download :: [url=http://modxcms.com/forums/index.php/topic,21490]
        • 8883
        • 59 Posts
        thx for your support!!
        - tried to set path with http:// (doesnt seem to work; in my manager i set already full path for assets - any influences????)
        I tried some more and now it seems to work - at the moment...
        - removed some parameter who where in myconfig AND slimbox.config (lightbox_mode and $resize_method) - now its only in one of the config files.
          • 5340
          • 1,624 Posts
          Hi,

          I think there is an issue with using your plugin with quickedit if images are inserted from TinyMCE

          For some of the following configurations
          * slimbox
          * slidebox
          * lightboxv2
          * highslide

          Quickedit is not displayed

          If you use highslide is ok but for the rest quickedit does not work or I get javascript errors

          Not a big issue but someone might have time to look into it


            • 19164
            • 1,215 Posts
            Thanks, i’ll check it, but after all of other founded bugs.
              DirectResize 0.9 beta. PHPThumb, sets of configurations, configuration, binded to specific path. No backward compatibility. | DirectResize 0.9. PHPThumb, наборы параметров, параметры, привязанные к определенным путям. Без обратной совместимости.

              Unfortunately, DirectResize project is closed. If you want to continue development, PM me for access to project page on Google Code. К сожалению, проект DirectResize закрыт. Если вы желаете продолжить разработки, обращайтесь через ПМ для получения доступа к репозиторию на Google Code.

              [PLUGIN] DirectResize - as Maxigallery but for single images :: Download :: [url=http://modxcms.com/forums/index.php/topic,21490]
              • 21881
              • 8 Posts
              How to delete DirectResize text on thumb image in editor mode ?
              It trouble my client who think that this text going to appear on the website


              Little tweaks :
              In readme.html :
              Change :
              &config=Configuration;string;highslide &clearCache=Cache clear mode;list;0,1,2;0
              To
              &config=Configuration;list;slimbox,slidebox,lightboxv2,highslide;highslide &clearCache=Cache clear mode;list;0,1,2;0
                • 19164
                • 1,215 Posts
                Thanks about tweaks, but in this case you can’t to use your own configuration name.

                About WYSIWYG thumb image - in the next version i’ll make a config option to disable this watermark. Now find in directResize.php

                function ApplyWatermark($watermark)

                and comment or delete lines
                	if ($modx->isBackend()) 
                		{
                			$this->thumbclass->img_watermark=$modx->config['base_path']."assets/plugins/directresize/images/wysiwyg.png";
                			$this->thumbclass->img_watermark_Valing="BOTTOM";
                			$this->thumbclass->img_watermark_Haling="RIGHT";
                		}
                  DirectResize 0.9 beta. PHPThumb, sets of configurations, configuration, binded to specific path. No backward compatibility. | DirectResize 0.9. PHPThumb, наборы параметров, параметры, привязанные к определенным путям. Без обратной совместимости.

                  Unfortunately, DirectResize project is closed. If you want to continue development, PM me for access to project page on Google Code. К сожалению, проект DirectResize закрыт. Если вы желаете продолжить разработки, обращайтесь через ПМ для получения доступа к репозиторию на Google Code.

                  [PLUGIN] DirectResize - as Maxigallery but for single images :: Download :: [url=http://modxcms.com/forums/index.php/topic,21490]
                  • 21881
                  • 8 Posts
                  Thx Metaller,

                  Other question, you have fixed that bug yet ?

                  ++

                  Quote from: xpix at Jan 31, 2008, 03:57 PM

                  Hi,

                  I think there is an issue with using your plugin with quickedit if images are inserted from TinyMCE

                  For some of the following configurations
                  * slimbox
                  * slidebox
                  * lightboxv2
                  * highslide

                  Quickedit is not displayed

                  If you use highslide is ok but for the rest quickedit does not work or I get javascript errors

                  Not a big issue but someone might have time to look into it
                    • 19164
                    • 1,215 Posts
                    I didn’t fixed this bug, but i check this on my local site and it seems that QE is working good.
                      DirectResize 0.9 beta. PHPThumb, sets of configurations, configuration, binded to specific path. No backward compatibility. | DirectResize 0.9. PHPThumb, наборы параметров, параметры, привязанные к определенным путям. Без обратной совместимости.

                      Unfortunately, DirectResize project is closed. If you want to continue development, PM me for access to project page on Google Code. К сожалению, проект DirectResize закрыт. Если вы желаете продолжить разработки, обращайтесь через ПМ для получения доступа к репозиторию на Google Code.

                      [PLUGIN] DirectResize - as Maxigallery but for single images :: Download :: [url=http://modxcms.com/forums/index.php/topic,21490]
                      • 13137
                      • 204 Posts
                      I have two questions about this awesome plug-in:

                      Can it be disabled on some pages?

                      Is there any way that the image alignment can be controlled via TinyMCE or CSS? I have tried both, but it doesn’t seem to want to work for me. huh

                      Thanks for any help.