The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Identifying a new page on "Who's Online"?
Since I use a portal, I've renamed my "index.php" to "community.php" and the portal has become the "index.php." However, the Forum Portal (index.php) is defined as "Forum Index" on Who's Online (which is fine), but the Forum List (community.php) is "unknown location." How do I fix that?
Thanks! |
#2
|
||||
|
||||
Take a look at:
https://vborg.vbsupport.ru/showthread.php?t=83247 Nice, clean way to be able to manage all non-vB pages in WOL. Edit to add another option: https://vborg.vbsupport.ru/showthread.php?t=82882 |
#3
|
||||
|
||||
First one doesn't seem to work.. second one is for 3.5. :/ I'm on 3.0.8
I figured it out. For anyone who needs it. Code:
============================= includes/functions_online.php ============================= Find: ___________________________________________________________________________________________ default: if ($permissions['wolpermissions'] & CANWHOSONLINEBAD) ??????????????????????????????????????????????????????????????????????????????????????????? Above this, add: ___________________________________________________________________________________________ case 'XCUSTOMX': $userinfo['action'] = 'XCUSTOMX'; $userinfo['where'] = "<a href=\"XCUSTOMX.php?$session[sessionurl]\">XCUSTOMX</a>"; break; ??????????????????????????????????????????????????????????????????????????????????????????? Find: ___________________________________________________________________________________________ default: $userinfo['activity'] = 'unknown'; } ??????????????????????????????????????????????????????????????????????????????????????????? Above this, add: ___________________________________________________________________________________________ case 'XCUSTOMX.php': $userinfo['activity'] = 'XCUSTOMX'; break; ??????????????????????????????????????????????????????????????????????????????????????????? |
#4
|
||||
|
||||
|
#5
|
||||
|
||||
Sorry, wasn't paying attention to the main forum. *doh*
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|