PDA

View Full Version : Move similar threads


yamahapaul
04-18-2012, 09:44 AM
I've moved my similar threads as I wanted the forum rules box at the bottom of the page by moving this (in showthread template)

$similarthreads

to here

</if>

<if condition="$show['next_prev_links']">
<!-- next / previous links -->
<br />
<div class="smallfont" align="center">
<strong>&laquo;</strong>
<a href="showthread.php?$session[sessionurl]t=$threadid&amp;goto=nextoldest" rel="nofollow">$vbphrase[prev_thread]</a>
|
<a href="showthread.php?$session[sessionurl]t=$threadid&amp;goto=nextnewest" rel="nofollow">$vbphrase[next_thread]</a>
<strong>&raquo;</strong>
</div>
$similarthreads
<!-- / next / previous links -->

but I could do with getting a space between the previous/ next thread wording and the similar threads box as shown by the arrow, has anyone got any suggestions??

yamahapaul
04-18-2012, 10:16 AM
I've sussed it, move

$similarthreads

to here

<!-- / controls for non-popup browsers -->
</if>
$similarthreads

<!-- forum rules and admin links -->