Closed (outdated)
Project:
FullCalendar
Version:
7.x-2.x-dev
Component:
Views
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Jul 2011 at 03:53 UTC
Updated:
4 Jun 2025 at 19:58 UTC
Jump to comment: Most recent
Comments
Comment #1
aspilicious commentedThat is by design...
What exactly do you want to see?
Comment #2
tim.plunkettAdd other fields, set all but the last to be excluded from the view.
Alter the last field to be rewritten to contain the other fields.
Under the row plugin settings, chose that combined field as your custom title.
Comment #3
jsheffers commentedThere is a small issue with doing it this way. It replaces the apostrophe character from the title field with the HTML entity number. Oh and it also keeps the fc-event-time at the top no matter what.
Any ideas on how to fix these issues?
Edit: After further investigation, it only changes the apostrophe to the HTML entity number if I choose the Content: title as a custom title in the FullCalendar row settings.
Comment #4
aspilicious commentedThe apostrophe stuff should be fixed in the next release. And yes the time is always rendered first. That's how the plugin works.
Comment #5
jsheffers commentedSo the only way to get rid of that would be via CSS or JS?
Comment #6
aspilicious commentedjsheffers, correct :). I know it's not nice but we can't do anything about that.
Comment #7
jsheffers commentedThe other issue with this method is that views strips the HTML output. So if I wanted my field to render something like the code below it gets stripped out and makes this method useless.
Comment #8
jsheffers commentedAny ideas on this?
Comment #9
elly commentedIs there any workaround to keep HTML from getting stripped from the rewritten fields?
Comment #10
drupalok commentedi really would wish that full calendar could just show the all fields I add... without any workaround.
Comment #11
p4trizio commentedHello,
I am trying to show some infos about the events with a custom plugin, as exlained on fullcalendar module documentation.
I noticed that in theme.inc file there is a function "fullcalendar_prepare_events" in which it is builded an array of events with attributes. These attributes are then parsed through Drupal.fullcalendar.fullcalendar.prototype.parseEvents in fullcalendar.library.js
My question:
is it possible to put every additional field declared on the view in those attributes?
Thanks!
Comment #12
milos.kroulik commentedCan we change this into feature request? I still think, it's a valid feature request - I personally would like to add Bootstrap popover to the event.
Comment #13
dcam commentedI've volunteered to help clean up the FullCalendar issue queue. As part of that effort I'm closing issues open for unsupported versions of the module as "Closed (outdated)". That includes any Drupal 7-compatible versions because no active maintainer is supporting them.
If this issue is still relevant for version 3.x of FullCalendar, then feel free to re-open it and update the issue version number.