From 6e139a1b610f4d1c1348c52cd6083ff66a93ac6e Mon Sep 17 00:00:00 2001 From: novgorodschi catalin Date: Tue, 2 Jun 2026 14:20:21 +0300 Subject: [PATCH] Fix fix --- Templates/Profile/preference.tpl | 43 ++++++++++++++++++++++++++++---- Templates/Profile/vacation.tpl | 16 +++++++++--- install/include/accounts.php | 2 +- 3 files changed, 51 insertions(+), 10 deletions(-) diff --git a/Templates/Profile/preference.tpl b/Templates/Profile/preference.tpl index b0747be8..f26c1c9a 100644 --- a/Templates/Profile/preference.tpl +++ b/Templates/Profile/preference.tpl @@ -348,7 +348,14 @@ if(isset($_POST['lang'])) ========================= --> - + + + @@ -376,7 +383,14 @@ if(isset($_POST['lang'])) ========================= -->
Auto completion
+ Auto completion + + (not coded yet) + +
Used for rally point and marketplace:
- + + + @@ -393,7 +407,14 @@ if(isset($_POST['lang'])) ========================= -->
Large map
+ Large map + + (not coded yet) + +
- + + + @@ -420,7 +441,14 @@ if(isset($_POST['lang'])) ========================= -->
Report filter
+ Report filter + + (not coded yet) + +
- + + + @@ -492,7 +520,12 @@ if(isset($_POST['lang']))
Time preferences
+ Time Preference + + (not coded yet) + +
Here you can change Travian's displayed time to fit your time zone.
- + diff --git a/Templates/Profile/vacation.tpl b/Templates/Profile/vacation.tpl index 708c8400..bf8791d9 100644 --- a/Templates/Profile/vacation.tpl +++ b/Templates/Profile/vacation.tpl @@ -17,6 +17,13 @@ if (NEW_FUNCTIONS_VACATION) { +// ----------------------------------------------------- +// Admin validation check +// ----------------------------------------------------- + +$isAdmin = (isset($session->access) && $session->access == ADMIN); +$isMH = (isset($session->access) && $session->access == MULTIHUNTER); + ?>
Language settings + Language settings + + (not coded yet) + +