1
Hello,
I am trying to modify the Recent Posts block in CBB 2.31 so that it displays the topic title and the post subject like so:
Topic title:Post subject
I can't seem to get the topic title to show up - just the post subject. My code currently looks like this:
<{if $topic.subject}> <{$post.subject}> <{/if}>:<{$topic.title}>
What do I need to do to get this to show up?