By Kirill Pilipenko on Saturday, 10 March 2018
Posted in General Issues
Likes 0
Views 383
Votes 0
Hello. So there is a bug with your "mod_easysocial_videos" which display videos from EasySocial.
For some reasons, only videos from user pages are displayed.
There is a request to mysql base (#yourtag#_social_videos).
But it doesn't pull out all videos. Videos posted in groups/pages are not posted in this module. Can you tell me how can I add this?
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

Currently it will not show those group/event/page video on the video module, but you can modify on this file -> JoomlaFolder/administrator/components/com_easysocial/models/videos.php


// comment out this line 710 of code
$query[] = 'and a.`type` = ' . $db->Quote('user');
·
Saturday, 10 March 2018 10:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you! That helped.
·
Monday, 12 March 2018 22:47
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Monday, 12 March 2018 23:14
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post