View Full Version : Edit Entry updates Date?
djxcee
02-19-2009, 05:43 PM
I'm using Dynamics as a catalog and would like it when a member edits (or known as update) their entry date updates as well.
Brian
02-20-2009, 12:03 PM
There's not a default feature to allow for that, but you should be able to do it easily enough by adding a new plugin to the 'vba_dyna_newentry_doedit' hook location with the following code:
$entry['dateline'] = TIMENOW;
djxcee
02-21-2009, 06:12 PM
Brian,
The code isn't working :( .
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.