View Full Version : How do i get userid in profile page?
nicedreams
01-25-2006, 11:24 PM
I'm trying to get the value of the userid of the user I am viewing on their profile page? I need it for a value in a plugin on working on.
Jim
Snake
01-25-2006, 11:59 PM
https://vborg.vbsupport.ru/showthread.php?s=&threadid=98584
Search is your friend! :)
nicedreams
01-26-2006, 12:18 AM
https://vborg.vbsupport.ru/showthread.php?s=&threadid=98584
Search is your friend! :)
Yes, been using search all day.
And no, that's not what I'm looking for. Maybe I didn't explain it correctly.
I have a plugin under global start, the variable is being called from the profile page.
ob_start();
$memid = $userinfo[userid];
include("../jim_profile_gallery.php");
$jim_profile_gallery = ob_get_contents();
ob_end_clean();
$userinfo[userid] quals null.
I need $memid to equal the userid of the member's profile I am viewing.
Jim
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.