From 8e4cd97734fc46f33459c4b00a0fe38b0597f92b Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Mon, 3 Feb 2025 21:16:56 +0300 Subject: [PATCH] misc(notify): Hide notify checkbox in topic for guests (#1793) * misc(notify): Hide notify checkbox in topic for guests * Update usercp_viewprofile.tpl --- styles/templates/default/usercp_viewprofile.tpl | 2 +- styles/templates/default/viewtopic.tpl | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/styles/templates/default/usercp_viewprofile.tpl b/styles/templates/default/usercp_viewprofile.tpl index 558045f9b..5f1cb06b5 100644 --- a/styles/templates/default/usercp_viewprofile.tpl +++ b/styles/templates/default/usercp_viewprofile.tpl @@ -382,7 +382,7 @@ ajax.callback.group_membership = function(data) { [ {L_SEARCH_USER_POSTS} ] [ {L_SEARCH_USER_TOPICS} ] [ {L_SEARCH_RELEASES} ] - [ {L_WATCHED_TOPICS} ] + [ {L_WATCHED_TOPICS} ] [ {FEED_IMG} ]

diff --git a/styles/templates/default/viewtopic.tpl b/styles/templates/default/viewtopic.tpl index d6a9eb2bc..7b6f5e793 100644 --- a/styles/templates/default/viewtopic.tpl +++ b/styles/templates/default/viewtopic.tpl @@ -623,12 +623,14 @@ function build_poll_add_form (src_el) + +