Closed (outdated)
Project:
Event
Version:
5.x-1.0
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Mar 2008 at 15:30 UTC
Updated:
13 Apr 2018 at 21:35 UTC
Jump to comment: Most recent
Comments
Comment #1
solson commentedI noticed the colors listed are unrelated to any event vocabulary. Can their color represent their event vocab?
Thanks!
Comment #2
pepe roni commentedI fully agree!
Comment #3
cgallo commentedThat would be a very nice feature. Is there a way to remove the colors at all? I rather not display them. Thanks!
Comment #4
cgallo commentedFigured how to remove color! Let me know if anybody needs solution!
Comment #5
solson commentedI'd love to hear how you did it until a color legend comes out.
Thanks!
Comment #6
jugney commentedThere 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
Comment #7
jugney commentedThere 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
Comment #8
chasz commentedso which one is which?? :D
what does that "/n" do at the end?
Comment #9
japerryEvent 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.