From 6dd1d5097c8c3963facee6dc8bbe1cb62a18995b Mon Sep 17 00:00:00 2001 From: samerton Date: Sat, 28 Aug 2021 15:32:02 +0100 Subject: [PATCH] Convert follow topic to post request #2033 --- .../DefaultRevamp/forum/view_topic.tpl | 10 ++++- modules/Forum/pages/forum/view_topic.php | 44 ++++++++++--------- 2 files changed, 31 insertions(+), 23 deletions(-) diff --git a/custom/templates/DefaultRevamp/forum/view_topic.tpl b/custom/templates/DefaultRevamp/forum/view_topic.tpl index 19ee969809..533b2ec1f4 100755 --- a/custom/templates/DefaultRevamp/forum/view_topic.tpl +++ b/custom/templates/DefaultRevamp/forum/view_topic.tpl @@ -56,9 +56,15 @@
{if isset($UNFOLLOW)} - {$UNFOLLOW} +
+ + +
{elseif isset($FOLLOW)} - {$FOLLOW} +
+ + +
{/if} {if isset($CAN_MODERATE)}