Sure, totally understand... only bumped initially because I was meeting the client that afternoon and well, you know how desperation can take hold when a deadline is looming
Time stamps are all showing correctly in the summary and detail templates. The blog posts are also correctly ordered by date via the summary templates.
Var dump of the $archivelist variable from within the archive template is as follows:
Code: Select all
array(5) {
["month"]=>
NULL
["year"]=>
NULL
["count"]=>
string(1) "3"
["summary_url"]=>
string(141) "[SITE_URL](edited for security)/index.php?mact=CGBlog,cntnt01,default,0&cntnt01year=&cntnt01month=&cntnt01returnid=98"
["datestamp"]=>
int(944006400)
}
Array
Var dump of an $entry variable from a summary template is as follows:
Code: Select all
object(stdClass)#177 (13) {
["author"]=>
string(109) "Emily Felix-Davies, Football Events Manager for CLIC Sargent , the UK’s leading children’s cancer charity"
["id"]=>
string(1) "5"
["title"]=>
string(34) "Kick for Children with Cancer 2010"
["content"]=>
string(2566) "
This summer 125,000 children and young people from schools, etc.
"
["summary"]=>
string(502) "
As Football Manager for the UK's leading children's cancer charity etc.
"
["postdate"]=>
string(19) "2010-06-23 11:04:31"
["startdate"]=>
NULL
["enddate"]=>
NULL
["categories"]=>
array(2) {
[0]=>
array(2) {
["category_id"]=>
string(1) "4"
["name"]=>
string(6) "Events"
}
[1]=>
array(2) {
["category_id"]=>
string(1) "2"
["name"]=>
string(4) "DEBP"
}
}
["fieldsbyname"]=>
array(1) {
["author"]=>
object(stdClass)#179 (4) {
["value"]=>
string(109) "Emily Felix-Davies, Football Events Manager for CLIC Sargent , the UK’s leading children’s cancer charity"
["id"]=>
string(1) "2"
["name"]=>
string(6) "Author"
["type"]=>
string(7) "textbox"
}
}
["fields"]=>
array(1) {
[0]=>
object(stdClass)#179 (4) {
["value"]=>
string(109) "Emily Felix-Davies, Football Events Manager for CLIC Sargent , the UK’s leading children’s cancer charity"
["id"]=>
string(1) "2"
["name"]=>
string(6) "Author"
["type"]=>
string(7) "textbox"
}
}
["file_location"]=>
string(62) "URL(edited for security)/uploads/cgblog/id5"
["detail_url"]=>
string(128) "URL(edited for security)/index.php?mact=CGBlog,cntnt01,detail,0&cntnt01articleid=5&cntnt01returnid=97"
}
Any advice you can offer would be hugely appreciated. If you can think of any other information that might make the situation easier to understand I'd really appreciate it if you could let me know so I can post it... sorry about the vague nature of the first post; just wanted to get the ball rolling in case anyone else had encountered this.
Many thanks for the response.