Here it is another interesting mod I made to my forums, to link back to archives.
This will help because the crawlers will see the friendly URL's easier.
Basically the mod links every forum/thread to the archive.
To test it, mouse over each forum or thread icon, while viewing
my forums.
Also, check the link I added under the thread title, while viewing the actual (not archived) thread.
TEMPLATE: forumhome_forumbit_level1_post
FIND:
Code:
<td valign="top"><img src="{imagesfolder}/$forum[onoff].gif" border="0" alt=""></td>
REPLACE WITH:
Code:
<td valign="top"><a href="forumdisplay/f-$forum[forumid].html"><img src="{imagesfolder}/$forum[onoff].gif" border="0" alt="$forum[title] Archive"></a></td>
TEMPLATE: forumhome_forumbit_level2_post
FIND:
Code:
<td valign="top"><img src="{imagesfolder}/$forum[onoff].gif" border="0" alt=""></td>
REPLACE WITH:
Code:
<td valign="top"><a href="forumdisplay/f-$forum[forumid].html"><img src="{imagesfolder}/$forum[onoff].gif" border="0" alt="$forum[title] Archive"></a></td>
TEMPLATE: forumdisplaybit
FIND:
Code:
<td bgcolor="{firstaltcolor}"><img src="{imagesfolder}/$thread[newoldhot].gif" border="0" alt=""></td>
REPLACE WITH:
Code:
<td bgcolor="{firstaltcolor}"><a href="showthread/t-$thread[threadid].html"><img src="{imagesfolder}/$thread[newoldhot].gif" border="0" alt="Archive: $thread[title]"></a></td>
TEMPLATE: forumdisplay_forumbit_level1_post
FIND:
Code:
<td valign="top"><img src="{imagesfolder}/$forum[onoff].gif" border="0" alt=""></td>
REPLACE WITH:
Code:
<td valign="top"><a href="forumdisplay/f-$forum[forumid].html"><img src="{imagesfolder}/$forum[onoff].gif" border="0" alt="$forum[title] Archive"></a></td>
TEMPLATE: forumdisplay_forumbit_level2_post
FIND:
Code:
<td valign="top"><img src="{imagesfolder}/$forum[onoff].gif" border="0" alt=""></td>
REPLACE WITH:
Code:
<td valign="top"><a href="forumdisplay/f-$forum[forumid].html"><img src="{imagesfolder}/$forum[onoff].gif" border="0" alt="$forum[title] Archive"></a></td>
TEMPLATE: showthread
FIND:
REPLACE WITH:
Code:
$navbar<br>
<img border="0" src="{imagesfolder}/firstnew.gif" width="14" height="14" align="middle" alt=""> <a href="showthread/t-$thread[threadid].html">Friendly URL Link</a>