Hello I have been trying to figure this out but I’m stumped. I would like to have an event/s in the calendar displayed (on the same page now) only after it has been clicked on the mini calendar. Is this possible?
Right now I have it going to a separte page (template) with the events just for that day.
{if entries}
<td class='{switch}' align='center'>
<a href="http://{day_path=">{day_number}</a>
</td>
{/if}{exp:weblog:entries weblog="calendar" show_future_entries="yes" sort="asc"orderby="title"}
<div class="eventtitle">{title}</div>
{event}
{/exp:weblog:entries}I tried the “embed template tag” but it displays ALL entries and if I just add the code above it does the same. I dont want it to display anything until the date has been clicked on. I’m just trying to avoid going to another page now and have the event popup right under the calendar when an employee clicks on the date.