MyBB Community Forums

Full Version: Get rid of Next Newest and Next Oldest
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

How can i get rid of the "Next Newest" and "Next Oldest" links on all forum threads?

Thanks
you can remove code like below from showthread template
<div>
<strong>&laquo; <a href="{$next_oldest_link}">{$lang->next_oldest}</a> | <a href="{$next_newest_link}">{$lang->next_newest}</a> &raquo;</strong>
</div>