I am using the Event Calendar with 4 different flexinode types :
flexinode-1 = "event calendar"
flexinode-2 = "curriculum calendar"
flexinode-3 = "research calendar"
flexinode-4 = "rider board"
I have associated a different vocabulary for each flexinode, entitled
"event categories"
"curricula categories"
"research groups," and
"travel direction",
respectively.
I would like to have a link from the main menu to view each one of these calendars separately (i.e. a link for event cal, a different link for curriculum cal, etc). How can I do this?
One additional thing, why is it that when I select a type such as "research calendar" from within the calendar view, all of my taxonomy terms show up in the "terms to filter by" when I know the terms for "rider board" are not associated with the type "research calendar"?
Comments
Some people may not even be able to change calendar types yet
If you are having trouble even changing the display of your calendar from type to type, look here:
http://drupal.org/node/52883
Multiple calendars
1. create a vocab in taxonomy for your calendars.
2. Assocuate this vocab with events
3. add terms for the calendars you want.
4. When creating events put them in the type of calendar you want.
5. Create a menu item for each calendar using event/term/id for the path
where id is the number of the taxonomy term (discovered by hovering your mouse over the term and
seeing its number in the status bar).
HTH
Ken
So people don't create separate nodes
I see. the only challenge this provides is that i want subterms within each term that Would represent each calendar. under the term ride board I'd want terms N. S. E. W. Would I use a hierarchical taxonomy in this case?Still seems rather silly that the installation instructions say to make a flexinode for each calendar.
...why is it that when I
That's because event module's taxonomy filter control displays terms globally instead of a per event type. It doesn't mean that 'rider board' is *actually* associated with 'reasearch calendar'. Check if your event types are also enabled in the other vocabularies whose terms are showing up.
Regarding menu links to specific calendars, the event.module help text details a better way to manually build calendars based on either the event types or taxonomy terms. You can then alias those urls and add the aliased urls to the menu to display it the way you want. Here is the relevant part of the help text (available at www.yoursite.com/admin/help/event). Please note that this is for 4.6:
Very helpful
that was the most helpful post!
Thank you
:-)
:-)
One last thing... i have
One last thing... i have decided to customize event to only show me the raxonomy for the selected type. i got into the code but am not producing the desired results. can you take a quick has at my code? start at if ($curtype == 'all') . i think i am using $curtype incorrectly
Sorry for the late reply.
Sorry for the late reply. Unfortunately, my expertise ends where code begins:(
Hope someone else will step in to help you.
Slightly different problem with Events and Categories
Hi, I have a similar problem.
I am working with Categories instead of Taxonomies or Books. I have 3 flexinode content types :
Department1 Calendar
Department2 Calendar
Department3 Calendar
I tried making each a category under my main navigation container. I linked them to the corresponding event_types pages. But each time I click on the link it takes me to the login page(anonymous user) and shows me the events. It hasn't logged me out since any other menu item takes me back as admin.
Is there some other way to make sure that Events is shown as a menu item and not as a global display?