disable the display in the qtip or in the calendar?
Both, I suppose. We use booking software that writes personal details into the event (phone, email, etc.). I would like to publicly display the time and title of the event, which list the volunteer shift and name, but not the event details which include the volunteer’s personal information.
Does that make sense?
Yes that makes sense. First the event software could put that sensitive information in the calendar’s event description and not the title. I assume that is what is happening.
Personally I don’t think that having that information in a “public” feed is a good idea.
Do not have a a solution offhand to accommodate your needs if that information is being placed in the title area.
Apologies — that sensitive information is only in the event description, not the title. The title only displays the volunteer name.
I’d like to disable the event description to prevent the sensitive information from appearing in either the IBS calendar or qtip. Thus, only the title would be displayed in the calendar, which includes only the volunteer name (next to the event time, which is appended by default).
It will take a day or two to have a new release out to option the contents of the qtip. Fullcalendar only displays the time(if available) and the contents of the event title.
This issue will be closed when the option is available.
Version 3.1 has added options to control, and manipulate the contents of the Qtip.
Each content type is optioned with a variable such as <p>%description%</p>
To remove the description change the variable to an HTML comment.
<!– p>%description%<p –> or such.
Is this a plugin-wide setting or can these be changed for specific feeds using shortcode?
Also, is there an option to disable the link to the Google calendar? If someone clicks on the event, they still have access to that information via the Google calendar.
I ran some brief tests on the new options and they work well. Thank you!
Yes this is plugin wide, by feed may come in the next major release.
To kill the link back will require more changes that appear easy enough to make. Need to add an option to each feed. This ill take some time but am on it.
That would be perfect. Thank you so much for the prompt responses and support!
Version 3.2 adds two options per feed;
nolink if checked suppresses event click linking.
altlink if supplied overrides the event click link.
Looks good! This should carry me through the next major release. Thank you very much!