How to modify calendar text
-
By default the monthly calendar event link displays something like this:
Event Name
5:30pm
High [10]It’s that last part that drives me crazy. I know that somewhere in there is “Availability: High” but nobody sees that because it doesn’t fit in the cell and nobody understands what “High [10]” means. I’d like to replace it with something meaningful like “10 seats available”. I tried to use javascript document.getElementsByClassName to replace the contents but something about the fact that the whole thing is inserted by jquery blocks it (as far as I can tell).
Are there any hooks we can use to modify this? Do you have any other javascript/jquery suggestions to modify this? I don’t want to edit the core files since obviously updates will break it.
Thanks.
- The topic ‘How to modify calendar text’ is closed to new replies.