Hi, thanks for the response. What I did is added <if condition="!$show['guest']"> to the very to of the forumhome_latest_threads template and then added </if> to the very bottom. Is that correct? It did not change anything, still showed for guests.
I also tried putting it all together like this at the very top with no luck
Code:
<if condition="!$show['guest']">
</if>
thanks