PDA

View Full Version : [forumhome] Hide 'last post info' template for links?


wsdeluxe
09-10-2010, 05:51 PM
Hi all,

Just skinning a 3.8 forum.

On the forumhome, I want to know if its possible to have the lastpost template not show if the row is a link.

As standard it shows a dash, but the div container around it is still loaded. I want to stop that container loading all together for links.

Anyone know if this is possible or a way to do it?

Cheers!

kh99
09-10-2010, 06:37 PM
I think you might be able to put

<if condition="!$forum['link']">

</if>

around the part you want to eliminate, if you know where it is.

wsdeluxe
09-10-2010, 08:06 PM
Lifesaver :)

Cheers kh99 - all set now!