News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Checking log for changed username

Started by acynonyxx, April 03, 2008, 03:09:10 AM

Previous topic - Next topic

acynonyxx

Is there a way to see if someones username (login) was changed recently?

Thanks.

Bulakbol

I don't think there is. I let my members change their display name but not their real name. It confuses others so I edited my who's online page using <acronym></acronym> that when you hover over their new display name, their real name pop-up. I only inform about the trick to those who complain.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

Bulakbol

Yes. default/Who.template.php. I only actually changed the 'name' to 'username' from
<span', $member['is_hidden'] ? ' style="font-style: italic;"' : '', '>', $member['is_guest'] ? $member['name'] : '<a href="' . $member['href'] . '" title="' . $txt['profile_of'] . ' ' . $member['name'] . '"' . (empty($member['color']) ? '' : ' style="color: ' . $member['color'] . '"') . '>' . $member['name'] . '</a>', '</span>';

to this.
<span', $member['is_hidden'] ? ' style="font-style: italic;"' : '', '>', $member['is_guest'] ? $member['name'] : '<a href="' . $member['href'] . '" title="' . $txt['profile_of'] . ' ' . $member['username'] . '"' . (empty($member['color']) ? '' : ' style="color: ' . $member['color'] . '"') . '>' . $member['name'] . '</a>', '</span>';

When you hover your mouse over the new display name, it will popup the "View profile of {realname}".
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

SleePy

If you have admin/moderator and user logging enabled then you can view it in Profile -> Tracking.
Jeremy D ~ Site Team / SMF Developer ~ GitHub Profile ~ Join us on IRC @ Libera.chat/#smf ~ Support the SMF Support team!

Advertisement: