The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
How do I get the Unknow location to switch it too something I want.
EXAMPLE: Quote:
to something like: Quote:
-Corn dog |
|
#2
|
||||
|
||||
|
<a href="https://vborg.vbsupport.ru/showthread.php?t=82882" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=82882</a>
May be of help. |
|
#3
|
||||
|
||||
|
Quote:
Quote:
|
|
#4
|
|||
|
|||
|
Quote:
Open: includes/functions_online.php Find: Code:
case 'bugs': $userinfo['action'] = construct_phrase($vbphrase['viewing_x'], 'Bugs'); // Don't report 'bugs' as needing to be translated please :p break; Code:
case 'yourpage':
$userinfo['action'] = 'Viewing Yourpage';
$userinfo['where'] = "<a href=\"yourpage.php?$session[sessionurl]\">Yourpage</a>";
break;
Code:
case 'bugs.php': $userinfo['activity'] = 'bugs'; break; Code:
case 'yourpage.php':
$userinfo['activity'] = 'yourpage';
break;
|
|
#5
|
||||
|
||||
|
He doesn't need to edit a script. He can just make the plugins.
|
|
#6
|
||||
|
||||
|
Quote:
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|