09-07-2007, 01:12 PM
color is one of my profile fields. and the id is fid5
Can i do this:
Is that correct?
i edited member.php
And i added the <html> <body> and </body> </html> tags.
Can i do this:
PHP Code:
$color = "fid{$profilefield['fid5']}";
$username = "<span style="color: $color;">$mybb->user['username']</span>";
Is that correct?
i edited member.php
And i added the <html> <body> and </body> </html> tags.