Ok I am using this code in showthread -
Code:
<div id="page_title">
<h1>$thread[title]</h1>
</div>
<div class="secondary_info">
<span class="the_post_date">Posted by $threadinfo[username] on
<if condition="!$show['announcement']">
$threadinfo[postdate]<if condition="!$show['detailedtime']">, $threadinfo[posttime]</if>
<else />
<phrase 1="$post[startdate]" 2="$post[enddate]">$vbphrase[x_until_y]</phrase>
</if>
/ <b>37 replies</b></span>
<span class="facebookBut">
<fb:like href="#" layout="button_count" show_faces="false" width="350" action="recommend" font="tahoma" class="fb_like_but"></fb:like>
</span>
</div>
The $thread[title] variable works, but the others do not.