• 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

Pulling Album Owner

ashkir

👽 Chevereto Freak
You can currently grab the owner of the current user that is logged in via their album login ID

PHP:
    if (CHV\Login::getUser()['album_count'] > 0) {

Does anyone know what commands I can use to move away from from get login user to be the owner of the album instead?
 
Depends where you want to grab that.

At template level you have to use get_album(). Inspect it and you will notice that the user key contains the properties from the content owner.

If you want to add it at route level then check the property being used, directly at the alleged route.

All $album variables do include the same props.
 
Back
Top