The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I want to change the comma seperator between user names on the Whos Online block to something else. Where would I change this so that say I could use a - or a * between user names?
|
#2
|
||||
|
||||
![]()
A "*" is already used for invisible users.
There is no way to do this other than by editing the activeusers code in index.php |
#3
|
|||
|
|||
![]()
What part needs the edit to change that?
|
#4
|
|||
|
|||
![]()
I am digging this up again, when you remove the comma, the first person logged in breaks, or at least their hyperlink breaks, while the rest appear fine. Why is this?
|
#5
|
|||
|
|||
![]()
it will be because of this which follows straight after it
Code:
// memory saving unset($userinfos, $loggedin); $activeusers = substr($activeusers, 2); // get rid of initial comma |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|