The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
currently active users has space before comma
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 have been working on my forums over the past few days so thats why it was on, it didn't click that it could be this that was causing it. Thanks again :up:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|