It would be cool to have a legend for the different colors of event taxonomy listed.

Comments

solson’s picture

I noticed the colors listed are unrelated to any event vocabulary. Can their color represent their event vocab?
Thanks!

pepe roni’s picture

I fully agree!

cgallo’s picture

That would be a very nice feature. Is there a way to remove the colors at all? I rather not display them. Thanks!

cgallo’s picture

Figured how to remove color! Let me know if anybody needs solution!

solson’s picture

I'd love to hear how you did it until a color legend comes out.
Thanks!

jugney’s picture

There are two things I'll post in response to this:

1. A fix for the color stripes so that repeating events show the same stripe color
http://drupal.org/node/210626

2. If you want to remove color stripes entirely, open up event.theme. I only cared about the month view, so I went under the month view section, and then removed line 164:

$output .= '

'."\n";

That should do it.

Jugney

jugney’s picture

There are two things I'll post in response to this:

1. A fix for the color stripes so that repeating events show the same stripe color
http://drupal.org/node/210626

2. If you want to remove color stripes entirely, open up event.theme. I only cared about the month view, so I went under the month view section, and then removed line 164:

$output .= '<div class="stripe-'. $stripe_map[$node->nid] .'"></div>'."\n";

That should do it.

Jugney

chasz’s picture

so which one is which?? :D

what does that "/n" do at the end?

japerry’s picture

Status: Active » Closed (outdated)

Event for Drupal 8 is unrelated to older versions. If an issue similar to this one exists, please open a new issue with the 8.x branch.