The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Using ALT characters in profile fields?
In vB4.2.2, how can I set one of the particular profile fields to accept ALT characters? Currently, when a user enters an ALT character, it defaults to the numerical reference to the character.
In other words, what should be showing as ★ is showing as "&9733" in the profile field upon clicking "save". Thanks, CheckM8 |
#3
|
|||
|
|||
It is the Clan Tag profile field which is custom.
|
#4
|
|||
|
|||
Without more info we can't help.
The code being used A place where you got the code from ie plugin, template change etc etc. screenshots and link to site with temp login |
#5
|
|||
|
|||
|
#6
|
|||
|
|||
@ForceHSS is right, you need to make it a bit easier for us to help you. Always error on the side of too much information. If you want us to spend 10-20 minutes helping you, then you need to spend more then 30 seconds typing out a one-liner. Anyway, I think you get the point. Try again and we will try to help.
|
#7
|
|||
|
|||
What else can I tell you that would lead you in the right direction, LOL? All I did was add a single custom profile field per the simple instructions in the link above. It's not rocket science.
|
#8
|
|||
|
|||
It is more of a science then you understand. Custom profile fields are processed differently, depending where they are being used. Sorry, I could not be of assistance.
|
#9
|
|||
|
|||
I did the following:
Go to AdminCP --> User Profile Fields --> Add New User Profile Field for profile field type select Single-Line Text Box Title= Clan Tag Profile Field Category= (Uncategorized) Max length of allowed user input= 4 Field Required= Yes, at registration and profile updating Field Editable by User= Yes Private Field= No Field Searchable on Members List= Yes Show on Members List= Yes Now Go To postbit_legacy And Find: HTML Code: Code:
<vb:else /> {vb:raw post.musername} right above it add: (Replace Red XX with the profile feild number) Code: Code:
<vb:if condition="$post['fieldXX']"> <font color="red" size="4"><B>{vb:rawphrase fieldXX}[{vb:raw post.fieldXX}]</B></font></vb:if> |
#10
|
||||
|
||||
I believe the HTML, is already parsed, so just use the star character (copy & past it), not the alt code.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|