PDA

View Full Version : Removing Columns from Members List


revlimiter
01-03-2007, 08:21 PM
How do I remove some of the columns from the Members List page (memberlist.php) that I do not want? Can this be done throug the vBulletin backend interface? Thank you,

Attilitus
01-03-2007, 09:08 PM
DELETE FROM table_name
WHERE column_name = some_value

Straight from: http://www.w3schools.com/sql/sql_delete.asp

You can run it througb the admincp runsql query option under maintenance.

revlimiter
01-03-2007, 09:13 PM
Thanks, Attilitus

But I get a vBulletin Message saying:
"You are not authorized to execute SQL queries"

How can I fix this?

Attilitus
01-03-2007, 09:21 PM
Give yourself permission by editing your config.php file.

revlimiter
01-04-2007, 02:14 PM
Haha, I can't find the "config.php" file anywhere on FTP.. was this deleted after the install?

Princeton
01-04-2007, 02:49 PM
you can disable/enable some member list options via the admincp / vbulletin options / User Listing & Profile Viewing