By Haki Saki on Saturday, 27 February 2016
Posted in Technical Issues
Replies 4
Likes 0
Views 335
Votes 0
This is a continuation from "Video Module Not Showing" post I made earlier.

You said the reason visitors couldn't see the Video Module was because the Group was closed. Actually, it's an open group but all our group content can only be seen by registered users.

That said, is it possible to show any videos (that are posted inside ES) to unregistered users? Ideally, I would like to show videos (that are posted in ES) and if a unregistered user clicks on it, it will prompt them to log in to ES/our website..thoughts?
Hi Haki Saki,

I am really sorry for the delay of this reply as its weekends for all of us here.

It seems like the issue is because you have set the module to display 1 video for each page load with random sorting. When the module are trying to display a private video that are not accessible for public, then the module will not output anything on the page. We are still investigating on the issue and hopefully will be able to provide a proper solution later.

Thanks for understanding.
·
Monday, 29 February 2016 13:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Haki Saki,

Can you download my attachment below and place it inside your /modules/mod_easysocial_videos/ folder and see how it goes?
·
Monday, 29 February 2016 16:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks, that seems to do the trick..anything I should know about that file? any new settings in the back-end to control that?
·
Tuesday, 01 March 2016 00:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Haki Saki,

Currently it do not have any settings in the backend yet but you could change the privacy options by manually edit the following code at line 68 inside that file:
$ignorePrivacy = true;

// Change to

$ignorePrivacy = false;


We will try to add the settings for this in the future release of easysocial.
·
Tuesday, 01 March 2016 11:18
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post