• 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

Upload profile background

Status
Not open for further replies.

forever

Chevereto Member
Sorry for asking so many questions.
I receive the following notification to assign a lower image on a preset size (1 and 2 MB) for the avatar and background user.
The size of the selected images is less than 1 MB in both cases, however I receive this notice:

* Yes load images up to 1 MB (size on disk)

Thank.
 
app/lib/chevereto.js replace this:
Code:
user_file.size > CHV.obj.config.user.avatar_max_filesize.getBytes()

With this:
Code:
user_file.size > CHV.obj.config.user.background_max_filesize.getBytes()
 
Status
Not open for further replies.
Back
Top