I have put an img tag in the footer of my events block - to allow users to subscribe to the calendar RSS feed. It showed up once, but then disappeared ... looking at the source, I see that the tag is now completely missing, ie., it was stripped on output. I modified the gcal_events input format in numerous different ways, I repeatedly flushed both the site cache and the GCal Events cache, but nothing seems to work. I also noticed that if I create a span or div within the footer, it also disappears. Can I get my img, span, and div tags back?
Comments
Comment #1
dkingofpa commentedI'm having the same issues with bold tags but in the Event Template field. I can enter a span tag, but all attributes of that tag are stripped out as well so I can't specify a css class or even an inline style. What's up with this?
Comment #2
dkingofpa commentedI actually fixed this one in the module's config screen. I changed the Input Format field to "Full HTML" and that fixed the problem.
Comment #3
chufford commentedIf you have no events, then the footer will not use the correct input filter. This appears to be a bug. The input filter variable needs to be loaded before the loop through the events.
Comment #4
jdwfly commentedClosing old support request.