Now, onto the problem.
I have been trying to make VCD-db to allow unregistered users to view the movie I upload as an admin. I've found that the function that hides the play button resides in VCDPageBaseItem.php at around line 176:
- Code: Select all
if (VCDUtils::isLoggedIn()) {
$this->doMetadata();
}
and by commenting this line it does shows the play button.
Thing is that if I press the play button nothing happens if I'm logged out, but if I'm logged in the file plays. I guess
I know you have a special function in version 1.0 to make a movie playable for the public but I'm supposed to have a site ready the coming week (and I don't think you'll release the new version that fast cause I know it needs lots of work
Any help will be greatly appreciated!
Thanks in advance.
