Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

"Filtered by: Photos" doesn't display activity when "User commented album"

7 years 11 months ago
Licenses:
JomSocial Active

Hello.

1) Navigate so single album page
2) Post comment to album
Result: We can see actiivity in main stream "User commented *** album"



3) Set in main stream "Filtered by: Photos"
Result: We can't find activity "User commented *** album". Dont know in what filter it can be founded.

Expected result: "Filtered by: Photos" should display stream activity "User commented *** album".

Thanks.


Sorry for my English
Attachments:
7 years 11 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi,

thank you for reporting :)

7 years 11 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

For fixing this open this file components/com_community/models/activities.php, add this code after line 657

// add album, cover, and avatar for filtered by photo
                    if (isset($filters['apps'][0]) && $filters['apps'][0] == 'photo') {
                         $filters['apps'] = array_merge($filters['apps'], array('album', 'avatar', 'cover'));
                     }

find this code
$andWhere[] = ' ( a.' . $db->quoteName('app') . ' REGEXP \'' . implode("'|",
replace to
$andWhere[] = ' ( a.' . $db->quoteName('app') . ' REGEXP \'' . implode("|",

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW