From 30fc2dd96fffe83a85e31fbe409d5b4f87b47122 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Sun, 18 Aug 2024 20:36:29 +0700 Subject: [PATCH] Update posting.php --- posting.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/posting.php b/posting.php index 917890fda..fc05a859b 100644 --- a/posting.php +++ b/posting.php @@ -502,6 +502,9 @@ if (!IS_GUEST) { } } +// Anonymous mode +$template->assign_var('SHOW_ANONYMOUS_CHECKBOX'); + $topic_type_toggle = ''; if ($mode == 'newtopic' || ($mode == 'editpost' && $post_data['first_post'])) { // Allow robots indexing