MyBB Community Forums

Full Version: Insert Navigation at bottom of threads
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Site: www.vampirecounts.net

Hi,

Following a new theme install, one of the functions from my old design has gone missing:

Previously the navigation chain as detailed here:

[attachment=22950]

also showed at the bottom of the thread, as well as the number of pages like it does at the top.

However I cannot seem to find out how to put this back in? I would appreciate if anyone can assist with this.

Cheers!
Add the following to 'showthread' where you would like to show those:

For the breadcrumb:
<navigation>

For the pagination:
<div class="float_left">
	{$multipage}
</div>

You might need to move them around a bit to make it show up like you want.
Excellent - again thank you for all your help Smile