![]() |
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! |
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')) . '";'); |
thanks for the help, but it's still there :confused:
|
Try this: vBulletin Option > General Settings> Add Template Name in HTML Comments: set to No ... ;)
|
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:
|
All times are GMT. The time now is 11:35 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|