indaype wrote:Any idea why this tag {DATE_ARTICLE} won't work?
I created a .tmpl file under this directory template/inc_cntpart/articlesummary/list/ but it doesn't seem to work. I mean it shows the date and all but it shows not the actual date when the article was created.
That tag is the equivalent of "Last Modified". If you create an article and never change it...it will remain what you are referring to (ie. creation date) BUT, if you, subsequently EDIT that article (or even just re-save it without making any changes) ...you have (in effect) updated that article and thusly, the new date is stored with the content in the database.
indaype wrote:Also, how do you modify the date based on the country you're in? ... particularly GMT + 8:00
How about whenever you create or edit an article that you set the start date to the previous day. Wouldn't that do it? It's a LOT easier than trying to figure the number of hours difference. It's obvious you can't make a database server (that is 8 hrs behind your time) change it's timekeeping method or basis, right... and maybe it's not practical to atttempt to code some geo-IP solution that would compensate for time difference? Dunno