The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
Well, if you search in showthread.php for:
PHP Code:
I think this is start of the part that adds the current user. A little below that is: PHP Code:
Then below that is a loop which starts: PHP Code:
That looks like the part that adds all the other active users, one at a time. A little below that is: PHP Code:
The ".=" appends to the string, so that line adds one more user. Since you are using misc.php whihc doesn't have this code, $activeusers (which appears in the part of the template you borrowed from SHOWTHREAD) will be blank. So, you could try copying the block of code between these comments: PHP Code:
ETA: ...also, there may be important things that happen in the code before the block I mentioned above, in which case you may need to copy more that just that block. |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|