How to make calendar block links to default taxonomy term when clicked on it.

I have a taxonomy of cities made in categories, I used that with the event.There is a calendar block in the right sidebar of my site.I want that whenever the user clicks on any link in the calendar block like day or month he should be taken to a default city showing him all the events in that city.
(now)Ex. http://myexample.com/drupal/event/2006/07/5/day

Currently it is showing events of all cities.

I want that the user should see events of some default city rather than viewing events of all the cities.

Ex. http://myexample.com/drupal/event/2006/07/5/day/all/tid

Regards

Hitesh

Comments

venkat-rk’s picture

Look at the help file for events at administer>>help>>event. It has detailed instructions for building links and urls based on taxonomy terms. It is all a bit manual at the moment, but you can get what you want by defining the urls first, then creating a menu and then adding the menu items that are links to those urls.

hitesh pherwani’s picture

I dont want to create menu items with links in the navigation bar.

There is calendar block on rightsidebar of my site dispalying the current month and the days.
When anyone clicks on the month or the day he see's the all the events of all the cities.

But i want that the user should see the events of some default city not all cities.

That is when i created taxonomy for cities and added the cities. By default "(all)" is getting added in the dropdown with the cities which is displaying the events of all the cities when the user clicks on the on any day or month in the calendar palced in the right side bar, but i want that user should see events of a particular city not all the cities.

Regards,

Hitesh.

harriska2’s picture

I don't want to remove the small calendar in the block, I just want the month and date links to be set to a fixed taxonomy type.

Any suggestions, even changing code?