MyBB Community Forums

Full Version: Help With Rank List on Home Site
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I saw a tutorial here on how to create a login from a homepage, and I was also wondering on how I'd start on a sort of ranks list page, where I'd get the page to retreive the post count and just highlight their current rank on a table (with the whole list in it).

I only started with PHP, and I know some of the basics... ^^;

Thanks for any help.
http://community.mybboard.net/showthread.php?tid=6190
That's the link to the login form

The rank page can be done by going to www.domain.com/memberlist.php?by=postnum&order=DESC. If you want to make the page yourself with just a few columns on it then reply and I'll give some sample code.