@mohamedbakry83
Active 3 years, 9 months ago
-
Mathieu Viet replied to the topic Buddypress 5.1.1 Email Token to Display a Members Avatar in the forum How-to & Troubleshooting 4 years, 10 months ago
Hi @mohamedbakry83,
In this case you’ll need to copy the email template into a
/buddypress/assets/email/single-bp-email.php
file of your active theme and edit it from theme to include a new template tag.something like:
<?php mohamedbakry83_output_avatar( $settings ); ?>
Then in a bp-custom.php file, you’ll need to include new function for…[Read more]