MyBB Community Forums
MyBB Community Forums
>
Extensions
>
Themes
>
Theme Support
> How to Access the Newest User
Full Version:
How to Access the Newest User
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
cyimking
2013-05-29, 12:09 PM
Hello,
What is the reference code for newest user? I tried {$stats['newest_user']} but doesn't work.
mmadhankumar
2013-05-29, 02:11 PM
if you just need the name to be printed: {$stats['lastusername']}
if you need the name and profile link: {$newestmember}
MyBB Community Forums
>
Extensions
>
Themes
>
Theme Support
> How to Access the Newest User