Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: limit forums included in latest discussions

This still works! I’m using 1.0.1

This is how my code looks like:

<?php if( $topic->forum_id != 29 ) { ?>

<tr<?php topic_class(); ?>>

<td><?php bb_topic_labels(); ?> “><?php topic_title(); ?><?php topic_page_links(); ?></td>

<td class=”num”><?php topic_posts(); ?></td>

<!– <td class=”num”><?php bb_topic_voices(); ?></td> –>

<td class=”num”><?php topic_last_poster(); ?></td>

<td class=”num”>“><?php topic_time(); ?></td>

</tr><?php }?>

Thanks

Skip to toolbar