The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Add user field data to display on admin page
On admin page "Users awaiting for moderation" table contains fields -
name, email, ip and buttons column Is there any module to display additional fields to display in this table in AdminCP? My question on vbulletin.com/forum |
#2
|
|||
|
|||
In file admincp/user.php, around line 1711 is this code:
Code:
// ###################### Start moderate + coppa ####################### if ($_REQUEST['do'] == 'moderate') { $users = $db->query_read(" SELECT userid, username, email, ipaddress FROM " . TABLE_PREFIX . "user WHERE usergroupid = 4 ORDER BY username "); You would need to modify that query to get the fields you want to display, then modify the code below that to add more columns to the table and display the fields from the query. |
#3
|
||||
|
||||
user fields i need to display is a additional field - created via admin pannel
in what table are they stored? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|