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

Link to Blogger in admin mail missing

René · ·
8:16 PM Saturday, 29 November 2014
None
hi, if a gueest subscribe to a Bloger then admin get a email. but within that admin email is no link to respective Blogger or Blog Post!?

// Send email to notify admin upon successful subscriptions
$user = EasyBlogHelper::getTable( 'Profile' );
$user->load( $userId );
$date = EasyBlogDateHelper::getDate();

$subscriberName = ($my->id == 0) ? $post['esfullname'] : $user->getName();

$data = array(
'title' => JText::_( 'COM_EASYBLOG_SUBSCRIPTION_SUCCESS_DIALOG_TITLE' ),
'subscriber' => $subscriberName,
'subscriberLink' => EasyBlogRouter::getRoutedURL( 'index.php?option=com_easyblog&view=blogger&layout=listings&id=' . $user->id , false , true ),
'subscriberAvatar' => $user->getAvatar(),
'subscriberDate' => EasyBlogDateHelper::toFormat( $date , '%A, %B %e, %Y' ),
'type' => $type
);


How can i get here a Link back to subscribed Blogger or Blog Entry?
The replies under this section are restricted to logged in users or users with an active subscription with us