(10-02-2010 03:20 AM)leefish Wrote: Well we dont need to. Its already in there - its automatic? In the newthread template there is {$extrathreadfields} and that covers this template. Right?
Really? What I know is:
{$GLOBALS['threadfields']['key']......} -> displaying the output.
{$extra_threadfields} -> displaying the input.
Because the thumbnail / preview is the output, and we put the layout in Display Format (output format), that's why we need to put the {$GLOBALS['threadfields']['key']......} variable there. The reason why I put this statement in first post:
(09-29-2010 04:37 AM)RateU Wrote: We need to put {$GLOBALS['threadfields']['key']['value']} variable in our newthread or template_prefix_newthread template. In this example, because we use img1 as key, so, we need to put {$GLOBALS['threadfields']['img1']['value']} variable.