Hello,
im trying to build a events calendar block in views, and i am trying to make a custom pager that shows the 7 days of the week and when you click on one of the days it shows the events for that day, kind of the same functionality as the pager
i have created the views, it shows the events of the actual date, i added a php code to shows the 7 days of the week which a friend help like in this conversation
http://drupal.org/node/1982904
the problem is that when i click on a day week the block shows the right event for the day but it takes me to a URL that is of course NOT FOUND
im trying to find if there is variable or token i can use for the URL that stays in the same page that the user is in,
here is the link you can see the calendar in the sidebar
http://50.63.25.38/~ptytest1/
Comments
any help?
any help?