I have it up and running on 3.0.7 seems really good so far. I did get an error trying to save the forumhome_lastpostby template, but I ignored it, yikes, but i see no errors anywhere on my site. Does anyone know if there is something wrong with the below template code? Thanks!
Quote:
forumhome_lastpostby:
At the very top, add:
--------------------------------------------------------
<if condition="in_array($lastpostinfo[lastthreadid], $ignoredthreads)">
Ignored Thread
<else />
--------------------------------------------------------
At the very bottom, add:
--------------------------------------------------------
</if>
--------------------------------------------------------
|