You can use this code to find out if a person is new:
global $qa_login_userid, $qa_db;
if (isset($qa_login_userid)) {
$user=qa_db_single_select($qa_db, qa_db_user_account_selectspec($qa_login_userid, true));
if ((time()-$user['created'])<86400)
// SHOW SPECIAL MESSAGE
}
You can use an advanced HTML theme to put that wherever is appropriate, perhaps as a prefix to the sidebar.