1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 18:29:39 +02:00
DanielnetoDotCom 2021-03-16 15:20:02 -03:00
parent cdbee49407
commit 40b934c12d
16 changed files with 231 additions and 501 deletions

View file

@ -80,7 +80,6 @@ class CustomizeAdvanced extends PluginAbstract {
$obj->useVideoIDOnSEOLinks = true;
$obj->disableAnimatedGif = false;
$obj->removeBrowserChannelLinkFromMenu = false;
$obj->EnableWavesurfer = false;
$obj->EnableMinifyJS = false;
$obj->disableShareAndPlaylist = false;
$obj->disableShareOnly = false;
@ -208,7 +207,7 @@ class CustomizeAdvanced extends PluginAbstract {
public function getHelp() {
if (User::isAdmin()) {
return "<h2 id='CustomizeAdvanced help'>CustomizeAdvanced (admin)</h2><p>" . $this->getDescription() . "</p><table class='table'><tbody><tr><td>EnableWavesurfer</td><td>Enables the visualisation for audio. This will always download full audio first, so with big audio-files, you might better disable it.</td></tr><tr><td>commentsMaxLength</td><td>Maximum lenght for comments in videos</td></tr><tr><td>disableYoutubePlayerIntegration</td> <td>Disables the integrating of youtube-videos and just embed them.</td></tr><tr><td>EnableMinifyJS</td><td>Minify your JS. Clear videos/cache after changing this option.</td></tr></tbody></table>";
return "<h2 id='CustomizeAdvanced help'>CustomizeAdvanced (admin)</h2><p>" . $this->getDescription() . "</p>";
}
return "";
}