inherit
16846
0
Nov 19, 2012 15:20:20 GMT -8
Chris
3,036
December 2003
cddude
|
Post by Chris on Jan 4, 2013 0:14:39 GMT -8
In the Home template, the following code works perfectly:
{if $[last_updated_thread]} <br /> View our latest topic: $[last_updated_thread.recent_link] by $[last_updated_thread.last_post.created_by_user] ($[last_updated_thread.last_post.date]) {/if}
But, the following NEVER works:
<br /> View our latest topic: $[last_updated_thread.recent_link] by $[last_updated_thread.last_post.created_by_user] ($[last_updated_thread.last_post.date])
the difference is the if statement. I think the template preparser only tells you to load information (from the DB) if the parent variable is accessed, not the children.
|
|
inherit
(??_?)
181912
RIP RIP RIP Almost RIP - Why does this social section still exist?
0
1
Jul 6, 2015 20:35:17 GMT -8
CheatAreZee
56,804
March 2005
zyvoloski
Ricky's Mini-Profile
|
Post by CheatAreZee on Jan 4, 2013 16:08:53 GMT -8
Hi Chris, I've forwarded the provided info to our developers. Thanks for the heads up
|
|