The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Need a quick hand with a Who's Online location
My IRC chat uses webtemplates, based off of view.php. In who's online, I get the following for the user's location:
Code:
Unknown Location /forum/view.php?pg=ircchat Code:
case '/forum/view.php?pg=ircchat': $userinfo['activity'] = 'IRC'; break; Code:
case 'IRC': $userinfo['action'] = 'In The Chat Room'; $userinfo['where'] = "<a href=\"view.php?pg=ircchat$session[sessionurl]\">IRC Chat</a>"; break; What am I missing? Thanks in advance. Edit, missed a step in the webtemplates installer, so it's solved. Thanks anyhow. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|