UBB.Dev
Posted By: Max Fisch admin showprofile - 11/29/2001 9:19 PM
If you use the admin show/edit users functions, and identify a user, you can currently edit the user's profile after selecting them... however, you can't simply view their profile in order to send them a private message or search for posts made by the user.

Here's a simple mod to add the option. It's so simple, I'm embarrassed to post it, but it does make my life a lot easier, so here it is:

in admin/selectoption.php , around line 92, right after
echo "
and before
<tr><td width=30% class=lighttable>
<a href="$config[phpurl]/admin/showoneuser.php?Cat=$Cat&User=$Euser">Edit profile</a>

Add the following section:


<tr><td width=30% class=lighttable>
<a href="$config[phpurl]/showprofile.php?Cat=$Cat&User=$Euser">Show profile</a>
</td><td width=70% class=darktable>
Show this user's profile
</td></tr>

Max
© UBB.Developers