(01-07-2012 10:21 AM)ZiNgA BuRgA Wrote: It's not "<key>_showthread", it's "<template prefix>showthread".
You put the key of the thread field as a variable in the template, eg {$threadfields['key']}
Oops!
Now am feeling like a total idiot.
![Erf Erf](http://mybbhacks.zingaburga.com/images/smilies/erf.gif)
Thank u for getting me turned around and for ur patience.
So, if...
#3. (per attached scrnshot) make thread (textbox) key=ph
#4. make thread prefix=cr_
#5. make new template cr_showthread
...then all the changes made to cr_showthread should show up in 'test' forum threads ?
Eg, in cr_showthread code may be...
<div id="posts">{$first_post}{$posts}{$threadfields['ph']}</div>
That doesnt seem to effect anything at the 'test' thread displays, so sure am not getting it yet.
Is the above logic closer ?
Ps: Difference between {$threadfields} and $extra_threadfields} ?