diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index abd7719c0d..ee79525643 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -207,6 +207,7 @@
[Fix] Add header gradient back into subsilver2 but keep site logo easily replaceable with smaller and bigger ones. (Bug #11142 - Patch by dark/Rain and Raimon)
[Fix] Send activation email when activating user from user settings. (Bug #43145)
[Fix] Do not show resend activation email link when using admin activation. (Bug #44375 - Patch by bbrunnrman)
+ [Fix] Do not display links to user/post search if search is disabled. (Bug #50685 - Patch by HardStyle)
[Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).
[Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
[Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
diff --git a/phpBB/styles/prosilver/template/memberlist_view.html b/phpBB/styles/prosilver/template/memberlist_view.html
index 734afa6963..031bfec6ff 100644
--- a/phpBB/styles/prosilver/template/memberlist_view.html
+++ b/phpBB/styles/prosilver/template/memberlist_view.html
@@ -84,7 +84,7 @@
{WARNINGS} [ {L_VIEW_NOTES} | {L_WARN_USER} ]
{L_TOTAL_POSTS}:
- {POSTS} | {L_SEARCH_USER_POSTS}
+ {POSTS} | {L_SEARCH_USER_POSTS}
({POSTS_PCT} / {POSTS_DAY})
({L_POSTS_IN_QUEUE})
({L_POSTS_IN_QUEUE})
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html
index f9f9dcfdff..7c8903b474 100644
--- a/phpBB/styles/prosilver/template/overall_header.html
+++ b/phpBB/styles/prosilver/template/overall_header.html
@@ -148,8 +148,10 @@