The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I think it would be useful to have a script, (either public or just in the admin section) that would give a list of the most ignored users and the users who are on the most number of buddy lists. That would be useful, as it would give an indication of who is the biggest pain in the butt (for possibly banning), and who is liked most by the other members.
|
#2
|
||||
|
||||
![]()
good idea but not easy to implement..
Buddy's and ignored users are not saved seperately inside db so there is not a magic SQL command to list/count them all. A special script should be written and it would go through the entire database (user table) and count the all userid in buddy and ignore lists, then sort them. As this would be server intensive it wouldnt be possible to make it publicly open to all users. Your best bet would be put it inside Admin CP and run it when necessary.. My 2 cents.. |
#3
|
|||
|
|||
![]() Quote:
|
#4
|
||||
|
||||
![]()
the other possibility is, you can create two extra fields and store the ammount of users in them which have put this user on a buddylist/ignorelist
you have to change the member2.php to increase the number if someone is added: disadvantage: this just works for new users which are put on the buddylist, so you have to revert alle lists to NULL and then add the lines into member2.php but afterwards you can show the ammount to every user with no extra serverload Another 2 cents, now you have 4 ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|