ah hah! That worked well. I added this to the php file of the login mod I'm using:
Code: Select all
$template->assign_var('CURRENT_USERNAME', $user->data['username']);
and now adding {CURRENT_USERNAME} within that mod makes the current logged-in user's username appear.
Thanks!