We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 23094
    • 59 Posts
    yes, I understand now smiley Works perfectly - great plugin, thx!
      • 8790
      • 526 Posts
      Hi,

      I thought, adding the
      style="[+dr.style+]"
      into the hihslide tpl could make the job but I’m stuck with the behavior of thumb added within RTE (tiny)

      Looks like there’s no way to force img to behave like standard images (inline element) staying one after each other for example. All thumb will be doing whatever they want like being on different lines or some other erratic behavior ’due to stange css conflict ?)

      Did someone master the way the put some (not only one) into styled container huh

      Thank you
        Schtroumpf Grognon - Grouchy Smurf
        ---------------------------------
        Faites pas attention.. - Don't pay attention
        http://www.dzi-neo.net
        • 7455
        • 2,204 Posts
        I do not get the allow_from_allremote working.

        i get a :
        Error: 	copy(http://4.bp.blogspot.com/_YJxWEghlXts/SL6FjtRxdyI/AAAAAAAAAk8/TBCnJNEWgWs/s320/Photo 25.jpg) [function.copy]: failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request 	 
        


        I am working on a way to get blogpost from blogspot tru rss in modx
        but I like the images to be handled by directresize.

        is there a way to get this working?

        dimmy
          follow me on twitter: @dimmy01
          • 25483
          • 741 Posts
          Quote from: Dimmy at Oct 10, 2008, 04:32 AM

          I do not get the allow_from_allremote working.

          i get a :
          Error: 	copy(http://4.bp.blogspot.com/_YJxWEghlXts/SL6FjtRxdyI/AAAAAAAAAk8/TBCnJNEWgWs/s320/Photo 25.jpg) [function.copy]: failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request 	 
          


          I am working on a way to get blogpost from blogspot tru rss in modx
          but I like the images to be handled by directresize.

          is there a way to get this working?

          dimmy


          Is your server configured to allow remote connections with the copy command?
            with regards,

            Ronald Lokers
            'Front-end developer' @ h2o Media

            • 13094
            • 58 Posts
            Hi Metaller,

            some questions to your cool directresize plugin. Although I spidered several threads, I dindn’t find a solution for the following probs:

            - drgalleries accessibility: I tried both the ways, with 755 and 777 rights. All I’ve got is an access error that the make_dir() didn’t work. After creating the ID-folder manually, the images were saved in place.

            - using userfriendly URLs: without the plugin, my modx will set the image path to: "assets/images/IMAGENAME.jpg". After activating the plugin, the image was searched badly at: "/PARENTSITESNAME/assets/drgalleries/ID/thumb_IMAGENAME.jpg"
            If I could omit the "/PARENTSSITESNAME/" part, everything would be fine.

            I hope their is an easy answer to those thingies.

            Kind regards and thanks in advance for your feedback,
            iRolf
              • 7455
              • 2,204 Posts
              Quote from: iRolf at Oct 12, 2008, 11:01 AM

              - drgalleries accessibility: I tried both the ways, with 755 and 777 rights. All I’ve got is an access error that the make_dir() didn’t work. After creating the ID-folder manually, the images were saved in place.

              does your server run php in save_mode? that is the problem I think.
              I had the same last time on a shared server save mode was one so it could not create the files only when I created the folder tru ftp it would create the files.

              switched save_mode off and now it works fine
                follow me on twitter: @dimmy01
                • 17883
                • 1,039 Posts
                I have a roblem with this great plugin. If I put an image in the content with TinyMCE (2.0.6., problem?), resize it with the attributes and save the doc, everything is fine, thumb is linked to big image with effect. If I open the doc again, I see the generated thumb with the watermark. Okay so far. But when I save the doc again, the link to the big image and with that the effects are gone.

                Sourcecode Tiny before first saving:

                <img alt="test" height="100" src="assets/images/Backends/screenshot20081011_08.jpeg" width="150" />
                


                Generated sourcecode:

                <a href="assets/drgalleries/377/big_screenshot20081011_08.jpeg" rel="lightbox" title="">
                	<img src="assets/drgalleries/377/thumb_screenshot20081011_08.jpeg" width="150" height="100" />
                </a>
                


                Sourcecode Tiny after opening again:

                <img alt="test" height="100" src="http://www.mademyday.de/assets/drgalleries/377/wysiwyg_assets--images--Backends--screenshot20081011_08.jpeg" width="150" />


                Generated sourcecode after saving again:

                <img alt="test" height="100" src="assets/drgalleries/377/wysiwyg_assets--images--Backends--screenshot20081011_08.jpeg" width="150" />
                


                Any ideas?

                  • 36592
                  • 970 Posts
                  First of all, thank you for this great plugin !

                  I have a problem when saving a document. When I put this code in the content area of a document and save it, the stored content value in the DB table is changed, probably by this plugin...
                  <img src="[+PlaceHolderName+]" />

                  This will become
                  <img src="[ PlaceHolderName ]" />

                  The ’+’ is replaced by space character.
                  I looked into the source code of this plugin, but I’m not familiar with the regular expression... :’(
                  Is this a bug ?
                    • 19164
                    • 1,215 Posts
                      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]
                      • 36592
                      • 970 Posts
                      Quote from: Metaller at Oct 29, 2008, 05:41 AM

                      Hello. Yes, it’s a bug, fix here http://modxcms.com/forums/index.php/topic,19236.msg176828.html#msg176828
                      Thanks ! It worked.
                      I had better read more carefully this support thread...