MyBB Community Forums

Full Version: The Thread Address
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
MyBB Community Forums / MyBB / General Support / New Thread

Is there anyway of showing that below all the posts at the bottom of the page too? I'd really like to know how... shouldn't require too much modifcation of the code.

Thanks to anyone that helps. Smile
Easy enough. Add

<br /><navigation>

at the top off the footer template. Or where ever you want it.
CraKteR Wrote:Easy enough. Add

<br /><navigation>

at the top off the footer template. Or where ever you want it.

http://dc.peerweb.org/forums/forumdisplay.php?fid=2

If you take a look, it's showing it too far down. I'd like to it be displayed just after the posts, and before the "New post" images etc. Is there anyway I can hide it from being shown on the index page? It doesn't lookgood. Sad

PS: Are you the guy from the SDC++ forums?
Nope I'm the guy from the McDC++ forum Wink . But I'm on the SDC++ forum, yeah.

Go to Admin CP -> templates -> your template -> edit -> Show Thread template -> Edit

Find:
<td>$newreply$newthread</td></tr></table>

Add after:
<br /><navigation>
CraKteR Wrote:Nope I'm the guy from the McDC++ forum Wink . But I'm on the SDC++ forum, yeah.

Go to Admin CP -> templates -> your template -> edit -> Show Thread template -> Edit

Find:
<td>$newreply$newthread</td></tr></table>

Add after:
<br /><navigation>

Thanks, CraKteR. Appreciate it..
No problem..