The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
i have a problem to edit includes/function_online.php to integrate coppermine in it.
My forum path is / my gallery path is /gallery/ so i edit function online, i add: Code:
case 'gallery': $userinfo['action'] = $vbphrase['viewing_gallery']; $userinfo['where'] = "<a href=\"$userinfo[location]\">$userinfo[location]</a>"; break; and after Code:
else
{
$userinfo['activity'] = 'modcp';
}
return $userinfo;
}
Code:
else if (strpos($token, "/gallery/") !== false)
{
{
$userinfo['activity'] = 'gallery';
}
return $userinfo;
}
someone can help me? |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|