Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Check for topic pages > 1


John James Jacoby
Keymaster

@johnjamesjacoby

Perfect!

…in theme/topics.php…

<?php If (ceil($topic->topic_posts/bb_get_option('page_topics'))>1) { ?>
<div class="topic-page">
<?php topic_pages();?>
</div>
<?php } ?>

Skip to toolbar