I got this to work as seen below. However, I was unable to figure out how to display the title of the parent forum so I'm simply using "Thread List". Would really like to fix this if anyone has ideas.
Code:
<vb:if condition="$nextthreadinfo">
<a href="{vb:link thread, {vb:raw nextthreadinfo}}">{vb:raw nextthreadinfo.title}</a>
<strong>»</strong>
</vb:if>
<vb:else />
<strong>«</strong>
<a href="{vb:link thread, {vb:raw thread}, "goto=nextoldest"}" rel="nofollow">{vb:rawphrase prev_thread}</a>
| <a href="{vb:link forumhome}">Home</a> | <a href="forumdisplay.php?{vb:raw session.sessionurl}&f={vb:raw thread.forumid}">Thread List</a> |
<a href="{vb:link thread, {vb:raw thread}, "goto=nextnewest"}" rel="nofollow">{vb:rawphrase next_thread}</a>
<strong>»</strong>
</vb:if>