Reevision
Developer
3rd Party (Free)
298 downloads (last 90 days)

EE Version Support
- 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)
Fieldtype
Tags
Simple fieldtype that increments every time an entry is saved. Useful as revision counter for iCal.
Very simple counter which increments every time an entry is saved.
This is useful for instance for for making iCal calendars where SEQUENCE:X denotes the revision number. The field just outputs how many times the entry was saved. You can hide the field from the publish-layout if you want. And for safecracker you can set CSS for div.reevision to display:none;
made this while using http://devot-ee.com/add-ons/easy-icalendar/
Download Reevision
EE Support | Downloads | Add-On Version | Release Date |
---|---|---|---|
Not Specified | Download | 1.0.2 | Apr 20, 2011 |
This entry was created April 21, 2011, 10:41 am.
This entry was last updated December 14, 2013, 5:09 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.
2 Reviews:
Crayte 02.28.22
A simple way to note each time an entry is updated, e.g. for use with Easy iCalendar to update calendar feed entries. To get it to work with EE6 required a small update to code for JS and table classes: change $this->EE->javascript-> to ee()->javascript->; change $this->EE->table to ee()->table->
Blair Liikala 06.26.16
Dead-simple, and required for calendar feeds if you ever update an entry.