I can't manage to display extra fields in the forums display of threads (as opposed to the display of posts in a single thread)
I attached your screenshot showing the extra fields, and a screenshot of my own, showing that I was able to insert a bit of text into the thread summary, but the $extrafields variable isn't doing anything
Code:
<if condition="$show['gotonewpost']">
<strong><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a></strong>
$extrafields
<br>
Hello
<else />
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a>
$extrafields
<br>
Hello
</if>
Thanks for any help you can offer!