Vincent]Create a new profile field.
Open admin/functions.php
Replace:
PHP Code:
$bbcode = preg_replace('#^/me (.*)$#im', "<font color=\"{ timecolor}\">* $post[username] \\1</font>", $bbcode);
(BTW take the space out of { timecolor} because I can't use it without the space on here)
With:
PHP Code:
$bbcode = preg_replace('#^/me (.*)$#im', "<font color=\"".$post[fieldx]."\">* $post[username] \\1</font>", $bbcode);
And then the user can set the color.