MyBB Community Forums

Full Version: Only show approved members on board statistics
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
huh ?

and index.lang.php has

$l['stats_newestuser'] = "Please welcome our newest member, <b>{1}</b>";

but how do you get to the query that generates {1} ?
(2018-08-24, 04:29 PM)Ashley1 Wrote: [ -> ]huh ?

and index.lang.php has

$l['stats_newestuser'] = "Please welcome our newest member, <b>{1}</b>";

but how do you get to the query that generates {1} ?
It uses the build_profile_function from inc/functions.php and uses the below line in index.php to add the profile link in {1}
	$lang->stats_newestuser = $lang->sprintf($lang->stats_newestuser, $newestmember);
Pages: 1 2