I previously installed the "include New Thread - Search - RSS links on Forum index" mod that was posted at
http://www.theforumfix.com/forum-tec...ntuserscom.htm but this site doesn't exist anymore and the page redirects to someone's blog.
So far I haven't found this mod on any other forum. Here's the code that gets added to 'forumhome_forumbit_level1_post and forumhome_forumbit_levels_post templates':
Code:
...
<if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
<!-- New Thread - Search - RSS -- http://www.theforumfix.com/forum-tech/new-additions-to-sprintuserscom.htm -->
<if condition="$forum[link] == ''">
<span class="tinyfont">
[<a rel="nofollow" href="/forums/newthread.php?do=newthread&f=$forum[forumid]">New Thread</a>] [<a rel="nofollow" href="/forums/search.php?forumid=$forum[forumid]">Search</a>]<br />
</span>
</if>
<!-- End New Thread - Search - RSS -- http://www.theforumfix.com/forum-tech/new-additions-to-sprintuserscom.htm -->
</td>
</tr>
</table>
...
The links appear in MSIE but not in Firefox or Netscape - is there any easy way to find out what might be causing this?