From c18728ba6433050a4548c57fe361c459fe1a0d75 Mon Sep 17 00:00:00 2001 From: Daniel Neto Date: Tue, 9 Apr 2024 09:41:00 -0300 Subject: [PATCH] https://github.com/WWBN/AVideo/issues/8665#issuecomment-2041628804 --- objects/video.php | 4 ++-- view/videoCreatorSmall.html | 18 ++++++++++-------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/objects/video.php b/objects/video.php index 38d5041038..98418b7b82 100644 --- a/objects/video.php +++ b/objects/video.php @@ -6327,13 +6327,13 @@ if (!class_exists('Video')) { $content = local_get_contents($template); $channelLinkImageClass = ''; $channelLinkNameClass = ''; - if ($small || !empty($advancedCustom->showChannelPhotoOnVideoItem)) { + if (!empty($advancedCustom->showChannelPhotoOnVideoItem)) { $photo = User::getPhoto($users_id); }else{ $photo = ''; $channelLinkImageClass = 'hidden'; } - if ($small || !empty($advancedCustom->showChannelNameOnVideoItem)) { + if (!empty($advancedCustom->showChannelNameOnVideoItem)) { $name = strip_tags(User::getNameIdentificationById($users_id)); }else{ $name = ''; diff --git a/view/videoCreatorSmall.html b/view/videoCreatorSmall.html index aa9703b0ac..4a0c44f118 100644 --- a/view/videoCreatorSmall.html +++ b/view/videoCreatorSmall.html @@ -1,11 +1,13 @@ -
- + +
+{html} \ No newline at end of file