Thank you, that's exactly what I was looking for.
Quote:
Originally Posted by Opserty
You use
PHP Code:
$vbulletin->userinfo['blabla']
Instead of $bbuserinfo['blabla'], when your working with userinfo in PHP code. I'm sure you should be able to access $vbuletin->userinfo within your PHP script that you are including.
|
Any idea how I pass variables through the url when using a plugin?
Code:
include('ladderpanel.php?op=top');