keelyak
11-11-2008, 06:51 PM
So .. I'm not sure if this is possible. :ugh:
I have placed EPC on one of my sidebars in the Wordpress site I'm building; it's running in Blog Mode, so the "event info" shows up beneath the calendar and switches based on what ever date is picked, yatta yatta. Works great!
But here's a question ..
Is there any way to move the table where the "event info" is displayed into the main content area of my site? IE .. where normal posts (and pages, ETC) would be displayed.
That way, when a visitor would click the date on the calendar in the sidebar, it's information would show up in the "main" area of the page?
I suppose I could just move
<?php
$EPCBLOG=2;
$template="blog.php";
$DF = "F d, Y";
require("calendar/calendar.php");
?>into the desired area. But it would be visible all the time, correct?
Is there a way to make it so the blogged "event info" is ONLY visible (only loads into the main content area) when somebody selects a date on the calendar, but the info is navigated away from when other areas of the site are being browsed?
If that made no sense, I apologize. I'm just brainstorming and curious about EPC's potential. So far, it's a pretty killer little program!
I'm a far cry from PHP expert. So any input would be appreciated. :)
And if this is totally impossible, I'll understand and come up with another plan.
Thanks!
I have placed EPC on one of my sidebars in the Wordpress site I'm building; it's running in Blog Mode, so the "event info" shows up beneath the calendar and switches based on what ever date is picked, yatta yatta. Works great!
But here's a question ..
Is there any way to move the table where the "event info" is displayed into the main content area of my site? IE .. where normal posts (and pages, ETC) would be displayed.
That way, when a visitor would click the date on the calendar in the sidebar, it's information would show up in the "main" area of the page?
I suppose I could just move
<?php
$EPCBLOG=2;
$template="blog.php";
$DF = "F d, Y";
require("calendar/calendar.php");
?>into the desired area. But it would be visible all the time, correct?
Is there a way to make it so the blogged "event info" is ONLY visible (only loads into the main content area) when somebody selects a date on the calendar, but the info is navigated away from when other areas of the site are being browsed?
If that made no sense, I apologize. I'm just brainstorming and curious about EPC's potential. So far, it's a pretty killer little program!
I'm a far cry from PHP expert. So any input would be appreciated. :)
And if this is totally impossible, I'll understand and come up with another plan.
Thanks!