mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
Ability to have category pages populate separate from the homepage
PPV now works per usergroup SecureDirectory now allow you only allow embeded whitelist pages, so im makes easier to youse as an OTT app
This commit is contained in:
parent
2cc8612149
commit
4826a6ec2e
31 changed files with 684 additions and 321 deletions
|
@ -33,7 +33,7 @@ class CustomizeAdvanced extends PluginAbstract {
|
|||
public function getEmptyDataObject() {
|
||||
global $global;
|
||||
$obj = new stdClass();
|
||||
$obj->logoMenuBarURL = $global['webSiteRootURL'];
|
||||
$obj->logoMenuBarURL = "";
|
||||
$obj->encoderNetwork = "https://network.avideo.com/";
|
||||
$obj->useEncoderNetworkRecomendation = false;
|
||||
$obj->doNotShowEncoderNetwork = true;
|
||||
|
@ -185,6 +185,12 @@ class CustomizeAdvanced extends PluginAbstract {
|
|||
$obj->footerStyle = "position: fixed;bottom: 0;width: 100%;";
|
||||
$obj->disableVideoTags = false;
|
||||
|
||||
|
||||
$o = new stdClass();
|
||||
$o->type = DateTimeZone::listIdentifiers(DateTimeZone::ALL);
|
||||
$o->value = 0;
|
||||
$obj->timeZone = $o;
|
||||
|
||||
return $obj;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue