Hi Da-Vinci, I appreciate the response but I haven't been able to achieve this as of yet. I tried the recommendation you provided (I had already tried it but I tried it again anyways) but for some reason it doesn't work. I might be missing something. FYI I'm editing the following code in the SHOWTHREAD template;
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="{vb:link thread, {vb:raw thread}, "goto=nextnewest"}" rel="nofollow">{vb:rawphrase next_thread}</a>
<strong>»</strong>
</vb:if>
--------------- Added [DATE]1305700943[/DATE] at [TIME]1305700943[/TIME] ---------------
I think I found the problem but I don't know how to fix it. This code should work...
Code:
<a href="forumdisplay.php?{vb:raw session.sessionurl}&f={vb:raw foruminfo.forumid}">Parent Forum</a>
but for some reason... {vb:raw foruminfo.forumid} ...isn't replacing the forum id. Any thoughts?