View Full Version : Member List hack
NTR Plus
12-29-2002, 05:12 PM
1. Looking for a hack that will show all email links in the email column of the members list when logged in as an admin. I would like to see all regardless if they chose visible or invisible.
2. Is there a hack that allows avatars to be shown in the members list.
Thanks in advance.
Xenon
12-30-2002, 10:34 AM
1.
open memberlist.php
find this:
if ($userinfo[showemail] and $displayemails) {
and replace with: if ($bbuserinfo['usergroupid']==6 or($userinfo[showemail] and $displayemails)) {
NTR Plus
12-30-2002, 03:35 PM
Thanks for the response, BUT, I recieve an error on line 174 when I replace that line with your suggested line. I do have a couple hacks installed so this might be why.
Attached is a vopy of my memerslist.php
I appreciate your help and based on my members suggestions I would like the following if at all possible:
1. No groups permitted to see the email option when looking at the members list except admins.
In others word everone in all group will see empty data in the email feild, Admins will see the email button no matter what, even if the member chose to be hidden.
Really appreciate any help here
NTR Plus
Xenon
12-30-2002, 03:44 PM
*deletefile*
you are not allowed to post vb-files here!
nevertheless i just made a typingmistake, retry the code now :)
NTR Plus
12-30-2002, 04:26 PM
Thank you and I'll learn the rules eventually. :rolleyes:
I also changed your line so I could achieve my second goal.
if ($bbuserinfo['usergroupid']==6) {
Again Many thanks
Xenon
12-30-2002, 05:01 PM
no problem :)
you're welcome
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.