by PleegWat » Wed Nov 07, 2007 2:20 pm
If you're not afraid of getting into some php code, it's quite easy.
The files in the memberslist guild/ and realm/ directories do not contain the actual list-drawing logic. They just define how the list is drawn.
You should take one of them (probably realm/index.php), and copy it to the right scope (util scope, so the memberslist root directory). Then you need to modify the SQL query defined in the file, specifically the WHERE clause. In your case you just want to delete it.
For more info, check out the 'EDITING THE CODE' section in addons/memberslist/docs/install.txt
I <3 /bin/bash