Hi Brian,
I hope you enjoy our town, there is a lot to do and the weather is getting great.
I have tried to implement your solution and I am still having problems. The navigation arrows work fine, the go button produces the 404 error. I think I found the "require" line in the Themes editor (FC Lions: Event Calendar Page Template (eventsTemplate.php)). It looks like this:
<?php $OL=1; $CSS=1; require("calendar/calendar.php");
I am not sure what the file name of the page where the calendar is integrated. Can you tell me how to find that?
I tried:
<?php $OL=1; $CSS=1; $thisFile="index.php"; require("calendar/calendar.php");
and saw no change, navigation arrows work, go button produces 404 error
and:
<?php $OL=1; $CSS=1; $thisFile="events.php"; require("calendar/calendar.php");
both navigation arrows and go button produce 404 error.
I am at a loss, thanks for your help, when will you be in Fort Collins and is it business or pleasure?
Thanks,
Tobey
|