aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_users.php
diff options
context:
space:
mode:
authorgeetakshi <geetakshi.19@gmail.com>2014-03-17 00:52:11 +0530
committergeetakshi <geetakshi.19@gmail.com>2014-03-17 00:52:11 +0530
commit418034af0eb305a52fac990ce83e27f09524cfce (patch)
tree7da3fb7258c51980a14372763ef18b1b068cbb23 /phpBB/includes/acp/acp_users.php
parentc1b48bdd0116d5aa39545c5c3d2797e34ebc1948 (diff)
downloadforums-418034af0eb305a52fac990ce83e27f09524cfce.tar
forums-418034af0eb305a52fac990ce83e27f09524cfce.tar.gz
forums-418034af0eb305a52fac990ce83e27f09524cfce.tar.bz2
forums-418034af0eb305a52fac990ce83e27f09524cfce.tar.xz
forums-418034af0eb305a52fac990ce83e27f09524cfce.zip
[ticket/12035] Adding link to user posts to ACP page
Adding link of posts behind displayed number of posts of the user PHPBB3-12035
Diffstat (limited to 'phpBB/includes/acp/acp_users.php')
-rw-r--r--phpBB/includes/acp/acp_users.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/acp/acp_users.php b/phpBB/includes/acp/acp_users.php
index 61d08a49cf..97bf850f6e 100644
--- a/phpBB/includes/acp/acp_users.php
+++ b/phpBB/includes/acp/acp_users.php
@@ -1037,6 +1037,7 @@ class acp_users
'U_SHOW_IP' => $this->u_action . "&amp;u=$user_id&amp;ip=" . (($ip == 'ip') ? 'hostname' : 'ip'),
'U_WHOIS' => $this->u_action . "&amp;action=whois&amp;user_ip={$user_row['user_ip']}",
'U_MCP_QUEUE' => ($auth->acl_getf_global('m_approve')) ? append_sid("{$phpbb_root_path}mcp.$phpEx", 'i=queue', true, $user->session_id) : '',
+ 'U_SEARCH_USER' => ($auth->acl_get('u_search')) ? append_sid("{$phpbb_root_path}search.$phpEx", "author_id={$user_row['user_id']}&amp;sr=posts") : '',
'U_SWITCH_PERMISSIONS' => ($auth->acl_get('a_switchperm') && $user->data['user_id'] != $user_row['user_id']) ? append_sid("{$phpbb_root_path}ucp.$phpEx", "mode=switch_perm&amp;u={$user_row['user_id']}&amp;hash=" . generate_link_hash('switchperm')) : '',