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 Pagination Plugin Error in Joomla 3.4

Ismew · ·
9:53 AM Friday, 27 February 2015
None
Hi, i find error in easyblog pagination in joomla 3.4,
the pagination is disfunction,
the solution is at _ components/com_easyblog/helpers/helper.php ;)
-> at line 1610

public static function triggerEvent( $event , &$row , &$params , $limitstart )
{
$dispatcher = JDispatcher::getInstance();
$version = EasyBlogHelper::getJoomlaVersion();
$events = array(

add this line:
'3.4' => array(
'easyblog.prepareContent' => 'onEasyBlogPrepareContent',
'easyblog.beforeSave' => 'onBeforeEasyBlogSave',
'easyblog.commentCount' => 'onGetCommentCount',
'prepareContent' => 'onContentPrepare',
'afterDisplayTitle' => 'onContentAfterTitle',
'beforeDisplayContent' => 'onContentBeforeDisplay',
'afterDisplayContent' => 'onContentAfterDisplay',
'beforeSave' => 'onContentBeforeSave'
)
The replies under this section are restricted to logged in users or users with an active subscription with us