Hello All!
I am trying to modify the "adding icons to the title" code that has been much discussed on this board to incorporate the idea of having the possibility of more than one icon per event show up in the event grid on the calendar.
I successfully have used the icon code in the past for just one icon. I am working on this for a Deaf non-profit organization who categorizes their events by accessibility, such as being ASL interpreted, assistive listening device, captioned, etc. There is the possibility that an an event will be one or all of the above, and they want icons to represent that. Since the Deaf are so motivated by visual cues, like icons, they want to attract their attention immediately.
I tried duplicating the
if ($details->{'icon'} =~ /$bullet/) .... etc
code and created "icon2", "icon3", "icon4", but I don't know how to edit the "title" to add these icons in a row.
Right now it will only accept the icon from "icon" in the title and ignores the rest.
Does anyone have any suggestions??
My fallback method is to create every possible iteration of combinations and make the user select the correct one from the drop-down list (and make all the iterations of graphics - yikes!!), but this will be very confusing, especially for non-tech savvy volunteers at the non-profit.
What I want to do is have four drop-downs with the four categories of event types, then the user picks in sequential order which icons should display (event graphic1, event graphic2, event graphic3 etc.). If an event only has one icon, then the rest could be left as a default of none, which I could just make as a dummy icon of a 1x1 pixel graphic.
Thank you in advance for your advice!
-Catherine