We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 8790
    • 526 Posts
    Hi again,

    One modx site where DR is running has suddendly an issue : in the content, when adding an img (TinyRTE) the thumb generation is ok,
    [edit : no there’s no more action from DR, the images are just displayed regarding with the size choosen into the properties field from Tiny ]
    now there’s no more link on the img to pop out the normal img (highslide)

    no <a href> tag in the the generated code ..?..?.?

    All images previously inserted a couple of weeks ago, in any content  have this issue now : no more action link on it...
    but a few inserted well before, continue to be "Directresized" correctly.....
    afaik I probably updated TinyRTE to 3.1.0.1a: last time I admin this site, but I’m absolutly sure DR was ok for all the images.
    ,
    any idea ?

    thank you
      Schtroumpf Grognon - Grouchy Smurf
      ---------------------------------
      Faites pas attention.. - Don&#39;t pay attention
      http://www.dzi-neo.net
      • 17883
      • 1,039 Posts
      @ elz64: Same as my posting four above...
        • 8790
        • 526 Posts
        hi, ho .. I did not see it
        Look like being quit the same issue.

        except I’m not able to get even ONE time a newly inserted image to be Directresized.
        What your Tiny version ?


        It looks like Tiny issue, do not generate many reply in the forum.
          Schtroumpf Grognon - Grouchy Smurf
          ---------------------------------
          Faites pas attention.. - Don&#39;t pay attention
          http://www.dzi-neo.net
          • 17883
          • 1,039 Posts
          What your Tiny version ?

          see above wink

          If I put an image in the content with TinyMCE (2.0.6., problem?)
            • 8790
            • 526 Posts
            so this is not the clue, as I updated to 3.1.01a


            I just cant understand I’m (we are both) the only ones to have this problem.
              Schtroumpf Grognon - Grouchy Smurf
              ---------------------------------
              Faites pas attention.. - Don&#39;t pay attention
              http://www.dzi-neo.net
              • 8790
              • 526 Posts
              hi again,

              The issue about DR not being effective in some case is due to the way the page is called.

              I usualy never write the url with www prefix. If so, then DR is no more active.

              Call the site with the full www.domain.ext url and here it comes again !

              Not even an idea about WHY...

              This htaccess statement will do the job anyway (in my case)

              RewriteCond %{HTTP_HOST} ^domain-name\.fr$ [NC]
              RewriteRule ^(.*)$ http://www.domain-name.fr/$1 [L,R=301] 



              Any reaction appreciated from the plugin creator

              Thank you
                Schtroumpf Grognon - Grouchy Smurf
                ---------------------------------
                Faites pas attention.. - Don&#39;t pay attention
                http://www.dzi-neo.net
                • 19164
                • 1,215 Posts
                Sorry, can’t help right now. I have no time to test it on old DR. I totally rewrote code with phpThumb, but it’s not ready yet and i have no time to complete it now.

                May be someone else can help you.
                  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]
                  • 8790
                  • 526 Posts
                  Thank you,

                  Just read my previous reply.

                  The issue is solved (its consequences, but not the cause)


                  This, maybe, have to be taken in count in the new plugin rewriting.

                  Regards
                    Schtroumpf Grognon - Grouchy Smurf
                    ---------------------------------
                    Faites pas attention.. - Don&#39;t pay attention
                    http://www.dzi-neo.net
                    • 13428 ☆ A M B ☆
                    • 1,031 Posts
                    Just a small enhancement to get the html template in slimbox.config.php valid.

                    Line 5: <img src="[+dr.thumbPath+]" width="[+dr.thumbWidth+]" height="[+dr.thumbHeight+]" alt="[+dr.title+]" />
                      • 18830
                      • 161 Posts
                      I know it is on the ToDo list: "The ability to make different sets of configuration parameters for use in various documents of a site."

                      But nevertheless: Is there any workaround to create thumbnails wrapped in different templates with this plugin? Maybe there ist a way to tell a plugin to do this on documents gathered by Ditto on a parent document and to do that on the docuemnts themself?

                      Or should I use phpThumb-Package instead?

                      Thanks for any ideas.