Also on Showthread:
View First Unread option doesn't work correctly... Because the link is broken it winds up sending the user to the Forum Home if they use it.
In order to fix this I made this edit to the Showthread Template:
Find:
Code:
<a href="$firstunread"><img class="inlineimg" src="$stylevar[imgdir_button]/firstnew.gif" alt="$vbphrase[view_first_unread]" border="0" /></a>
<a href="$firstunread"><strong>$vbphrase[view_first_unread]</strong></a>
Replace With Text:
Code:
<a href="showthread.php?goto=newpost&t=$thread[threadid]"><img class="inlineimg" src="$stylevar[imgdir_button]/firstnew.gif" alt="$vbphrase[view_first_unread]" border="0" /></a>
<a href="showthread.php?goto=newpost&t=$thread[threadid]"><strong>$vbphrase[view_first_unread]</strong></a>
As with the last thread with the same mod... If anybody else has a better solution, I'm all ears!
I reinstalled the old mod and used TMS to reinstall my template edits so that I didn't have to go through all the fixes one by one too. I had to do some of the template edits because the auto edit didn't work on a few of them...
This is a great mod, don't be afraid of it, a few quick fixes and it runs well.