The Arcive of vBulletin Modifications Site. |
|
Don't show users with 0 posts in memberlist Details »»
|
|||||||||||||||||||||||||||
|
Don't show users with 0 posts in memberlist
Developer Last Online: Jun 2020
Please click on INSTALL if you installed this hack! Thanks!
What does this hack do? It will remove all users with 0 posts from the members list, so that they can't be found by other members. This is useful if you want to show only the active users, who have made at least one post, instead of the ones who only register to use member-only functions ![]() *NOTE: Ported over from my own version of this hack for vBulletin 2. Instructions Open memberlist.php and find: PHP Code:
PHP Code:
![]() Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
thank You Gary to divide it
|
|
#3
|
||||
|
||||
|
Nice and simple, but effective. Thanks.
|
|
#4
|
|||
|
|||
|
Quote:
|
|
#5
|
||||
|
||||
|
Thanks
|
|
#6
|
||||
|
||||
|
Sweet little hack, will use this.
|
|
#7
|
|||
|
|||
|
You could do this with conditionals too?
Edit memberlist_resultsbit. For the first line put: <if condition="$userinfo[posts] != 0"> For the last line put: </if> Job done, no files edited. Just an alternative. A nice idea too, never thought of doing that but it could save on a lot of "noise" or useless entries. |
|
#8
|
||||
|
||||
|
^^ nice
|
|
#9
|
||||
|
||||
|
This hack rocks, thanks for it!
/me hits install. |
|
#10
|
||||
|
||||
|
This is fantastic! My list went from 15 pages to 5.
|
![]() |
|
|