MyBB Community Forums

Full Version: where to get the last registered user information
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dear user

i got a small problem

i am wondering where those variables are coming from in the database

$stats = $cache->read("stats");
$stats['newest_user'] = build_profile_link($stats['lastusername'], $stats['lastuid']);

The reason why i ask that is because i am almost ready with my multiforum but i would like to add the new registered user as latest registered user and not the user from the default instalation

i try to search for that variable but the cach folder is emty , the user in database is changed and i can not find it on a other locatoin and it still shows my first user that i created for the default forum

if i recound the stats then it is also solved
but it would be nice to do it automatic Big Grin

Greetings From PowerChaos