[EventCalendar] what sidebar.php is being used?
Cotter, Sean
SCotter at iel.spokane.edu
Thu Mar 15 22:59:38 UTC 2007
I would like to add some events to the sidebar (widget enabled I guess
now) and I can see how you can drag and drop in the presentation
interface but I would like to add some specifics, including maybe the
events listing referenced on Firetree:
<li>Events <?php ec3_get_events(5); ?> </li>
Except I can't seem to find where this goes?
My setup is like this:
/plugins/
/eventcalendar3/ *everything default here
/widgets/ *default here as well
/themes/
/CMS/
/sidebar.php
The theme I am using is K2-ish, from this guy Martijn, from
http://www.bos89.nl/ (site appears down... know he moved servers
recently)
Everything IS working as is... drag and drop on presentation page,
calendar shows up on the right-side of the site, etc
I just can't find where the EC3 is being referenced... the only thing I
can think of is that all the sidebar.php files I can find (though I
believe the only one that is being 'used' is the theme/cms/sidebar.php
since that is my current theme) share the same:
<?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar()) :
?>
Putting references to ec3_get_events() in this side bar doesn't do
anything.
Am I way off base here?
Thanks
-S
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://penguin.firetree.net/pipermail/eventcalendar/attachments/20070315/43ce0870/attachment.htm
More information about the EventCalendar
mailing list