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 online
Our support specialists is available now. We will attend to you as soon as we can.
  Support is online

EasyBlog User App

Philippe · ·
12:56 AM Friday, 06 April 2018
None
Hello,

In the User Blog App listing, i succeeded to display all items, including articles from Groups and Pages.

For that I modified the file and I deleted the following line :

$query[] = 'AND ' . $db->qn('source_type') . '=' . $db->Quote('easyblog.sitewide');

It worked !
But since the recent update of the application (2.1.3), this technique no longer works... :(

Could you help me please ?
In my opinion it is decided in the following lines :

$contributeSQL = ' AND ((a.`source_type` = ' . $db->Quote(EASYBLOG_POST_SOURCE_SITEWIDE) . ') ';

if ($includeTeam) {
$contributeSQL .= $contributor::genAccessSQL(EASYBLOG_POST_SOURCE_TEAM, 'a');
}

$contributeSQL .= ')';

Thank you,
Philippe
The replies under this section are restricted to logged in users or users with an active subscription with us