I have included things by just making changes to the postbit before, what I liked about this hack was that the quote doesn't show in every member who hasn't written anything... Thanks!
I wanted to ask you something, in the attached pic you have Fav Quote: in bold, I figured you added that to the php file, right? So I did and it's showing now, is that what you did? How did you make it bold?
if ($post[field5]) {
$favquote="Fav Quote: $post[field5]<br>";
} else {
$favquote="";
}
|