My membership site is in the form of a blog, where each post has link to a video tutorial.
I use the code, [s2If current_user_can(access_s2member_level1)] video link [/s2If], so that the blog is visible to all but the video link is protected and is only visible to members.
Now the video in the link also has to be protected, so I've uploaded the video to this directory, http://www.mysite.com/s2member-files/ac ... /video.mp4
I now use the URL, http://www.mysite.com/?s2member_file_do ... /video.mp4, as the video link in the blog page.
However, the video link does not work when I click on the link in the blog page. My role here is as the administrator.
Please help!!