Quote:
Originally Posted by Phosphorus
thx for this..
But i have a problem ... if i put a other color for clan tag the mod display a other field ...
|
Might be a typo in the plugin, this line:
Code:
$post['musername'] = $tagcoloropen.$post['field5'] .' '. $tagcolorclose.$post['musername'];
could be like:
Code:
$post['musername'] = $tagcoloropen.$post['field'.$fieldx] .' '. $tagcolorclose.$post['musername'];
Id also would like to suggest the tag to be attached directly to the username instead of a blank inbetween.
btw. GREAT plugin! thnx for developing.
/Lun