• 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

style class missing in "breadcrum_owner_card.php"

linkchilla

Chevereto Member
Website URL
https://www.linkchilla.com

Chevereto version
3.10.3

Description of the issue
Hi,...

can you please consider changing line #9 in "breadcrum_owner_card.php" and add class="user-image" to the avatar? Makes custom styling a little easier and I don't have to override breadcrum_owner_card.php again on future updates.

e.g:
- <img src="<?php echo $owner['avatar']['url']; ?>" alt="<?php echo $owner['username']; ?>">
+ <img class="user-image" src="<?php echo $owner['avatar']['url']; ?>" alt="<?php echo $owner['username']; ?>">

Thank you!
 
Back
Top