Hello,
I use the date_browser style with views 2. The views works fine for the current date (the current month) but the 'next' and 'previous' buttons don't work : the view give no result (the events of the next month don't appear). Is it a bug or a settings problem?
Thanks

Comments

karens’s picture

Status: Active » Fixed

This works fine in the latest -dev code. Update to that or wait for the next release (maybe tomorrow).

spasmody’s picture

Version: 6.x-2.0-rc6 » 6.x-2.x-dev
Status: Fixed » Active

Sorry KarenS, I tried the last 6.x-2.x-dev module but it still doesn't work. The view is enabled in a block and the month browser displays only the current month.

toddtomlinson’s picture

I'm having the same problem. Using Date date-6.x-2.x-dev, views-6.x-2.x-dev and calendar-6.x.2.x-dev

The links show up and are clickable - but they don't navigate you forward or backwards -- only shows the current month. I've tried adding content with dates in the future thinking that perhaps there's a glitch where the date browser won't display a future date without any data -- and still the same problem.

Any ideas on how to fix? Its critical functionality for my current project.

karens’s picture

Status: Active » Postponed (maintainer needs more info)

If you do a fresh install and enable the default date browser view and save it without making any changes, then navigate to that page, it works fine. There is no 'block' view for this view by default, so you are obviously making changes to the default view but I have no idea what changes you've made.

machi27’s picture

Maybe it is too late and you already fix this issue, i had the same problem tryin to make the date browser to refresh the calendar via ajax, to be exact i have the page_browser view as a block and date browse pager is sending me to another url instead of refreshing the calendar block, I found your post trying to find a solution for my problem
anyway your issue had happened to me when i deleted the display page in the views menu, so u only have to enable that display "page" and make sure that u have in date browser attachment setting Attach to multiple display.

arlinsandbulte’s picture

Status: Postponed (maintainer needs more info) » Fixed

This issue has stalled with a status of "postponed (maintainer needs more info)"
So, I am going to mark it fixed. If you still think this is valid, go ahead and re-open, but be sure to give concrete, examples that can be reproduced and verified.

Status: Fixed » Closed (fixed)

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

Milkrow’s picture

Version: 6.x-2.x-dev » 6.x-2.6
Assigned: Unassigned » Milkrow
Category: bug » support
Priority: Normal » Critical

I am having the same sort of issue whereby I have a Calendar View that does not display the Previous and Next links. I've tried to achieve this two ways:

1. I manually created a View with a date_browser style.

2. I used Date Tools to create a Calendar (and all that comes with the use of the wizard in that tool).

Neither is displaying the previous/next links. I can see that they are loading:

<div class="date-prev">
          <span class="next"> <a rel="nofollow" title="Navigate to previous month" href="url goes here"/></span>
       </div>

But there is no link text and the end of the a tag is missing. After I used the wizard and inspected the view, I noticed that the DEFAULT display seems to be set up correctly out of the box (no path, so the Page display path is the one I'm trying to get to work).

I've uploaded 6.x-2.6 version of Date, run cron, update, cleared cache and still I can't get this to work correctly.

Please help. All the descriptions I've read don't seem to make the issue clearer. IF there is a support node here I should read, please include a link. Thank you so much!

losman’s picture

Status: Closed (fixed) » Needs work

Hello,

Is there a fix for the navigation?
This is what I get:

If you click on the month link the larger calendar page opens and I can see all the dates and the month navigation works fine.
Prev: http://www.aqua.gov/calendar/2010-10
Next: http://www.aqua.gov/calendar/2010-12

However, the block calendar does have the same Prev/Next links, but they don't work.
These are the links for the Prev and Next in the block.
Prev: http://www.aqua.gov/home?mini=calendar%2F2010-10
Next: http://www.aqua.gov/home?mini=calendar%2F2010-12

Where can I make the changes so the block calendar links work?

Thanks

Losman

karens’s picture

Priority: Critical » Normal

Trying to clean up the issue queue so I can get a new release out. Support requests are not critical. Critical is for bugs.

damienmckenna’s picture

Issue summary: View changes
Status: Needs work » Closed (won't fix)

Unfortunately the D6 version of this module is no longer supported, but we appreciate the time you put into this.