PDA

View Full Version : Using Calendar template page in SAP


WilliFixit
09-06-2009, 07:01 PM
Hello,

In SiteAssist Professional on the second page of the wizard you can create/modify the site structure. In that screen, on the lower part there is an option for Page Type, and one of those types is "Calendars" and "Traditional" which creates a month calendar. On the calendar there are a few prebuilt links (to #).

I am wondering how to make this a functional calendar, and even if it can be database driven, like for a club calendar or something like that.

Looking forward to a solution!

Thanks,

Will

Justin Nemeth
09-08-2009, 09:02 AM
Hi Will,

After you complete the SiteAssist Pro wizard, you can add any code you like to the calendar page to make it dynamic. The easiest way would probably be using PHP and some of the date functions it exposes.

Check out the date() and strtotime() functions especially.

http://us2.php.net/date
http://us2.php.net/strtotime

I also did a simple web search for 'php calendar' and several open source scripts popped up. You could implement one of those as well.

-justin

WilliFixit
09-08-2009, 09:27 AM
Thanks, Justin.

So, just to clarify...there is no WebAssist program/product/solution to enable this template page, correct?

And if not, I would like to add that to the wish list of items (database driven callendar) for WebAssist to add to the SuperSuite. :) :) :)

Thanks!!!

Justin Nemeth
09-08-2009, 09:43 AM
Correct, there is no WA calendar to plug into the SiteAssist Pro page. Thanks for the suggestion though, we will look into it.

-justin