View Full Version : Letting Users Change Colour of Custom Titles
White Chocobo
05-07-2002, 03:40 AM
Is this possible? Cause HTML doesn't work with it. And you can't use UBB codes to change it either. Is there a way? Cause editing it through my Admin CP is a pain in the ass.
Dean C
05-07-2002, 06:16 PM
make a custom profile field which can only be 7 character long for the input...
Call it Custom Title Color
In that field they can type the hex of the color they want the title to be...
then find out what profile field it is (can't remember how to do it but its not har)
then in ure postbit template find this bit:
$post[usertitle]
then change that to:
<font color="$post[fieldx]">$post[usertitle]</font>
instead of the "x" in "fieldx" insert the number of the profile field..
i have not tested this but it should work... however it will only work on ure postbit templates...
l8er
michealo
07-02-2002, 09:33 PM
im also very interested in this
created the custom profile field, but got lost after that
any idea?
**
ooops, found this thread during a search to change color of user titles and didnt realize how old it was :)
Overlord
07-03-2002, 01:38 PM
If anyone is wondering. To find out your profile field number, click on Profile Fields, then the one you want, right click it and click Properties. The adress shown should have the number at the end of it.
This method is the same one you use for the glowing username hack, should work no problems.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.