From 651b1cc9f816963774c8b963cea6d528c43447e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Tue, 13 Feb 2018 10:52:05 -0500 Subject: [PATCH] closes #6321 --- install/data/navigation.json | 11 ----------- public/language/en-GB/admin/general/navigation.json | 3 --- public/src/modules/helpers.js | 3 +-- src/views/admin/general/navigation.tpl | 9 --------- 4 files changed, 1 insertion(+), 25 deletions(-) diff --git a/install/data/navigation.json b/install/data/navigation.json index 8c7965dc7e..3f47367ce8 100644 --- a/install/data/navigation.json +++ b/install/data/navigation.json @@ -70,16 +70,5 @@ "targetBlank": false, "adminOnly": true } - }, - { - "route": "/search", - "title": "[[global:header.search]]", - "enabled": true, - "iconClass": "fa-search", - "textClass": "visible-xs-inline", - "text": "[[global:header.search]]", - "properties": { - "searchInstalled": true - } } ] \ No newline at end of file diff --git a/public/language/en-GB/admin/general/navigation.json b/public/language/en-GB/admin/general/navigation.json index 9abf7f58cc..a199668ae2 100644 --- a/public/language/en-GB/admin/general/navigation.json +++ b/public/language/en-GB/admin/general/navigation.json @@ -14,9 +14,6 @@ "only-guest": "Only display to guests", "open-new-window": "Open in a new window", - "installed-plugins-required": "Installed Plugins Required:", - "search-plugin": "Search plugin", - "btn.delete": "Delete", "btn.disable": "Disable", "btn.enable": "Enable", diff --git a/public/src/modules/helpers.js b/public/src/modules/helpers.js index d682faf947..0a3eea6b26 100644 --- a/public/src/modules/helpers.js +++ b/public/src/modules/helpers.js @@ -46,8 +46,7 @@ if ((properties.loggedIn && !loggedIn) || (properties.guestOnly && loggedIn) || (properties.globalMod && !data.isGlobalMod && !data.isAdmin) || - (properties.adminOnly && !data.isAdmin) || - (properties.searchInstalled && !data.searchEnabled)) { + (properties.adminOnly && !data.isAdmin)) { return false; } } diff --git a/src/views/admin/general/navigation.tpl b/src/views/admin/general/navigation.tpl index 7be444f3d1..1ba3477a07 100644 --- a/src/views/admin/general/navigation.tpl +++ b/src/views/admin/general/navigation.tpl @@ -91,15 +91,6 @@ - [[admin/general/navigation:installed-plugins-required]] - -
- -
-