Quote:
Originally Posted by gio~logist
Your first question - What variable are you trying to use and in what template?
|
This is the code:
Code:
<if condition="$show['gotonewpost']">
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a>
$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>
And these images show the type of page it's in - I think it's threadbit - you can see your screenshot and a similar one of mine. I was able to edit the page ("Hello") but $extrafields doesn't seem to be doing anything...