diff --git a/phpBB/memberlist.php b/phpBB/memberlist.php index 780ebcd11d..235923d426 100644 --- a/phpBB/memberlist.php +++ b/phpBB/memberlist.php @@ -1220,6 +1220,7 @@ switch ($mode) 'COUNT' => $count, 'IP' => $ipdomain, + 'S_IP_SEARCH_ALLOWED' => ($auth->acl_getf_global('m_info')) ? true : false, 'S_IN_SEARCH_POPUP' => ($form && $field) ? true : false, 'S_SEARCH_USER' => true, 'S_FORM_NAME' => $form, diff --git a/phpBB/styles/prosilver/template/forumlist_body.html b/phpBB/styles/prosilver/template/forumlist_body.html index 3332d79421..30c7e5ffee 100644 --- a/phpBB/styles/prosilver/template/forumlist_body.html +++ b/phpBB/styles/prosilver/template/forumlist_body.html @@ -32,7 +32,7 @@ {forumrow.FORUM_DESC}
{forumrow.L_MODERATOR_STR}: {forumrow.MODERATORS} - +
{forumrow.L_SUBFORUM_STR} {forumrow.SUBFORUMS} diff --git a/phpBB/styles/prosilver/template/memberlist_search.html b/phpBB/styles/prosilver/template/memberlist_search.html index 9c2c61fdc8..61c2adca9a 100644 --- a/phpBB/styles/prosilver/template/memberlist_search.html +++ b/phpBB/styles/prosilver/template/memberlist_search.html @@ -85,10 +85,12 @@ function insert_single(user)
+
+
diff --git a/phpBB/styles/subsilver2/template/memberlist_search.html b/phpBB/styles/subsilver2/template/memberlist_search.html index 153eb716ce..c64d7321d0 100644 --- a/phpBB/styles/subsilver2/template/memberlist_search.html +++ b/phpBB/styles/subsilver2/template/memberlist_search.html @@ -107,6 +107,7 @@ {L_SORT_BY}:   + {L_POST_IP}: @@ -116,6 +117,11 @@     + + {L_GROUP}: + + +