Active
Project:
calendar_plus
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
4 Aug 2016 at 22:07 UTC
Updated:
5 Aug 2016 at 20:13 UTC
Jump to comment: Most recent
Related to https://www.drupal.org/node/2112641, it looks like the only output you get by default is the Title and Date. It would make this module much require much less configuration if the view actually output all the fields that are configured in the view. For instance, I have some taxonomies associated with my calendar items that I would like to display on the calendar. It seems like it wouldn't be too hard to use the $view->row output for this instead of hard coding in just the title and time.
I'm willing to help out figuring this out -- just haven't quite got it figured out yet. Thanks for your work on this module, it's much appreciated and a big need! :)
Ben
Comments
Comment #2
bgrobertson commentedThis was much easier looking at this with fresh eyes. In calendar-datebox.tpl.php, I got rid of everything between lines 42 - 47. Here's the original:
I replaced it with:
While I can override the file in my template, I think it would make more sense as the default to pull in the user configured fields.