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
It is currently off working hours and most of us aren't around

Rest assured that we will get back to you as soon as the day starts tomorrow!
It is currently a public holiday for us from where we are at.

There may be a delay in our responses but rest assured that we will be back at full speed when we are back to the office.
  Support is offline

Reply by Email in notifications

Alex Lee · ·
6:50 PM Tuesday, 17 November 2015
None
Hey Hey guys,

Just wanted to give you all a snippet of code we have added to our forums so that people can reply via email to the notifications they receive, Instant notifications.

$post2	= JRequest::getVar( 'cid' , array(0) , 'POST' );
$db =DiscussHelper::getDBO();
$db->setQuery( 'SELECT params FROM #__discuss_category WHERE id = ' . $post->category_id );
$custom_data = $db->loadAssocList();
if(count($custom_data)){$tmp=json_decode($custom_data[0]['params']);$custom_data=array('parent'=>$post->id,'post_id'=>$post2[0],"cat_id"=> $post->category_id,"cat_email_parser"=>$tmp->cat_email_parser);}
else{$custom_data=0;}


That was added to the file: in file root\components\com_easydiscuss\helpers\helper.php in
function sendNotification(-----) at line 2626

we also updated: root\components\com_easydiscuss\themes\simplistic\emails all .html.php files

with:
<br/>
<a style="background-color:#ffcc00;border:1px solid #caa200;padding-left:15px;padding-right:15px;border-radius:2px;color:#534200;display:inline-block;font-family:sans-serif;font-size:13px;font-weight:bold;line-height:30px;text-align:center;text-decoration:none;-webkit-text-size-adjust:none;" href="mailto:<?php echo $custom_data['cat_email_parser']; ?>?subject=%5B%23<?php echo $custom_data['parent']; ?>%5D%20 <?php echo $postTitle; ?>" target="_blank">Reply by email</a>


At the end of the page

Hope it helps some one

All the best
Alex
The replies under this section are restricted to logged in users or users with an active subscription with us