Help - Search - Members - Calendar
Full Version: Calendar : All Posts Of The Same Day
Movable Type Community Forum > Additional Resources > Tips and Tricks
Ghostboy
Hello

What should I do if I want to access all the posts from the same date by clicking that date on the calendar?

I mean, as far as I can see, MT's calendar is set by default to display only the last post of a selected date.
I was wondering if I could set it to display all posts, instead of the last one.

Here: http://ghozt.vir2.us/xray (two posts of the same date, still, when I click on August 16, only the latest one shows up).

I would really appreciate some aid here.

Thanks,
Ghostboy
girlie
By default, the calendar links to the archive type you've set as Preferred in Blog Configuration | Preferences.

So either set that to Daily, or change your calendar code to use <MTEntryPermalink archive_type="Daily">.
Ghostboy
Thanks! smile.gif
dfreeman76
QUOTE (Ghostboy @ Aug 17 2003, 11:23 AM)
Thanks!  smile.gif
*


I am sorry, but I have been trying to add the code below to my calendar to make it call all of the entries from a specific day, but I can't get it to work. When I click on any date on the calendar it takes me to the blogs main index page.

<MTEntryPermalink archive_type="Daily">

Below is the code that I am working with. I have set it so that in will always show February 2006 on the calendar because I do not want it to chance months.

I have daily, individual, and catagory archives activated.

Thank you for any help you can provide!

<div id="calendar">
<table summary="Monthly calendar with links to each day's posts">

<caption>Feb. 2006</caption>
<tr>
<th abbr="Sunday">Sun</th>
<th abbr="Monday">Mon</th>
<th abbr="Tuesday">Tue</th>
<th abbr="Wednesday">Wed</th>
<th abbr="Thursday">Thu</th>
<th abbr="Friday">Fri</th>
<th abbr="Saturday">Sat</th>
</tr>
<MTCalendar month="200602"> <MTCalendarWeekHeader>
<tr>
</MTCalendarWeekHeader>
<td>

<MTCalendarIfEntries><MTEntries lastn="1"><a href="<$MTEntryPermaLink$>"><$MTCalendarDay$></a></MTEntries></MTCalendarIfEntries><MTCalendarIfNoEntries><$MTCalendarDay$></MTCalendarIfNoEntries><MTCalendarIfBlank>&nbsp;</MTCalendarIfBlank></td><MTCalendarWeekFooter>
</tr></MTCalendarWeekFooter>
</MTCalendar>
</table>
</div>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.