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 
mini cal display

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



Joined: 24 Feb 2006
Posts: 133

PostPosted: Thu Jan 11, 2007 4:07 am    Post subject: mini cal display Reply with quote

That sound easy enough. Thank you.
After I move my calendar to /calendar I'd like to ad the mini-cal to the root directory index.

I'd like for the mini to display day view. (meaning show the current month with a colored box around today)

If possible, I'd also like to have my calendars drop down menu on my new index.

Can we do this with a little javascript? ssi?

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



Joined: 12 Sep 2005
Posts: 5275

PostPosted: Thu Jan 11, 2007 5:53 am    Post subject: Reply with quote

Hi,

You can not do it with JavaScript. I'm not sure that SSI would do it either. I'm guessing this is not a PHP page?
Back to top
View user's profile Send private message Visit poster's website
omoriginals



Joined: 24 Feb 2006
Posts: 133

PostPosted: Thu Jan 11, 2007 3:32 pm    Post subject: Reply with quote

Thank you.
It is a static page generated by cgi.

If no js/ssi, how about we create a new php page that just displays the mini cal and a calendar drop down menu.

I can then iFrame it.
that should work,

Any other idea would be appreciated as well.
Back to top
View user's profile Send private message
omoriginals



Joined: 24 Feb 2006
Posts: 133

PostPosted: Wed Jan 17, 2007 5:13 am    Post subject: isolating the mini Reply with quote

Any ideas how i can create a new php page that just has the mini cal?

do you know of any reason why I wouldn't be able to iFrame it?

Thanks for your help.
Back to top
View user's profile Send private message
esoft_ian



Joined: 12 Sep 2005
Posts: 5275

PostPosted: Wed Jan 17, 2007 5:15 am    Post subject: Reply with quote

If you can use PHP, you may use the PHP api:

http://www.extrosoft.com/Documentation/Advanced_Integration/Advanced_Integration_Tutorial/
Back to top
View user's profile Send private message Visit poster's website
omoriginals



Joined: 24 Feb 2006
Posts: 133

PostPosted: Wed Feb 07, 2007 6:52 pm    Post subject: moving the mini calendar & calendar picker Reply with quote

I've decided to keep it simple.

How can I move the mini cal and calendar to the top of my page in the header area?
Thanks.
Back to top
View user's profile Send private message
esoft_ian



Joined: 12 Sep 2005
Posts: 5275

PostPosted: Wed Feb 07, 2007 9:47 pm    Post subject: Reply with quote

Hi,

I'm not sure what the top of your page is? Is this on your site or in Thyme? Which header area are you speaking of?
Back to top
View user's profile Send private message Visit poster's website
omoriginals



Joined: 24 Feb 2006
Posts: 133

PostPosted: Thu Feb 08, 2007 5:12 pm    Post subject: header Reply with quote

great support. thank you.


Sorry I wasn't very clear.

The page that I'm talking about is main calendar page, I've decided to move the mini cal from the left had area to the header of the same page.

? So I'm asking what code can I put in
admin / site settings / general / site head
to have a mini cal up there?
thank you.
Back to top
View user's profile Send private message
esoft_ian



Joined: 12 Sep 2005
Posts: 5275

PostPosted: Thu Feb 08, 2007 10:22 pm    Post subject: Reply with quote

Hi,

Hrmm.. I've never quite thought of that before, but I guess you could do something like:

<div id='cal'><div class='nav'>
<?php

global $cal;

$cal or $cal = new _cal_calendar_real();

$cal->display_month_mini();

?>
</div></div>
Back to top
View user's profile Send private message Visit poster's website
omoriginals



Joined: 24 Feb 2006
Posts: 133

PostPosted: Fri Feb 09, 2007 11:53 pm    Post subject: it works Reply with quote

I threw it in a little table to control it's width and it looks good.

I also want to move Calendars and Views to the header.

What can I use in my header for them.?
Thanks.
Back to top
View user's profile Send private message
esoft_ian



Joined: 12 Sep 2005
Posts: 5275

PostPosted: Fri Feb 09, 2007 11:59 pm    Post subject: Reply with quote

Hi,

Try

include(_CAL_BASE_PATH_."modules/calendar_picker/calendar_picker.php");
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.