To be honest m8 i aint sure what to suggest...
Heres what i did..
I changed this
Code:
<fieldset><legend><b>Next Thread</b></legend>
<center><a href="showthread.php?$session[sessionurl]t=$threadid&goto=nextnewest"><b>$vbphrase[next_thread]</b></a></td>
To this
Code:
<fieldset><legend><b>Next Thread</b></legend>
<if condition="$nextarray[threadid]">
<center><b><a href="showthread.php?$session[sessionurl]t=$nextarray[threadid]">$nextarray[title]</b></a></td></if>
and this
Code:
<fieldset><legend><b>Previous Thread</b></legend>
<center><a href="showthread.php?$session[sessionurl]t=$threadid&goto=nextoldest"><b>$vbphrase[prev_thread]</b></a></td>
to this
Code:
<fieldset><legend><b>Previous Thread</b></legend>
<if condition="$prevarray[threadid]">
<center><b><a href="showthread.php?$session[sessionurl]t=$prevarray[threadid]">$prevarray[title]</b></a></td></if>
it looks like it just dont want to play ball for you for some reason,
Perhaps someone with a little more of an idea than me can shed
some light on this...Sorry m8 i am at a loss...