UPDATES EasyBlog 6.0.11 Released! Update to the latest version 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 online
Our support specialists is available now. We will attend to you as soon as we can.
  Support is online

EasyBlog APP- Language string

gökhan · ·
7:38 AM Sunday, 05 January 2014
None
in create.title.php file (easyblog app)

*/
defined( '_JEXEC' ) or die( 'Unauthorized Access' );
?>
<a href="/<?php echo $actor->getPermalink();?>"><?php echo $actor->getName();?></a> created a new blog post
<a href="/<?php echo $permalink;?>"><?php echo $blog->title;?></a>.



must be changed to

defined( '_JEXEC' ) or die( 'Unauthorized Access' );
?>
<a href="/<?php echo $actor->getPermalink();?>"><?php echo $actor->getName();?></a>
<?php echo JText::_( 'APP_BLOG_STREAM_CREATED_BLOG_POST' );?>
<a href="/<?php echo $permalink;?>"><?php echo $blog->title;?></a>.
The replies under this section are restricted to logged in users or users with an active subscription with us