MyBB Community Forums

Full Version: Profile member's uid variable
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi !
One of my friend developping a plugin, and has a function which is launched in member_profile_start (hook).
He needs the profile member's uid variable and used those ones but don't work :
$memprofile["uid"], $_GET["uid"]
The GET works on MyBB 1.6 but not in 1.8 :/
Please help.
$memprofile['uid'] should work ($uid should also work)