Can the site module change the date when its updated

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.

Quote · 23 May 2012

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....
Quote · 24 May 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.