PDA

View Full Version : /me hack and color int. needed


DarkDraco07
09-14-2002, 11:53 PM
i need a /me hack and color hack integration

i want the /me hack to work with the hack that allows u to set your default post color in your user cp

[D]Vincent
09-15-2002, 06:27 AM
Vincent]Create a new profile field.
Open admin/functions.php
Replace:
$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:
$bbcode = preg_replace('#^/me (.*)$#im', "<font color=\"".$post[fieldx]."\">* $post[username] \\1</font>", $bbcode);
And then the user can set the color.