Hi.
I wanted to get the date on a website submission to update to a new date if / when its edited and not the orginal date it was listed.
Does anyone know if this is possible?
Thanks a lot.
Hi. I wanted to get the date on a website submission to update to a new date if / when its edited and not the orginal date it was listed. Does anyone know if this is possible? Thanks a lot. |
here is the solution you requested me through pm open modules/boonex/sites/classes/BxSitesModule.php at line 193 add 'date' => time(), so it will look like this $aValsAdd = array ( 'date' => time(), 'photo' => $oForm->checkUploadPhoto(), 'categories' => $sCategories, 'status' => $sStatus ); Hope it helps. Good luck so much to do.... |