Re: Event Calendar
I wanted to add also the Admin Panel seems to be functioning correctly.
I added an event but the sidebox is showing on Left side of page with the year calendar at a glance off center page.

Originally Posted by
DezineJunkie
Hi: Ive installed
Events Calendar. Im using
Apple Zen Temp with drop down menus. The Events Cal is
appearing on my sideboxes funky.
The
HOME part of the drop menu is there with the calendar.
I installed the Sql patch. and the tablenupdate file. I gave the permissins on the image folder also. The caledar reads fine on the side bar with the correct date highlighted in yellow. When i view selected month the sideboxes are showing up on the left side of page. (Apple Zen is a default rt side boxes only) Start Date End Date And Title are showing up on page in yellow bar with a subhead of NO events Found. Above it reads All Events.
Any idea where the snag is. I checked all install files and did not miss one. thanks for the help, im new at all of this.
1)Install database sql file tabelenupdate.sql from admin/tools/install sql patches
2)Add all files to your folders in your zencart directory
3)Make writable chmod(0777) images/events_images directory
4)Edit includes/templates/your_template/common/tpl_main_page.php
//Add at top first line before "<?php " this code:
<?php
if (isset($_GET['eventmode']) && $_GET['eventmode'] == 'eventframe') {
require($body_code);
}else{
?>
//Add at bottom last line after "?> " this code:
<?php
}
?>
[FONT=Arial]DezineJunkie[/FONT]