![]() |
syntax to find a member
I can use http://domainname.com/member.php?u=14196
to find a member by their user ID what syntax would I use to find a user by their username? |
<a href="https://vborg.vbsupport.ru/member.php?username=pattycake" target="_blank">https://vborg.vbsupport.ru/membe...name=pattycake</a>
|
thank you
--------------- Added [DATE]1387227859[/DATE] at [TIME]1387227859[/TIME] --------------- That works great but how about if I am in the admin panel? Link in admin is: http://domainname.com/admincp/user.php?do=edit&u=146110 how about same link in the admin cp for username (and/or email address) |
You can't directly link to a user's profile in the admincp with a username or email.
|
That's true, but you can do this:
Code:
admincp/user.php?do=find&user[username]=pattycake and it will redirect to the "edit user" page if there is only one user found. You could also add &submit=Exact%20Match to limit it to exact user names (probably what you'd want to do if you're trying to link to a specific user). Also you should be able to replace user[username] with user[email] to search by email. If you're writing a php script to do this, you'd obviously want to url encode the user name or email address. |
Quote:
|
Quote:
|
All times are GMT. The time now is 04:44 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|