Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[D] Hiding accounts from being displayed on member list
Author Message
LiON
Junior Member


Posts: 25
Joined: Aug 2008
Reputation: 0
Post: #1
[D] Hiding accounts from being displayed on member list
Hi dudes,

can someone help here. Its an interesting Mod I think. But until now only working in v1.2.x
The upgrade ZB has done is not working. Who can do to get going for v1.4.x

Have a look: Hiding accounts from being displayed on member list

Thanks in advance.

Greetings LiON

It'll be OK.
08-28-2008 04:58 AM
LiON
Junior Member


Posts: 25
Joined: Aug 2008
Reputation: 0
Post: #2
RE: Hiding accounts from being displayed on member list
OK. My solution.

memberlist.php

find:
PHP Code:
eval("\$users .= \"".$templates->get("memberlist_user")."\";"); 

replace with:
PHP Code:
switch ($user['uid']) {
        case 
X:
        break;
        case 
Y:
        break;
        default:
        eval(
"\$users .= \"".$templates->get("memberlist_user")."\";");
        } 

Change X respectively Y with the uid of the user you want to hide. Its not a plugin, but complies my desire.

Best regards
LiON

It'll be OK.
08-30-2008 05:44 AM


Nickman
Manager



Posts: 1,302
Joined: May 2008
Reputation: 30
Post: #3
RE: Hiding accounts from being displayed on member list
Yeah that solution will work :P If you wanted to do file edits, I could have made a better one. I just couldn't fix that plugin file. You could make it into a setting so that you only have to edit the file once.
08-30-2008 06:00 AM
LiON
Junior Member


Posts: 25
Joined: Aug 2008
Reputation: 0
Post: #4
RE: [D] Hiding accounts from being displayed on member list
Meanwhile Memberlist Hider is released. Well done as always! Thanks a lot!

It'll be OK.
03-22-2009 04:41 AM


 




New to MyBBSource?Need Assistance?
  • Mark Forums Read
  • View Forum Staff
  • Looking for a MyBB Host?

  



Theme created by AK-47. Find more great themes and skins at K! Dezign