Loading...
 
Features / Usability

Features / Usability


Re: Re: Re: Re: Re: Date and Time stamp in Blog

posts: 131 Singapore

In addition to the above, I found that updating of one's blog posting does not affect the Blog header section directly. So by changing the code

Image
Copy to clipboard
$query = "update `tiki_blogs` set `lastModif`=? where `blogId`=?"; $result = $this->query($query,array(date('U'),(int) $blogId));


will not have any effect on the Last modification date. Unless you perform an edit_blog if not there is no change in the date and date stamp.

I was trying hard to play around with code but without any success. This is kinda of expected as I am not a php grogrammer so any help will be great and appreciated.

TIA.

--kwow

There are no comments at this time.