Loading...
 
Skip to main content

Features / Usability


How Can I prevent Tiki to update "page last modified date and time"?

posts: 21

I need tiki not to update date and time. How can it be done?

Will be ideal if when a press the Minor button to save de page, the dates are not updated.

But when I press the Save button should work normally.

posts: 215

Why don't you set "List Authors" in Wiki General Preferences to "none (disabled)" and then it will not display the last modification time at all? The data would still be available through the page history option and list pages, but you can restrict access to those.

The date and time are stored in the database when the page source is updated. You could probably edit tiki-editpage.php to restore the previous last modification date and time if the page source is saved by a minor edit. But that would mean that you would have to make that same update to tiki-editpage.php every time you upgraded to a new tiki release.


posts: 4663 Japan

It seems to me that a minor edit shouldn't update the edit time. If most people feel that way, probably it can/should be changed in Tiki's code.

-- Gary