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

    I’m creating a site that requires a player profile page which is editable by a front end user. Is there a way for a front end user to upload their own photos which are cropped down to a specific size automatically ready to be inserted into the player profile page?

    Regards

    Holty33
      • 33992 ☆ A M B ☆
      • 455 Posts
      use WebLoginPE.
        God loves me. 【ツ】


        MODX.ir (Persian Support)

        Boplo.ir/modx/ (Persian)
        • 12307
        • 16 Posts
        Will WebLoginPE enable managers to upload images that are automatically cropped to a specific width and height?

        I’ve looked at PHP Thumb and DirectResize. Would any of these be worth using?
          • 33992 ☆ A M B ☆
          • 455 Posts
          WebLoginPE resize uploaded photo automatically and it has a parameter (&userImage) to set image width and height and size.
          see docs.webloginpe.info/parameters.html
            God loves me. 【ツ】


            MODX.ir (Persian Support)

            Boplo.ir/modx/ (Persian)
            • 12307
            • 16 Posts
            Sounds exactly what I need. Thanks AHHP.

            Would the WebLoginPE enable users to add more than 1 image to their page?
              • 33992 ☆ A M B ☆
              • 455 Posts
              Quote from: holty33 at Oct 23, 2008, 03:33 AM

              Would the WebLoginPE enable users to add more than 1 image to their page?
              It upload one image, if you want to do this, you can create your custom php codes for upload more images as snippet and add to profile template or as a plugin (OnBeforeWebSaveUser event).
                God loves me. 【ツ】


                MODX.ir (Persian Support)

                Boplo.ir/modx/ (Persian)