i understand what yer saying now, but i didnt use functions.php to allow coloring of titles, i used this. a custom profile field
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 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..
|
so basically, i want the custom profile field to not even show up for a member if he hasnt reached a certain post count
thanks for all yer help so far