Add this to the ubbthreads.tmpl this makes it easy to find the most recient posts instead of having to scroll to bottom to get the link.<br /><br />Put this at the top...<br /><br />echo <<<UBBTPRINT<br /><table width="{$theme['tablewidth']}" align="center" class="tablesurround" cellpadding="1" cellspacing="1"><br /><tr><br /><td><br /><table width="100%" class="tableborders" cellpadding="{$theme['cellpadding']}" cellspacing="{$theme['cellspacing']}"><br /><tr><br /><td colspan="3" class="tdheader"><b>{$ubbt_lang['VIEW_PAST']}</b><br /></td><br /></tr><br /><tr class="lighttable"><br /><td width="33%" valign="top"><br /><div align="right"><br /><br /><a href="{$config['phpurl']}/dosearch.php?Cat=$Cat&Forum=All_Forums&Words=&Match=Entire+Phrase&Old=1day&Limit=25"><br />{$ubbt_lang['PAST24']}<br /></a><br /><br /></div><br /></td><br /><td align="center" width="33%" valign="top"><br /><br /><a href="{$config['phpurl']}/dosearch.php?Cat=$Cat&Forum=All_Forums&Words=&Match=Entire+Phrase&Old=2days&Limit=25"><br />{$ubbt_lang['PAST48']}<br /></a><br /><br /></td><br /><td width="33%" valign="top"><br /><div align="left"><br /><br /><a href="{$config['phpurl']}/dosearch.php?Cat=$Cat&Forum=All_Forums&Words=&Match=Entire+Phrase&Old=1week&Limit=25"><br />{$ubbt_lang['PAST7']}<br /></a><br /><br /></div><br /></td><br /></tr><br /></table><br /></td><br /></tr><br /></table><br /><br /><br /><br />UBBTPRINT;<br />