Hello Ravenwing!
It's actually quite easy to remove some "unessecery" colums like the "Last Raid" and such.
I used the help of my old Dreamweaver MX to make my site
http://www.mulleboy.se/arg/eqdkp a lot smaller and with less columns.
Simply open the listmembers.html file in the /template/default folder inside your EQDKP folder on your computer.
Alter it in the forms of the colums, remove some and change the lenght of the columns, whatever you want.
This is how my code looks on my listmembers.html file:
CODE
<table width="500" border="0" cellspacing="0" cellpadding="2">
<tr>
<th align="center" width="20" nowrap="nowrap"> </th>
<th align="left" width="35" nowrap="nowrap"> </th>
<th align="left" width="100%"><a href="{U_LIST_MEMBERS}o={O_NAME}{URI_ADDON}">{L_NAME}</a></th>
<th align="left" width="100"><a href="{U_LIST_MEMBERS}o={O_RANK}{URI_ADDON}">{L_RANK}</a></th>
<th align="left" width="40" nowrap="nowrap"><a href="{U_LIST_MEMBERS}o={O_LEVEL}{URI_ADDON}">{L_LEVEL}</a></th>
<th align="left" width="100" nowrap="nowrap"><a href="{U_LIST_MEMBERS}o={O_CLASS}{URI_ADDON}">{L_CLASS}</a></th>
<th align="left" width="80" nowrap="nowrap"><a href="{U_LIST_MEMBERS}o={O_CURRENT}{URI_ADDON}">{L_CURRENT}</a></th>
<th align="left" width="70" nowrap="nowrap"><a href="{U_LIST_MEMBERS}o={O_LASTRAID}{URI_ADDON}">{L_LASTRAID}</a></th>
Notice the words in the end of every line. "L_CURRENT", "L_CLASS". Those indicates what shows in what columns.
Remove the lines of what name you wish and that column will disappear. Of course you do not need Dreamweaver or any other software
for that, simply use the notepad for such an issue. Dreamweaver still gives a good visiual of the site, so i'd recommend going with that.
If you got any further questions, please dont hesitate to ask.
// Mulleboy of DARKSORROW EU WOW