MyBB Community Forums

Full Version: Echo Certain Things on Homepage
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Is is possible to echo certain functions or variables like latest member, top poster, forum stats, who's online, user's avatar, new pm's, etc...? I would like to add some forum integration to my site, and these are some of the things I would like to include.

Kind of something like this maybe?
<?php $mybbuser['avatar']; ?>
I don't get how to make it show on my sites homepage though (which is separate from the forum).

Is it possible to do this? If anyone could help or point me in the right direction, I would greatly appreciate it.

Thanks
From what I can tell, you're going to really have to know your code on this one.
Stuff like $mybbuser['avatar']; doesn't just appear magically.

Possible? Definitely.
You can use the code in index.php as a guide on how to get the information.

Hope that helps.