• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

Icons, Page Routing and Image Manipulation

akchev

Chevereto Member
Hi Chevereto community...

I am in need of some guidance to accomplish a few things that are easy for most/all, but difficult for me. If @Rodolfo or any other Chevereto user could help me (in detail) on how to accomplish the following 3 features I would appreciate it very much. For the "Page Routing" I know it is 1 .PHP file, that said, possibly the code of how it should be? And for "Image Manupilation" ... perhaps the code with 1024PX embedded temporarily so I can swap out the 1024PX with the actual width I am seeking?

Once again, if @Rodolfo or anyone here could help me. I would appreciate it a lot. Thanks regardless.


Icons (**SOLVED)


"Pages" Routing
I would like to route all "pages" to the root of the domain. E.g., example.com/pages/tos >> examples.com/tos. How should my code look to accomplish this. As of now, my code is untouched.

Image Manipulation

I would like for all uploads to shrink down to a predefined max-width while maintaining aspect ratio. E.g., if user "Joe" uploads a 12 MegaPixel image (landscape or portrait mode; doesn't matter) I would like for the image to shrink down to a fixed "max-width" of 1024PX. How do I accomplish this? Once again, my code is untouched.
 
Last edited:
Back
Top