2011-05-19, 09:54:43
some words about this plugin:
Anyway every event that I make in admin panel - in site's view appears ONE day before.
(my solution is to make all my events ONE day before
I put this <?php echo events_list() ?> into my template. Although the events appear, once I press the link (title) my page opens and says "There are no events on this date
I put this <?php echo '<div class="feature">'.upcoming_events($SITEURL.'events/', 'strong').'</div>'; ?>
in my template. Then it works (on the same page). Events details open correctly.
Because I 'd like to have 3 next event's titles in my side bar I tried this:
I put this <?php echo '<div class="feature">'.upcoming_events($SITEURL.'events/', 'strong').'</div>'; ?> in my "event" component but if it's on the same page with details, it opens each time I click on an event.
So I put the above component in my "INDEX" page and when I click on an event, "EVENT" page opens on details
(it's not as better could be, but it's a little bit hacked solution)
Anyway every event that I make in admin panel - in site's view appears ONE day before.
(my solution is to make all my events ONE day before
I put this <?php echo events_list() ?> into my template. Although the events appear, once I press the link (title) my page opens and says "There are no events on this date
I put this <?php echo '<div class="feature">'.upcoming_events($SITEURL.'events/', 'strong').'</div>'; ?>
in my template. Then it works (on the same page). Events details open correctly.
Because I 'd like to have 3 next event's titles in my side bar I tried this:
I put this <?php echo '<div class="feature">'.upcoming_events($SITEURL.'events/', 'strong').'</div>'; ?> in my "event" component but if it's on the same page with details, it opens each time I click on an event.
So I put the above component in my "INDEX" page and when I click on an event, "EVENT" page opens on details
(it's not as better could be, but it's a little bit hacked solution)