Closed (fixed)
Project:
Calendar Tooltips
Version:
6.x-1.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
15 Oct 2010 at 15:49 UTC
Updated:
16 Jan 2011 at 18:50 UTC
First of all, thank you for the nice work!
However, I've found a few roadblocks.
I'm only working with 1 date field, but I want to show it in 4 different formats. For instance, I have the following fields:
Now If I exclude from display my Date fields, my custom fields will appear empty. However, if I don't exclude them, they all show up.
I know that I can use CSS to hide them but the extra markup makes me icky. Is there a way to prevent the markup but still get the results needed?
Thanks!
Comments
Comment #1
rjb commentedI just removed an apparently unneeded check for excluded items in my module, but still there seems to be a problem with accessing excluded fields. It looks like views is clearing those items, which is not what we want. I'm not sure how to solve this yet, but I am working on it.
Comment #2
rjb commentedI just found the problem. It is a bug in the calendar module, see http://drupal.org/node/382852. The patch in comment #34 should do the trick. Please let us know how it works out.
Cheers,
Ronald
Comment #3
mariomc commentedIt works no problem.
Also you could modify the module to not process empty labels as well?
Thanks a lot!
Comment #4
rjb commentedThanks! Sorry for the late reply.
If you mean removing divs containing empty labels, no problem. I'm not sure though what the advantage of this would be.
Comment #6
rjb commentedThe new 6.x-1.8 release leaves out empty labels. IE renders better this way.