UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is offline
Our team is away during the weekend. Some answers may already be available on our documentation

Rest assured that we will get back to your posts as soon as the week starts!
  Support is offline

Remove user email ids from Email Digest

debaleena das · ·
8:31 AM Friday, 19 May 2017
Normal
Hi,
I would like to remove user email ids from the daily/weekly email digests (privacy issues). Right now, the emails have:

By {nickname} {email id}

It seems to be from this line of code in emails/digest/posts.php:
<?php echo JText::_('COM_EASYDISCUSS_DIGEST_BY'); ?> <?php echo ($post->user_id) ? $post->getOwner()->getName() : $post->poster_name; ?> (<?php echo ($post->user_id) ? $post->getOwner()->getEmail() : $post->poster_email; ?>;)

What is the best edit to get just the nickname?

Thanks!!
The replies under this section are restricted to logged in users or users with an active subscription with us