Thank you for the module! I'm very happy I've found it!

I just would like to ask you: if it is possible to show in calendar for example 3 fields from nodes? For example:

1) Event name
2) Event location
3) Event date

Now I can only see 2 of them: title (or another field instead of title) and date.

But I really need 3 fields. How to make it possible?

Thank you!

Comments

leramulina’s picture

I was thinking about this module. I really want to use it. And an idea of using Views Field View came to my mind.

I just can create a field that will show

1) Name of the event
2) Location of the event
3) Type of the event

in one field. And change the display from ordinary title to this field.

The problem is that Views Field View does not have much documentation. I try to add this field. But cannot make the conditional filters work the right way. All kinds of events are reflected in this field. But I need only one - that corresponds with NID in the same row.

Still struggling.

Dustin@PI’s picture

Status: Active » Fixed

@leramulina,

If this is still of interest to you, the easiest way to accomplish this is with Field Rewriting in Views.

  • Add the Fields in this order: Location, Type, then Name(Title)
  • Set Location and Type to not be shown,
  • Adjust rewrite settings for the Title so that the value is some thing like "[Type]: [Title] @ [Location]"

That'll get you pretty much what you want, only issue is that it'll probably be too long. There are separate issues for adding Tool Tips etc. in the issue queue, which is a bit more tricky. Also consider using hook_fullcalendar_classes to show the location or type via css (colour or something like that).

Going to mark this fixed unless you have more questions.

Dustin@PI’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.