-
AuthorPosts
-
ithacaindy Friend
ithacaindy
- Join date:
- January 2010
- Posts:
- 335
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 20
- Thanked:
- 12 times in 1 posts
January 31, 2010 at 3:24 am #148249How do I change the “last updated” area from GMT to EST? Thanks.
gray Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
January 31, 2010 at 4:02 pm #331052I’ve created an alternative function for Last updated. It should show time as in your latest article.
February 1, 2010 at 3:42 am #331101<em>@gray 162843 wrote:</em><blockquote>I’ve created an alternative function for Last updated. It should show time as in your latest article.</blockquote>
Gray you are great!!!!! thanks I changed the time of last update thanks to your help!!!!!bkmja Friendbkmja
- Join date:
- June 2010
- Posts:
- 96
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 25
- Thanked:
- 1 times in 1 posts
June 11, 2010 at 12:43 am #346678Hi,
I have a general question about the standard last update function. When is it suppose to update and on what trigger? I have not seen the time change ever.
Thanks in advance.
gray Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
June 11, 2010 at 5:23 am #346713<em>@bkmja 182359 wrote:</em><blockquote>Hi,
I have a general question about the standard last update function. When is it suppose to update and on what trigger? I have not seen the time change ever.
Thanks in advance.</blockquote>
This not a JavaScript based function, but PHP. It updated when page is loaded/reloaded.
1 user says Thank You to gray for this useful post
bkmja Friendbkmja
- Join date:
- June 2010
- Posts:
- 96
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 25
- Thanked:
- 1 times in 1 posts
June 11, 2010 at 6:31 am #346721Sorry brother,
I understand, but don’t understand. What causes the page to be loaded/reloaded?
Thanks in advance.
gray Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
June 11, 2010 at 8:18 am #346739<em>@bkmja 182405 wrote:</em><blockquote>Sorry brother,
I understand, but don’t understand. What causes the page to be loaded/reloaded?
Thanks in advance.</blockquote>
Sorry the the misunderstanding. I referred to current time, but not last updated in my previous posts.
The last updated function takes time by query
[php] $query = ‘SELECT created FROM #__content a ORDER BY created DESC LIMIT 1’;[/php]So, when you add a new article or change the created date in an old one, the “Last Updated” row would show the new date & time.
1 user says Thank You to gray for this useful post
bkmja Friendbkmja
- Join date:
- June 2010
- Posts:
- 96
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 25
- Thanked:
- 1 times in 1 posts
June 11, 2010 at 9:02 am #346744<em>@gray 182424 wrote:</em><blockquote>Sorry the the misunderstanding. I referred to current time, but not last updated in my previous posts.
The last updated function takes time by query
[php] $query = ‘SELECT created FROM #__content a ORDER BY created DESC LIMIT 1’;[/php]So, when you add a new article or change the created date in an old one, the “Last Updated” row would show the new date & time.</blockquote>
Hi,
Thanks.
Just so I have a reference point, what triggered the default last update that comes standard in the template?
gray Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
June 11, 2010 at 12:32 pm #346762<em>@bkmja 182429 wrote:</em><blockquote>Hi,
Thanks.
Just so I have a reference point, what triggered the default last update that comes standard in the template?</blockquote>Created date could be checked with the help of phpMyAdmin, for example.
But you could also try the following. From the back-end, open Article Manager, sort the articles by ID. The one with biggest ID usually is the newest article; it’s creation date is show in “Last updated” row.1 user says Thank You to gray for this useful post
bkmja Friendbkmja
- Join date:
- June 2010
- Posts:
- 96
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 25
- Thanked:
- 1 times in 1 posts
June 11, 2010 at 6:06 pm #346785<em>@gray 182452 wrote:</em><blockquote>Created date could be checked with the help of phpMyAdmin, for example.
But you could also try the following. From the back-end, open Article Manager, sort the articles by ID. The one with biggest ID usually is the newest article; it’s creation date is show in “Last updated” row.</blockquote>Thanks, I had no idea what was populating this field in the template. At least I know what to look for now. (-:
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 12, 2010 at 2:40 am #346799Dear bkmja!
The field is populating in the template, it’s the modified field, every time you updated|created article, the lasted update will be changed
-
AuthorPosts
This topic contains 11 replies, has 5 voices, and was last updated by Saguaros 14 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum