BulliM
02-01-2019, 08:24 AM
I've extended user profile site with a PHP-Module, which includes a php file. In this file I need to compare two variables.
$vbulletin->userinfo['userid'];
$vbulletin->page['userid'];
First variable is userid from user, who visits the profile. Second is whos profile you watch.
In my script, second variable is empty. How can I get access to user profiles userid in my included PHP-Script?
--------------- Added 1549044317 at 1549044317 ---------------
Frustrating.
$vbulletin->userinfo['userid'];
$vbulletin->page['userid'];
First variable is userid from user, who visits the profile. Second is whos profile you watch.
In my script, second variable is empty. How can I get access to user profiles userid in my included PHP-Script?
--------------- Added 1549044317 at 1549044317 ---------------
Frustrating.