MyBB Community Forums

Full Version: Move page numbers to the right
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What do I need to edit to move the page numbers to the right? I know it says left but it was a typo! Smile

http://www.letpoliticstalk.com/images/edit.jpg

Matt
try move the span tag in the "Forum Display Templates" -> forumdisplay_thread_multipage
That edits something else. When you see the forum display. any idea how to eidt the thread display?
When using the default theme its something like this; open your forumdisplay_threadlist template

Find
{$multipage}

Change into
<div class="float_right">
{$multipage}
</div>

Will probably be simular for your Theme.
Thanks Lex.. Worked for thread list. Not for the display though.

For example it didn't work here - http://www.letpoliticstalk.com/Gillion-G...t-546.html

Got any ideas?

Thanks
It's going to be in a different template than forumdisplay_threadlist most likely.