Home · Links · Contact Us
Home arrow Forums
Home
Features
FAQ
Screen Shots
Modules
Themes
Demos
Documentation
Forums
Contact Us
Download
Purchase
Quotes

" ... I want to tell you that your thyme product is functional and valuable beyond words. I cannot imagine why any portal would be without it. It is the cornerstone of our new project ..."

" ... Thanks for such a complete project, its making my job much easier. ..."

" ... I have now deployed 4 different calendars and our users love them ... "

" ... Easy to install and use and a great look/design. ..."

" ... This has to be the easiest to use program I think I've had to deal with at all this year. ..."


  FAQFAQ    SearchSearch  RegisterRegister   Log inLog in 
published calendar links

 
Post new topic   Reply to topic     Forum Index -> Web site integration
View previous topic :: View next topic  
Author Message
tulle004



Joined: 13 Mar 2007
Posts: 27

PostPosted: Thu Jul 12, 2007 6:41 pm    Post subject: published calendar links Reply with quote

We are publishing a calendar that displays the week. There are links to the days though, but when you click on them, it just refreshes the page. Are these suppose to go to the day view? How can we make that happen?
Back to top
View user's profile Send private message
esoft_ian



Joined: 12 Sep 2005
Posts: 5275

PostPosted: Thu Jul 12, 2007 6:45 pm    Post subject: Reply with quote

Did you create this using the calendar publisher within Thyme?
Back to top
View user's profile Send private message Visit poster's website
tulle004



Joined: 13 Mar 2007
Posts: 27

PostPosted: Thu Jul 12, 2007 6:56 pm    Post subject: Reply with quote

yes.
Back to top
View user's profile Send private message
esoft_ian



Joined: 12 Sep 2005
Posts: 5275

PostPosted: Thu Jul 12, 2007 7:04 pm    Post subject: Reply with quote

You have to write it in. In the generated PHP code, probably at the end, you have something like:

$cal->display_week();

Change it to:

# day view
if($_REQUEST['v'] == 'd') {
$cal->display_day();

# week view
} else {
$cal->display_week();
}
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> Web site integration All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
© 2005 eXtrovert software unless otherwise noted. All rights reserved.
Portions © 2004 Ben Brown. All rights reserved.
Trademarks are property of their respective owners.