34 views and zero replies?
anyways, i figured it out with some help from an old post that had a reply from a member named Mist
Quote:
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 hard)
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...
|
you can find the field number by clicking on modify while in profile area then looking at address bar at top of browser . mine was (action=edit&profilefieldid=5)
everything else is self-explanetory
thanks Mist