mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
Add a new video status
unlisted but searchable
This commit is contained in:
parent
f509db6cc6
commit
f574e97d2a
32 changed files with 1297 additions and 435 deletions
|
@ -544,6 +544,7 @@ class CustomizeUser extends PluginAbstract {
|
|||
|
||||
$btn .= '<li><a data-toggle="tab" href="#tabAffiliation">' . __('Affiliations') . ' ' . $totalNotifications . '</a></li>';
|
||||
}
|
||||
$btn .= '<li><a data-toggle="tab" href="#tabSubscriptions">' . __('Subscriptions') . '</a></li>';
|
||||
$btn .= '<li><a onclick="avideoModalIframeSmall(webSiteRootURL+\'plugin/CustomizeUser/confirmDeleteUser.php?users_id=' . $users_id . '\');return false;" style="cursor: pointer;"><i class="fas fa-trash"></i> ' . __('Delete my account') . '</a></li>';
|
||||
return $btn;
|
||||
}
|
||||
|
@ -587,6 +588,8 @@ class CustomizeUser extends PluginAbstract {
|
|||
include $global['systemRootPath'] . 'plugin/CustomizeUser/View/tabAffiliation.php';
|
||||
}
|
||||
|
||||
$tabId = 'tabSubscriptions';
|
||||
include $global['systemRootPath'] . 'plugin/CustomizeUser/View/tabSubscriptions.php';
|
||||
return $btn;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue