The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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:" ~ "; |
#2
|
|||
|
|||
Have you tried: ·
|
#3
|
|||
|
|||
All that did was place · between everyones username.
PHP Code:
Is there a certain syntax required for that usage? |
#4
|
||||
|
||||
HTML Code:
{content:' \00B7';} |
#5
|
|||
|
|||
That did the trick! THANK YOU! :up:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|