The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
i add these codes in the function_online.php
Code:
case '/index.php':
switch($values['page'])
{
case 'recipe':
case 'nonrecipe':
case 'items':
$userinfo['activity'] = 'items';
}
break;
Code:
case 'items': $userinfo['action'] = 'Viewing Items List'; $userinfo['where'] = "<a href=\"/index.php?page=items\">$vboptions[bbtitle] Items List</a>"; break; any ideas? Edit: btw, index.php is vBAdvanced portal file, it's in the root folder (not the one in the forum folder) |
|
#2
|
||||
|
||||
|
just a complete guess here, but try changing
case '/index.php': to case './index.php': because I believe its looking at /index.php at the forum root level. lemme know if this is the fix cuz im going to need to do the same thing soon. |
|
#3
|
|||
|
|||
|
it doesnt work
|
|
#4
|
|||
|
|||
|
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|