Closed (fixed)
Project:
GCal Events
Version:
6.x-1.2
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2008 at 17:42 UTC
Updated:
16 Oct 2009 at 17:50 UTC
Hello,
As was said elsewhere, the input filter apparently influences this module's configuration. I struggled for a while before I figured out that the block would add random <p> tags and refuse to accept my <div> wrappers, because my input filter was set to automatically filter linebreaks and HTML input.
I thought this could be specified in the documentation for the next user...
Comments
Comment #1
Se7enLC commentedGood call, I temporarily forgot about that issue.
I just committed a change to CVS that adds a list of input formats to the module-level config to address that.
Configuration instructions:
- Add an input filter, called "GCal Events Filter" or similar
- Configure it to be an HTML filter
- Add the tags you want to the "allowed tags" list (b, i, br, etc)
- Configure GCal Events to use that input filter on the module configuration page
That should allow gcal events to use whatever input format you want without requiring that it be the default format.
Give that a try and let me know how it works. Once I get some feedback, I'll update the docs on it.
Comment #2
wescoughlin commentedWow, just what I needed. Thanks. I Downloaded the module file from the CVS library, uploaded it, went to site configuration --> Gcal Settings, and modified my Gcal input format. This got rid of all the garbage from the other input filters.
Thanks.
Comment #3
eusebius commented