• 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.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

Additional customization

SMP

💖 Chevereto Fan
How to achieve the following

1) Different url path for different users ?

i.e... one user has site.com/user1/username and othersite.com/user2/username

2) How to deny some words from username for only users ?

3) Having additional (alias) or sub accounts under one account main account with additional accounts activity shown under main account.
 
1) Different url path for different users ?

You will need to hack the upload class and the image class. You will need to also alter the mysql database to point the sub-folder.

2) How to deny some words from username for only users ?

Search for username_pattern at app/lib/classes/class.settings.php

3) Having additional (alias) or sub accounts under one account main account with additional accounts activity shown under main account.

That requires a lot and if you really want it PM me for a quote.
 
Which files to look for,

to modify image filename name to something like username+ID ?

to change user name base user to someother word like member?
 
Basically you will need to hack class.upload.php and class.image.php. Most likely you will also need to edit functions.php.
 
Back
Top