I don't know why it isn't working for you but you can edit the default.html template and change the bolded line in the following code (found towards the top of the template):
if (!$in{duration} && !$in{range} && !$in{startdate} && !$in{enddate}) {
$VIEW | |= $_DEFAULT_VIEW;
}
to
$VIEW | |= "Week";
This forum software add a space between | | charcaters. Do not just copy and paste the avove line, instead just change the $_DEFAULT_VIEW to "Week" (with the quotes) in your template file.
Dan O.
[This message has been edited by DanO (edited May 20, 2005).]