PDA

View Full Version : displaying User Agent in Who's Online link


eclectica
09-20-2005, 04:53 AM
Go to admincp-->vBa CMPS-->Edit Modules: Online Users-->Module Shell Template Options-->Module Link and put in:
{$vbulletin->options[bburl]}/online.php?&ua=1$session[sessionurl]
If you also want to display a different amount than vBulletin's default 50 users per page, then put in something like the following, which is 100 users per page:
{$vbulletin->options[bburl]}/online.php?pp=100&ua=1$session[sessionurl]