The plugin contains code that looks like this (partial):
PHP Code:
{
if (!$group['opentag']) {
continue;
}
but I changed it to
PHP Code:
{
if (!$group['opentag'] && !$group['closetag']) {
continue;
}
Because I use only the "closetag" area. I don't set a color to span the user name, I use the closetag to apply a small icon to the user.
I noticed some people here are quoting their installs, and they show code similar to what I have. Did the code orginally look at both open and closetags, and now only looks at opentag?