The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
between each online user in the 'currently active users' box, there is a space before each comma like this:
user1 , user2 , user3 , user4 how do i get rid of the space? thanks! |
#2
|
||||
|
||||
![]()
Make sure there isn't any spacing at the end of forumhome_loggedinuser template
If that won't help then in index.php find this: Code:
eval('$activeusers .= ", ' . fetch_template('forumhome_loggedinuser') . '";'); Code:
eval('$activeusers .= ", ' . trim(fetch_template('forumhome_loggedinuser')) . '";'); |
#3
|
|||
|
|||
![]()
thanks for the help, but it's still there
![]() |
#4
|
|||
|
|||
![]()
Try this: vBulletin Option > General Settings> Add Template Name in HTML Comments: set to No ...
![]() |
#5
|
|||
|
|||
![]()
that worked, thanks
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|