vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   currently active users has space before comma (https://vborg.vbsupport.ru/showthread.php?t=140030)

neologan 02-21-2007 08:16 AM

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!

CyberAlien 02-21-2007 08:37 AM

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') . '";');
and replace with this:
Code:

                        eval('$activeusers .= ", ' . trim(fetch_template('forumhome_loggedinuser')) . '";');

neologan 02-21-2007 08:50 AM

thanks for the help, but it's still there :confused:

EvilHawk 02-21-2007 02:08 PM

Try this: vBulletin Option > General Settings> Add Template Name in HTML Comments: set to No ... ;)

neologan 02-21-2007 02:11 PM

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
  • Page Generation 0.01148 seconds
  • Memory Usage 1,710KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete