Hi,

I'm pretty new to Drupal Views. I am trying to set up a basic event calendar for my site according to this tutorial:

http://www.drupaltherapy.com/node/76

I got it pretty much 100% working and then managed to screw it up... :(

The system gives you a couple of default views. Calendar and date-browser. The tutorial said to change date-browser so that it looks like a calendar and shows your site events. I did that and it worked.

I was unhappy with the URL that was created for the date-browser view:

http://springfieldconvent.co.za/springtest/date-browser

I wanted it to be:

http://springfieldconvent.co.za/springtest/calendar

I'm not sure what exactly I did but I messed around for a bit and now when I click edit on the calendar view (admin/build/views/edit/calendar), and I click on the View page link, it wants to take me to the date-browser. And both are showing the nodes in the calendar rather than the events.

I thought if I uninstalled those modules and reinstalled it might help. I went to modules and unselected CCK, Date, Calendar and hit save and then reselected them. Nothing changed. I would love to restore the default views so that I could follow the instructions of the tutorial again.

Any help would be much appreciated.

Thanks!

Comments

ratinakage’s picture

OK I fixed my problem.

I created a new Drupal site and did the entire tutorial again and then exported my view and imported it onto my origional site and hit save. That didn't work because I already had a view with the same name and path.

Tried again but this time renamed it to a new name and path in the text before importing. That worked nicely.

Phew! Gonna leave it alone now. :)