vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   How to replace comma separator with middle dot? (https://vborg.vbsupport.ru/showthread.php?t=248176)

Falcon Capt 08-07-2010 04:18 PM

How to replace comma separator with middle dot?
 
I am currently using a ~ to separate the usernames in my "Who's Online" box (I didn't like the comma that was there by default). I tried using a "middle dot" ? but it doesn't work, I end up getting a little diamond symbol with a ? in the middle of it. The middle dot worked in vB3.8.5 but in vB4.0.5 is no longer will display.

Here is what I am currently using, if I change the ~ to a ? I get the diamond with the ? displayed instead of the ?


Code:



.hyphenlist li:after {
 content:" ~ ";

How do I get vBulletin to recognize the ? (alt+0183) so that I can use that as a separator???

Front Range 4x4 08-09-2010 01:21 AM

Have you tried: ·

Falcon Capt 08-09-2010 01:41 AM

Quote:

Originally Posted by Front Range 4x4 (Post 2081131)
Have you tried: ·

All that did was place · between everyones username.

PHP Code:

content:&middot

Just left a black space between names.

Is there a certain syntax required for that usage?

Lynne 08-09-2010 02:47 AM

HTML Code:

{content:' \00B7';}

Falcon Capt 08-09-2010 03:07 AM

Quote:

Originally Posted by Lynne (Post 2081152)
HTML Code:

{content:' \00B7';}

That did the trick! THANK YOU! :up:


All times are GMT. The time now is 10:24 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.02025 seconds
  • Memory Usage 1,719KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_html_printable
  • (1)bbcode_php_printable
  • (2)bbcode_quote_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