Hi again, I just got sent an email notification that you'd replied to this topic. I see you've deleted the post though, so I was wondering, should I still answer it?
It was about displaying "users with most posts" and "last 10 posts at forum".
I can help you if you let me know. There already is a mod that can do a lot of these things, but it's up to you if you want to use that method. Personally I prefer doing it like this because I can integrate it easily into my own functions and talk to the database directly. The mod uses the in-built vbulletin methods, eg template parsing, which makes it faster to add to your code.
A good example is VBexternal:
https://vborg.vbsupport.ru/showthread.php?t=83005
I found it wasn't flexible enough for me, but you may find it's exactly what you need