vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Comma ? (https://vborg.vbsupport.ru/showthread.php?t=139579)

avrasya 02-16-2007 02:04 PM

Comma ?
 
1 Attachment(s)
Where can I disable this option ? I don't want to see the comma between the users.

paul41598 02-16-2007 04:32 PM

I'm not sure if you can turn that off from within the admincp. I'm almost sure you can't.

If you really want though you can open up index.php

find:

PHP Code:

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

replace with:

PHP Code:

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


Arrogant-One 10-29-2010 08:26 AM

Quote:

Originally Posted by paul41598 (Post 1184010)
I'm not sure if you can turn that off from within the admincp. I'm almost sure you can't.

If you really want though you can open up index.php

Where would I find index.php?

Is that in the FTP or is it in the style templates?

I have the opposite problem, a space but no comma. I liked the comma, and want it back.


Lynne 10-29-2010 01:53 PM

index.php is a file. So, you need to ftp to your site to see it.

Arrogant-One 11-01-2010 10:18 PM

Quote:

Originally Posted by Lynne (Post 2115669)
index.php is a file. So, you need to ftp to your site to see it.

Thanks.

When I FTP the folders are:

bin
conf
dev
etc
httpdocs
lib
sh
tmp
usr
.HOSTING PROFILE

Could you please tell me which one of these would contain the index.php ?

Lynne 11-01-2010 10:26 PM

Did your host not tell you where you home directory is? It should be in the directory where you originally had to go to install vbulletin. I would guess that inside the httpdocs directory is another directory for your site and the index.php file should be in there.

Arrogant-One 11-01-2010 11:24 PM

Quote:

Originally Posted by Lynne (Post 2116939)
Did your host not tell you where you home directory is? It should be in the directory where you originally had to go to install vbulletin. I would guess that inside the httpdocs directory is another directory for your site and the index.php file should be in there.

There is an index.php file there. It looks like this:

Quote:

<?php
/*================================================= =====================*\
|| ################################################## ################## ||
|| # vBulletin 3.7.2 Patch Level 2 - Licence Number xxxx


index page code removed


|| ################################################## ##################
\*================================================ ======================*/
?>


Lynne 11-02-2010 02:13 AM

There are php tags that you may use, although I'm not sure why you posted the content of your file in the first place.

Arrogant-One 11-02-2010 02:08 PM

Quote:

Originally Posted by Lynne (Post 2117006)
There are php tags that you may use, although I'm not sure why you posted the content of your file in the first place.

Well, I wanted to know if this was the right file and if there is something wrong with it that it won't display the comma's.

In post #2 in this thread, Paul refers to two lines which I cannot find in my index.php file.


BirdOPrey5 11-02-2010 03:30 PM

Is it wise to have your license number on public display like that? It also says right in the top comments of the file it's not to be redistributed in whole or substantial part.


All times are GMT. The time now is 05:57 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.01230 seconds
  • Memory Usage 1,739KB
  • 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_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete