• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • This community is user driven. Be polite with other users.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

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