Timetravel
Developer
3rd Party (Free)
347 downloads (last 90 days)

EE Version Support
- ExpressionEngine 1.x
- ExpressionEngine 2
Compatibility
If an item is crossed out, it might be untested, not applicable or incompatible. Contact the developer to be sure.
- Updater
- Multi Site Manager
- Stand Alone Entry Form
- Low Variables
- Content Elements
- Better Workflow
- Matrix
- Grid
- Webservice
- Publisher
Requirements
- jQuery for the Control Panel
Add-On Type(s)
Plugin
Tags
- day, navigate, timetravel, month, year, date, navigating, entries
Timetravel is an ExpressionEngine 2.x add-on that makes navigating through entries by day, month or year a breeze. It behaves similar to the default pagination, except that it uses dates in the URL instead of page numbers.
It’s usage is pretty much self explanatory and ties in to some of the default behavior of the channel:entries
tag.
Example
{exp:timetravel by='day' channel='news'}
{oldest}<a href="http://www.domain.com/news/">Oldest</a>{/oldest}
{older}<a href="http://www.domain.com/news/">Older</a>{/older}
{newer}<a href="http://www.domain.com/news/">Newer</a>{/newer}
{newest}<a href="http://www.domain.com/news/">Newest</a>{/newest}
<strong>{current format='%F %j%S, %Y'}</strong>
{/exp:timetravel}
{exp:channel:entries channel='news'}
// Your entry data
{/exp:channel:entries}
The timetravel tag accept many of the same parameters that are also available to the channel:entries
tag.
Parameters
by = day|month|year
author_id = Member id
category = Category id
category_group = Category Group id
channel = Channel short name
entry_id_from = Entry id
entry_id_to = Entry id
group_id = Member group id
show_expired = yes|no
show_future_entries = yes|no
status = Status
start_on = Date (%Y-%m-%d %H:%i)
stop_before = Date (%Y-%m-%d %H:%i)
uncategorized_entries = yes|no
username = Member username
As you can see the list is almost the same as the channel:entries
tag, except for a few that would interfere with the inner workings of Timetravel.
The URL’s generated by the {path}
tags inside the Timetravel navigation are appended with the date.
// This
{older}<a href="http://www.domain.com/news/">Older</a>{/older}
// Outputs something like this
<a href="http://www.domain.com/news/2010/05/21">Older</a>
Because the channel:entries tag already allows for entries to be displayed by day, there is no need to change anything to it. The only exception to this is navigation by year. EE doesn’t filter the resultset based on year alone, unless you specifically tell it to by using the year parameter.
{exp:channel:entries channel='news' year='{segment_2}' dynamic='off'}
// Your entry data
{/exp:channel:entries}
I hope you like it and wish you godspeed on your travels through time.
Greetz,
Wouter
Download Timetravel
EE Support | Downloads | Add-On Version | Release Date |
---|---|---|---|
Not Specified | Download | 0.9 | May 23, 2010 |
Not Specified | Download | 0.9 | May 31, 2010 |
Timetravel Links
This entry was created May 24, 2010, 10:54 am.
This entry was last updated June 8, 2011, 8:38 am.
Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!
Returns: devot:ee has a 30-day return policy on all commercial add-ons sold through devot-ee.com. If you need to return an add-on, do not go to the developer or the developer's site, but rather visit our returns page at https://devot-ee.com/returns to initiate your return. If you have questions, email support@devot-ee.com.
There are no reviews for this add-on yet.
What are you waiting for? Rate it and review it!