I cannot seem to get the plugin to accept a userid in the menu. I'm probably overlooking something obvious, but here's my code:
Code:
$tablinks .= '<li><a href="tracker.php?'. $session['sessionurl'] . '&do=search&userid=' .
$bbuserinfo['userid'] . '">
In the page defined in the plugin (tracker), I do have the line to include the vB stuff:
Code:
require_once('./global.php');
I tried putting an if ($bbuserinfo[userid]) block around the statement above, but that doesn't show any links. I even tried adding a $vbulletin->bbuserinfo in front of it, but again, no luck.
Any ideas what I might be doing wrong or overlooking?
Thanks