MyBB Community Forums

Full Version: CraKteR's Admin/Users suggestion
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
CraKteR Wrote:I Just did just found out this.
It wasen't possible to click the nick in Admin CP -> Users.

So I did it for easy access to the "Public" profile.

Go to admin/users.php around line 1540, find:
echo "<td class="$bgcolor">$user[username]</td>n";

Replace with:
echo "<td class="$bgcolor"><a href="../member.php?action=profile&uid=$user[uid]">$user[username]</td>n";

I donno where else to post it so. So if you wanna use it go ahead Wink
Ooh Ooh. I just saw this. Ahh okey. I'll Just post here next time then. he he.

Hmm It seems to be some missing "\" there. Maybe It got stripped down somewhere. Ooh well

echo "<td class=\"$bgcolor\"><a href=\"../member.php?action=profile&uid=$user[uid]\">$user[username]</td>\n";
Should work.